Hello,
I am new to the TI processors and am trying to develop simple USB communications from my desktop to the board.
Initially, I was able to get the usb_dev_bulk application running successfully. I then started to customize the application to my own specifications inside the EchoNewDataToHost function, trying to do different things with the characters before transmitting them back. It built cleanly and after running it the application hung and never recovered (I figured there was some problem with my code that caused this).
I've reinstalled CCSV5 and reinstalled Starterware to rule out a corrupted workspace or whatever else I may have done to muck up the code. The (unaltered) usb_dev_bulk program builds cleanly, and "runs"... but nothing happens.
After further investigation, it seems that __c_init_00 is called but stalls right after I step into it, never even reaching the main() function. Does anybody know what this issue is and how I might fix this?
Here is my setup
- CCSV5.5 on Window 7 64-bit OS
- TMS320 C6748 LCDK with XDS100v2 Emulator
- Starterware 1.20.04.01
- Compiler 7.2.1
Any help would be greatly appreciated!