The example program msc1200_adc works in the simulator, but does not appear to run on the msc1200evm hardware. If the Ouput -> Run User Program box is checked and the name of the download is corrected to match the name of the executable, the program downloads and starts to run, but the characters in the terminal window are gibberish. The code appears to use 2400 & 8bits, but setting the terminal to these values does not fix it. Does this example work on the real hardware or just the simulator?
That appears to be the problem. Under CKCON it says "Since the MSC1200 does not allow external memory access, these bits should be set to 000B to allow for the fastest flash data memory access." That sounds pretty conclusive. The MCS1200EVM has 32KB on it but this memory is connected to the I2C port rather than being connected as flash memory. Something else to investigate..... Thanks for your help.