MSP430G2755, CCS 6.1.0.00104. I'm trying to get a handle on my stack and heap usage. First I tried to set a stack overflow breakpoint as shown in the compiler user's guide - but I was not able to find that attribute for a breakpoint anywhere on the breakpoints view. I then tried to use memset() in int _system_pre_init(void) to fill the stack with a pattern but it doesn't seem to be called (a breakpoint set in the routine never fires) and the memory isn't being set.
I also want to fill a pattern in the heap but I can find no reference in the .map file as to where it has been placed.
Thanks
Doug