I want to be able to save some setup parameters after power down, I found out from the manual that there is only one boot rom in the chip, and the external spi flash of lpc link2 will affect the normal operation and make the microcontroller reboot whenever I try to write, is there any way to realize the power down saving without external other storage elements?
Hi @Maf33
LPC4370 doesn't have internal flash, SRAM will lose data when power down, if you don't use external flash, you can't realize power down data saving.
BR
Harry.