Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
10 years, 9 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:
1 Answer
10 years, 9 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.