Hi,
I'm working with the dm6437 processor. I'm trying to boot my application from the SPI24 flash memory. In fact, I managed to boot it from this flash with the section number 0 (from adress 0x000000), but when I tried to boot it from another section different from 0. In my case section number 5 in the flash memory (address 0x050000). The boot didn't work. Before, I worked with the NAND flash memory existed in the EVM6437 and I succeeded to boot applications from different blocks of this memory.
My question is: Is it possible to boot from different sections (address) with SPI24 flash memory?
If yes, what should be the modification to make? In fact, I'm guessing that it shoud be in the "SPI_secondary_boot" project, but I make some modifications with no result.
Regards,