Hi,
I have a custom board with a TMS320C6713B processor. According to the datasheet, the processor will start to boot 1Kbyte of the program from an external flash which is connected to the EMIF bus on CE1.
I set the boot options HD[4:3] to boot from 8bit Async memory which is the default option.
I wrote a very simple and short assembly program to toggle a LED on my board. The program is very short and so it will fit into the boot-size of the processor and there is no need for the second bootloader.
The program works fine with the emulator, but after burning it on the flash and setting the appropriate boot option, it seems that the program does not load into the DSP processor internal RAM.
By monitoring the CE1 of the processor, I have noticed that there is no activity on this PIN. (I expect that during boot time when the DSP wants to read 1KByte of data out of the flash the CE1 must be LOW to select the Flash device.)
Applying reset will not resolve the issue.
Powering the device also does not help.
There is absolutely no activity on the CE1 of the DSP processor and it is always HIGH.
I will be highly appreciated if anyone can help me in this regard.
Thanx