4 years, 12 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

Be the first to answer this question.