According SPRAB04F document :
"SPI Flash: The SPI flash device must use 24-bit addressing, and its read command must equal 0x03.
The bootloader will look for an AIS image at offset 0x00000000."
The probem is that the standard read command 0x03 for AT45DB642 ATMEL Flash does not seem to be really standard...
My Flash Page Size is 1056 bytes and when I try with one standard read command (0x03) to read more than 1056 bytes, all returned bytes beyond 1056 are dummies (and not the content of next page..)
I have made SPI_read_bytes adaptation for both UBLs (DSP and ARM) and also for UARTFlashWriter tools (so after bytes checking I know my Flash is correctly programmed)...
But I cannot modified internal ROM Bootloader which uses standard read function (with or without sequential read option) in SPI boot mode
Doest it mean than ATMEL FLash is not supported for SPI Boot Mode????
Thanks in advance
regards