Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
Active reading [<https://en.wikipedia.org/wiki/List_of_ARM_Cortex-M_development_tools#Debugging_tools>]
Source Link
Peter Mortensen
  • 31.4k
  • 22
  • 110
  • 134

I had created aan RTOS project using CubeMX and added a printf and had the same issue on linking, while debugging using openocdOpenOCD.

I replaced the printf("Hello ARM World!") with trace_puts("Hello ARM World!"); and had the messages appear onin the debug console.

I had created a RTOS project using CubeMX and added a printf and had the same issue on linking, while debugging using openocd.

replaced the printf("Hello ARM World!") with trace_puts("Hello ARM World!"); had the messages appear on the debug console

I had created an RTOS project using CubeMX and added a printf and had the same issue on linking, while debugging using OpenOCD.

I replaced the printf("Hello ARM World!") with trace_puts("Hello ARM World!"); and had the messages appear in the debug console.

Source Link

I had created a RTOS project using CubeMX and added a printf and had the same issue on linking, while debugging using openocd.

replaced the printf("Hello ARM World!") with trace_puts("Hello ARM World!"); had the messages appear on the debug console