Hi Everyone ;
Long time we are using MCUs we are good in them ; all know the mcu has the internal flash ; now in dsp ; we are new and we have to use it in our new ECG project .
the dsp does not have internal flash for program memory ; so we have to add external flash ( SD card ; SPI flash ; parallel flash ) right ?
The dsp boot the program to the ram from theexternal flash ; but how do we write the program to the flash ? since the flash is being soldered to the PCB and conencted to the dsp ; how can download the program to the flash ?
Is there a third party companies that sell DSP board only ? so we can fasten our design ; the development tools from TI is more that we want so it is not good solution for production and expensive.
Our design is a fast DSP for doing FIR IIR filters for 8 channels ECG ADS1298 @ 8khz sampling rate and send the result via usart to host MCU for display .
Also Do you suggest a programmer/ debugger ?
for compiler , CCS right ?
Sorry for the long questions but as new boy for DSP that is normal
Thank you all