cancel
Showing results for 
Search instead for 
Did you mean: 

Starting with X-Nucleo-67W61M1 in CubeMX

SidPrice
Associate III

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

1 ACCEPTED SOLUTION

Accepted Solutions
STTwo-32
ST Employee

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.

View solution in original post

2 REPLIES 2
STTwo-32
ST Employee

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.

SidPrice
Associate III

@STTwo-32 Thank you, I will ignore the warning.

Sid