Thx for the reply Sergio.
I had this same question on another related thread, there Martin Latal replied with the answer. -->
////
seems I overlooked this: in the debug configuration->connection->target, there are paths for the CW debugger to look for *.tcl (device initialization) and *.mem (memory map file). In the BSP clone, it is as below:
${MQX_ROOT_DIR}/lib/880bd61fn1m.cw10/bsp/dbg/init_kinetis.tcl
${MQX_ROOT_DIR}/lib/880bd61fn1m.cw10/bsp/dbg/880bd61fn1m.mem
we can see the debugger is searching for the file in the MQX installation directory
/lib/880bd61fn1m.cw10/bsp/dbg/880bd61fn1m.mem
so just rename the file /lib/880bd61fn1m.cw10/bsp/dbg/twrk60n512.mem to /lib/880bd61fn1m.cw10/bsp/dbg/880bd61fn1m.mem
I forgot to mention this file in the document. /////
This fixes the problem I was having.
Thanks again Martin
Cheers,
Tom