for dynamic memory alocation i use malloc but heap mem not sufficient. So i increase the sys bios heap size, then malloc run succesfully.
However in debug mode free() is fail. It does not give any error and i can not continue debug mode.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
for dynamic memory alocation i use malloc but heap mem not sufficient. So i increase the sys bios heap size, then malloc run succesfully.
However in debug mode free() is fail. It does not give any error and i can not continue debug mode.
Mithat,
Please check this post, it has some helpful details regarding different heap implementations in SYSBIOS:
http://e2e.ti.com/support/embedded/bios/f/355/p/103991/368101.aspx#368101
Since this is dealing with heap/memory allocation in SYSBIOS applications, I would suggest posting in the BIOS forum if you have further questions on this.