Tool/software: Code Composer Studio
Hello,
Our application used DSP TMS320C28346 and SPI flashrom MICROCHIP: SST25VF032B-80-4I-S2AF and our product has been manufactured for a few years.
Now the SPI flash memory chip MICROCHIP: SST25VF032B-80-4I-S2AF is EOL component, the IC manufacturer doesn't supply the chip any more, and we need to switch
to new flash memory chip MICROCHIP: SST26VF032B-104V/SM. However, I didn't make any change for project file: bootLoader.pjt, and program file: bootloader.out.
It turns out that bootloader programming operation is not done successfully because the verification failed with 255 read errors on page 0.
And I don't have following files: bootFlash.C, dspFlash.c, dspSPI.c and main.c.
What do I need to do to solve the problem.
Thank you!