Other Parts Discussed in Thread: HALCOGEN, TMS570LS0432
I use Hercules Launchpad TMS570LS0432 kit and FreeRTOS v8.1.2, and I use Halcogen for code generation. I tried inserting code for Trace Options available with Tracealyzer from Percepio(FreeRTOS+Trace). After adding the necessary header and source file provided by percepio into the project, code build results in error
error #10099-D: program will not fit into available memory. run placement with alignment fails for section ".kernelHEAP" size 0x2800 . Available memory ranges:
RAM size: 0x6300 unused: 0x1a50 max hole: 0x1a50
The software uses on chip RAM for recording the Trace. Kindly suggest a solution to get rid of this error