C6745 bootloader: We want to boot from NAND and execute out of SRAM - is this OK?
regards
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
The C6745 does support booting from raw NAND flash devices, but note that the error correction is limited to 4-bits of ECC per 512 bytes. You would need to verify this level of ECC is sufficient for your NAND device. The C6745 ROM boot loader also supports initializing SDRAM memory attached to the device, so you directly boot an image to the SDRAM memory.
Please refer to the bootloader app note document found here.
Regards, Daniel