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.
5 years, 7 months ago.
A problem of ram
Hello, I use the STM32F446. For my project, I need to read a big json file wich contains around 500,000 caracters. I've did a malloc, but it failed. It's normal because I need 500,000 bytes in memory and the STM32F446 has only 128kb.
So my question is what can I do to solve this problem. I need to place external ram ?
Thank you in advance Simon