Hi,
i can read SPI ROM form FX3 SPI,
when i re-write 1 byte from n page, but the bute can not change?
what's wrong!?
i try to read 4k byte data and erase 4k byte,
than i change 1 byte and re-write to SPI ROM
the code goto bootload.
have someone tell me what's wrong
Hi what do you mean by the "code goes to bootload"?
can you please explain this in detail? If possible, please send us snapshots on what you are seeing?
Regards,
- Madhu Sudhan
Hi Madhu Sudhan
I have a normal code in SPI ROM,
Now, i read SPI ROM the n'th page date 4k byte.
And i erase the n'th page data than re-write new 4k byte to the n'th page.
When i reset, the code can not run my normal code, it is run boot code.
Hi,
It is not recommeded to make such editings to the Boot Code at random nth locations. The Boot image has a format, which if edited, the mage becomes corrupt.
In case of a corrupt image the the boot mode will fall back from SPI to USB.
Regards,
- Madhu Sudhan