I'm new to NXP and MQX, so I thought the getting started guide and examples that came with MQX 4.1 would be a good starting point, but even though they compile and upload just fine, I'm not seeing an output in the hello or hello2 examples using Keil uVision (V5.26.2)
My micro is a MK64FN1M0 and I'm trying to use the UART connected to PTD2 and PTD3. To build the RTOS libraries I'm using the twrk64f120m board, and in the user_config file I leave everything default and set BSPCFG_ENABLE_TTYC to 1.
I then go to the build section and open up the uv4 project and do the batch build, which all compiles without errors. After that is built, I open up the hello or hello2 uv4 examples and make sure that my device is correct and the project builds without errors.
Unfortunately though, when I upload, I see nothing from my terminal regardless of the baud rate that I set. I feel like there's something obvious that I'm missing.