Hi, I'm using NUCLEO-F446RE (STM32F4 ARM® Cortex®-M4 MCU 32-Bit Embedded Evaluation Board), Keil MDK 5.20 on 64-bit Windows 10.
digikey.com/product-detail/en/…46RE/497-15882-ND/5347712
Instead of using the ST-Link, which is pre-installed on the NUCLEO-F446RE board, I used "Converting ST-LINK On-Board Into a J-Link".
segger.com/products/debug-prob…j-links/st-link-on-board/
Also, I use my custom J-Link Plus to connect the board to the PC.
When printing debugging messages, I used STM32F4's UART pins.
I wish to use the RTT to print these messages.
- Is this STM32F446RE MCU able to use the RTT to print debugging messages?
- If so, how can I do that when using Keil MDK? Hope to see any references (documents, examples, etc), please.
Thanks for your help.
digikey.com/product-detail/en/…46RE/497-15882-ND/5347712
Instead of using the ST-Link, which is pre-installed on the NUCLEO-F446RE board, I used "Converting ST-LINK On-Board Into a J-Link".
segger.com/products/debug-prob…j-links/st-link-on-board/
Also, I use my custom J-Link Plus to connect the board to the PC.
When printing debugging messages, I used STM32F4's UART pins.
I wish to use the RTT to print these messages.
- Is this STM32F446RE MCU able to use the RTT to print debugging messages?
- If so, how can I do that when using Keil MDK? Hope to see any references (documents, examples, etc), please.
Thanks for your help.
-Best Regards, Matthew