Hi,
I am using logic pd kit kit with omapl138 som.
I use only dsp core of the Omap l138 processor.
I made different projects and all are working fine when i debug with ccs.
The main problem is the burn the code in SPI flash.
I download the example from net for flashing that is OMAPL138-DSP-LED-v4 and the bin file in this example will work fine.
I will load the bin file using this command in command line(sfh_OMAP-L138.exe -flash_noubl <binary application file>) and it will work fine.
But when i make my .out file to .bin file and run this command sfh_OMAP-L138.exe -flash_noubl <binary application file> it will take more time and hangs the command line. the bar line whish shows data transfer on uart will transfered 100 % and after this command line hang.
So kindly help me in this issue