2025-06-17 2:29 PM
I am setting up a project using CubeMX to evaluate the 67W61M1 device, using a Nucleo-F411RE. As far as I can tell the X-NUCLEO-67W61M1 needs SPI1 of the Nucleo for communication. Unfortunately, the Nucleo has SWO (PB3) where SPI1_SCK and while I see a solder bridge that can remove SWO from the STLink-OB, I do not see a way of disabling the SWO connection to PB3.
I tried resetting the state of PB3 in Cube MX and then I can enable SPI, however the "SYS" module then issues a warning about a conflict with SPI1 full duplex master.
Is this the correct way to configure SPI1 and Serial Debug?
Sid
Solved! Go to Solution.
2025-06-17 3:07 PM
Hello @SidPrice
The PB3 can be set as SPI1_SCK or SWO. I think the warning that you are seeing means that you can configure the SWO but you still can configure the Debug feature without SWO (that is expected since the pin is set for the SPI interface).
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2025-06-17 3:07 PM
Hello @SidPrice
The PB3 can be set as SPI1_SCK or SWO. I think the warning that you are seeing means that you can configure the SWO but you still can configure the Debug feature without SWO (that is expected since the pin is set for the SPI interface).
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2025-06-17 3:26 PM
@STTwo-32 Thank you, I will ignore the warning.
Sid