Trace Utility on HCS12 C32

Hi. I am using this ports demo and would like to put in a trace for learning purposes. I have looked at the API help and read the article https://sourceforge.net/forum/message.php?msg_id=3323682, but I need a little more help. Where would be a good place to declare the buffer and to start the trace (vTastStartTrace)? What type decleration is correct for the buffer? I defined char cBuf[500]; in the local variables section of main.c and the call to vTastStartTrace in vApplicationIdleHook before the for(;;) loop. However, at compile CodeWarrior claims there is no more RAM at location 0xFB9. I suspect this is due to the position of where I have declared the buffer. Thanks and regards Dale

Trace Utility on HCS12 C32

See other thread with same name.