Is there a version of this that works under CW MCU 10.4 SE? I tried copying the uart.c and uart.h files into a basic "Hello World" type of program for my MPC5675_EVB and it dies with the following error in uart.h.
#if !_MSL_CONSOLE_SUPPORT
#error _MSL_CONSOLE_SUPPORT must not be defined to 1.
#endif
I chased things down to ansi_params.h which had the following:
#if defined(_No_Console) && !defined(_MSL_CONSOLE_SUPPORT)
#define _MSL_CONSOLE_SUPPORT 0
#endif
But I've no idea where in the CW210 project these things are defined. It seems like it should be a simple thing to do in MCU 10.4, but can anyone show me the light?
Matt