Content originally posted in LPCWare by CodeRedSupport on Sat Dec 03 13:35:46 MST 2011
Try putting a newline at the end of your printf statement - the buffer used for the transfer may not get flushed without this.
If that doesn't work, I suggest that you post the map file generated by the linker when you build your project. This should normally get generated in the Debug/Release subdirectory of your project when you do a build.
Regards,
CodeRedSupport