We have designed and embedded appliance that is using a TMS320VC5510A connected to the peripheral bus of the processor. The DSP is configured to boot from EHPI. We are currently using a Third party DSP image and download algorithm that is working.
What we would like to do though is create a DSP image that does production level testing of the external connections to the DSP. After reading through mounds of CCS documentation, bootloader documentation, chip documentation, we are still unable to come up with the most basic project that can test External RAM and/or toggle GPIO lines. We do not have a JTAG/USB downloader/debugger, which most documentation assumes, all transactions are done through the host port.
Is there an example project for this type of situation?
Having tried some of the DSK5510 examples, it seems that you have to define all Memory locations in a .cmd file, for custom hardware, do you have to create this file yourself?
What is required to setup the External RAM (512Kx32x4banks 32-bit data bus) in code composer/hex55?
How do you control the HPI port in code after downloading the DSP image?
What exactly does “entry point” mean and how do you define it (ccs/hex55)?
Regards