I've got a setup involving:
CCSv5 + XDS100v2 + TMS570LS202016 running FreeRTOS (via HalCoGen).
Unforunately, the last-minute addition of some code is now blowing memory allocation and throwing data aborts.
Can anyone recommend any good toolchains for performing dynamic memory analysis: i.e. getting the 'actual' memory map at runtime, to see how much stack/heap is allocation vs available? Unfortunately the application (and FreeRTOS) uses malloc, so the static memory map lacks a lot of runtime reality.
Any suggestions?
Mat