Hi everybody! I don't feel happy to tell that: but I need rather urgent help. I have the OMAP-L137 EVM and only use the C6747. My application runs fine on the C6747 when it's connected to CCS 5.33 on - let's say - PC 1. But when I want to do exactly the same application (i.e. even the same .out) on exactly the same CCS, but on another PC 2, it does not run correctly. The same behavior when I recompile exactly the same project on PC2 and run the recompiled .out.
The thing is, it is running on PC2, but slightly different, such that I cannot use it. My app acquires data by SPI and acts as a USB HID keyboard for transmitting data to the PC. I think what might cause this strange behavior is the USB HID part. Once the behaviour is there, the app is not running correctly on PC2 even if I do all kinds of reset. The only thing that helped is to let CCS redo USB enumeration. Then everything worked fine, until I execute the USB HID part.
I am asking myself: is there something wrong with my USB HID part? But why does it cause such strange behaviour? Is it the USB controller on PC2, or even the Windows driver?
Thanks for any kind of help and suggestions...
Andreas