(Original thread:
)
Hi Katie,
This all appears to be great [the settings arrived at by you and Steven] and I think I will be taking advantage of this, but I do seem to have one additional problem. I don't seem to be able to use printf("<string>") commands to send messages to the console. Is this because we're using the large memory model now? Would there be an easy fix for that?
I'm using Version: 6.1.3.00034 of Code Composer Studio.
The exact location the printf statement gets stuck at seems to be in a __TI_decompress_rle_core function within a file called "copy_decompress_rle.c" The code I found there is copied below:
/*---------------------------------------------------------------------*/
/* MSP doesn't use memset for code size reasons and the memset won't */
/* work for the large code, small data model. */
/*---------------------------------------------------------------------*/
while(run_len--) WRITE8_ADV(outbuf, ch);
Thanks for any help you could render.
Regards,
- Tom

