Find Jobs
Hire Freelancers

Beaglebone fast GPIO wiggle

£20-250 GBP

进行中
已发布将近 11 年前

£20-250 GBP

货到付款
Using Beaglebone hardware, toggle a GPIO on the expansion header as fast as possible, using the Cortex A8 core. This should be trivial to do. I want to use Code Composer Studio v5 to run a program on the Beaglebone, connected only by the USB cable, that enables the MMU, I&D caching, enables the GPIO and sits in a loop wiggling a GPIO that is on the expansion header. This allows me to attach an oscilloscope and measure the speed. Currently a dumb GPIO wiggle takes 1.22microseconds on the 500MHz Cortex A8. my dumb code that slowly wiggles the GPIO doesn't initialise the MMU: #define OUTPUT_PIN 6 int main(void) { GPIO1ModuleClkConfig(); /* Enabling the GPIO module. */ GPIOModuleEnable(SOC_GPIO_1_REGS); /* Resetting the GPIO module. */ GPIOModuleReset(SOC_GPIO_1_REGS); /* Setting the GPIO pin as an output pin. */ GPIODirModeSet(SOC_GPIO_1_REGS, OUTPUT_PIN, GPIO_DIR_OUTPUT); for (;;) { GPIOPinWrite(SOC_GPIO_1_REGS, OUTPUT_PIN, GPIO_PIN_HIGH); GPIOPinWrite(SOC_GPIO_1_REGS, OUTPUT_PIN, GPIO_PIN_LOW); GPIOPinWrite(SOC_GPIO_1_REGS, OUTPUT_PIN, GPIO_PIN_HIGH); GPIOPinWrite(SOC_GPIO_1_REGS, OUTPUT_PIN, GPIO_PIN_LOW); } } Note that I do not want to use the PRUSS or the Cortex M This is for the BB not BBB, because I don't have the JTAG programmer. Submission is to use Texas Instruments' Code Composer v5 (can be freely downloaded and evaluated) with Starterware (also from TI). Submission must be the entire project, with include paths to the standard install directories (starting c:\ti\ ). Please mention 'kennel' in any bid to prove you read this far (I hate boiler plate bids) The budget is GBP £50 and I'd like it asap Any bids over the budget will just be ignored. Comments in English
项目 ID: 4556490

关于此项目

1条提案
远程项目
活跃11 年前

想赚点钱吗?

在Freelancer上竞价的好处

设定您的预算和时间范围
为您的工作获得报酬
简要概述您的提案
免费注册和竞标工作
1威客以均价£52 GBP来参与此工作竞标
用户头像
Ready to start. Check PM
£52 GBP 在4天之内
5.0 (3条评论)
0.5
0.5

关于客户

UNITED KINGDOM的国旗
Cambridge, United Kingdom
5.0
12
付款方式已验证
会员自2月 21, 2002起

客户认证

谢谢!我们已通过电子邮件向您发送了索取免费积分的链接。
发送电子邮件时出现问题。请再试一次。
已注册用户 发布工作总数
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
加载预览
授予地理位置权限。
您的登录会话已过期而且您已经登出,请再次登录。