Hi everyone,
thanks for this great forum. I wanna load the LED_BLINK example code to the EEPROM of the USB STICK.
I had build the .out file, then convert .out to .bin with hex55.exe and load this .bin to EEPROM with Programmer_usbkey.out.
The code loaded sucesfull and run in the usbstick, but the led start to blink very slowly. Whet the code is directly executed from ram (via CCS) the led blinks normal, but in the DSP EEPROM very slowly.
I believe that my problem is that i have not any initializing code, such as PLL or peripherals reset that is included in the GEL file. If i try to copy-paste the functions from GEL to Main function i have some errors, like dont recognized the sentence @IO or @data, structure of the GEL functions.
If i removed that part (i.e. @IO) the program dont show any error and load the code sucesfull, but the led Blinks slowly again.
What happen with this? what I have to do? my softwares especification are this:
CCS v. 4.0
programmer_usbkey.out (Released from google page)
C5500 Code Generation Tool v. 4.3.6 and 4.3.5 and 4.3.4
THANKS A LOT
(P.D. Sorry for my poor english :D)