Resolved! Using printf to output a large array cause the program to freeze
When I use the UART_Printf example to output an array of size 1024 (or larger) via printf, the program seems to freeze and doesn't output any information after being downloaded to the STM32WB55 Nucleo board. However, when I reduce the array size to 6...