10 years, 3 months ago.

May I put data on Flash memory?

When Using KL25Z, it has only 16K RAM, May I put data on Flash memory, if so how.

Question relating to:

The FRDM-KL25Z is an ultra-low-cost development platform for Kinetis L Series KL1x (KL14/15) and KL2x (KL24/25) MCUs built on ARM® Cortex™-M0+ processor. Features include easy access to MCU I/O, battery-ready, …

1 Answer

10 years, 3 months ago.

Constant data can be put on flash memory, simply be defining it const. Other data not. You need for example an external RAM IC then. Or the KL46Z, which has double the SRAM. If you really need alot, the LPC4088 has really alot of RAM.