2022-06-09 12:24 AM
Hello,
I am working on a empedded firmware development which uses RTOS RTX5, running on STM32H753ZI microcontroller. I have set up a web server and I receive and send JSON. The library I am using to create and Parse JSON is CJSON. Everything work well untill I tried to edit one type of JSON with one extra parameter in one of my functions. Now when I try to delete the new JSON with the extra parameter I am getting a precision memory error in function CJSON_Delete when trying to deallocate the memory. When I go to debug and see the memory address witch cause the error I see "??" to that address. I don't understand what going on. Any ideas ?
Thanks in advance.