PIC32MZ2064DAR169 XC32 v3.0 I need to use printf to output on a UART. (Uart 2) The UART is configured and I can output debug messages with SYS_DEBUG_MESSAGE(). I have set this:__XC_UART = 2;But I still do not get any output via printf. Do I have to define..
↧