2025-03-31 2:11 AM
Hello to everyone.
I'm using the board NUCLEO-C071RB, and now i want project my board.
I have a question about the pin PB3:
From the schematic it seems PB3 = SWO but if i try to configure the pin with STM32CubeIde i don't find that option.
Solved! Go to Solution.
2025-03-31 2:20 AM
@AndrewFFFF wrote:I'm using the board NUCLEO-C071RB ...From the schematic it seems PB3 = SWO but if i try to configure the pin with STM32CubeIde i don't find that option.
The STM32C071RB doesn't have SWO.
Presumably, the schematic is a general one for any Nucleo-64 board - covering the case where the Target STM32 does have SWO.
2025-03-31 2:20 AM
@AndrewFFFF wrote:I'm using the board NUCLEO-C071RB ...From the schematic it seems PB3 = SWO but if i try to configure the pin with STM32CubeIde i don't find that option.
The STM32C071RB doesn't have SWO.
Presumably, the schematic is a general one for any Nucleo-64 board - covering the case where the Target STM32 does have SWO.
2025-03-31 2:24 AM
Thank you for the fast answer.