Cann't parse large string on STM32F746VGTX with cJSON
Hi all,
I'm trying parse a large string stored on internal flash (up to 100 KB). Error is occurred around 60 KB.
I tested the same string with cJSON on Visual Studio, and it work well.
I think the problem is mcu doesn't have enough heap ram for cJSON.
I have tried to modify Minimum Heap Size in Linker Settings, but nothing changed.
jsonstr length 112393 [Bytes]
Error before: 60760
Error at: 60760

Can anyone help me please. Thank all in advance!