Dear guys;
We finally succeeded to run usb_boot_64.exe over TMS320C5515 + ADS1298 FE MDK. Please find details on below link :
http://e2e.ti.com/support/dsp/c5000/f/109/p/108500/1096998.aspx#1096998
Now we have a different problem.Original code (http://c5505-ezdsp.googlecode.com/files/ADS1298_ECGSystem_C5515EVM.zip ) uses UART to communicate with PC. We modified the original code to communicate with PC via USB (J11) instead of UART. This modified code works good enough in debug mode and we are able to transfer ECG data which captured by ADS1298 FE to PC using USB(J11 connector)
After we made the image of this modified code and loaded this image into TMS320C (by J11,same connector for transferring ECG data to PC),we got nothing on PC side.Our User Interface says that "no device has been connected" .In addition to this , CS0 of ADS1298 also stays on HIGH.
When we try this using orijinal code ,EVM and code worked as expected:Image created first,send to TMS320C by usb_boot_64.exe ,Booted from USB and functioned as before it does
What can be the problem with the modified code?
Regards