I'm currently using the TMS320C5515 development board also called the FDK and I'm busy implementing Biometric scanner code that utilizes the FFT accelerator. The code works perfectly when running the firmware on the board using XDS100 emulator, but when I upload the firmware to the SPI Flash and then try to execute it without the emulator, the FFT Hardware accelerator mysteriously stops working. Does anyone perhaps have a clue why this happens as the everything seems to be working except for the FFT accelerator?
My building steps are as follows:
1.) First I generate a .out file with CCS4
2.) Then I use the Hex55 utility to generate a bin file using the following syntax in command prompt:
hex55.exe -i scanner.out -o scanner.bin -boot -v5505 -b -serial8
3.) Then I upload the bin file to the DSP's SPI Flash using CCS4.
Any help will be greatly appreciated.
Thanks,
Andre