Hello. Could someone please give me the code that is to be loaded in EZ430-RF2560T target board attached to debugging interface (attached to USB of PC) for the Tux Racer game application. I tried loading some code and lost the original one.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello. Could someone please give me the code that is to be loaded in EZ430-RF2560T target board attached to debugging interface (attached to USB of PC) for the Tux Racer game application. I tried loading some code and lost the original one.
Ashwin,
The code for the EZ430 comes with the Mindtree SDK. Since you've ran the demo, you must have installed the installer package. There is a folder, typically C:\Texas Instruments\EZ430.... that is called binary. That file can be downloaded to the EZ430 using a program such as FetPro430 which you can download here:
http://www.elprotronic.com/files/FET-Pro430-Lite-Setup.zip
Gustavo
Here is the link for the SDK Gustavo mentions.
http://focus.ti.com/docs/toolsw/folders/print/mt-bt-sdk.html
Regards,
Dana Myers
On flashing that code to the device and when we try to search the device through bluetooth from a mobile , the mobile doesn't find any bluetooth device.So I am working on the accelerometer application code. After the bluetooth is turned On it gives the message "unable to create task " for the function
xTaskCreate((pdTASK_CODE) user_task_routine, (const signed portCHAR *)USER_TASK_NAME, USER_TASK_STACK_SIZE, (unsigned portLONG *)NULL, (unsigned portBASE_TYPE)USER_TASK_PRIORITY, (xTaskHandle *) NULL);
Please let me know what could be done......... Thankyou ...Ashwin
Ashwin,
Please look at the following wiki (still a work in progress) for information on pairing with other devices:
http://processors.wiki.ti.com/index.php/CC256x_Demo_-_Other_Devices
Gustavo