Skip to main content
RBack.1
Associate III
October 31, 2022
Solved

STM32CubeMX does not show Baud Rate for SPI2 for STM32F746VETx

  • October 31, 2022
  • 2 replies
  • 1627 views

I have used MX up to this point to configure my peripherals. Even though I've manually configured these for most of my career, I'd prefer to keep using MX for this project since it's been successful up to this point. For some reason it doesn't show me the baud rate for SPI2 like it does for SPI3, however (even though it's greyed out due to being constrained). Is this just a bug, or would I discover something specific to SPI2 that's a problem if I try to configure it manually?

This topic has been closed for replies.
Best answer by AScha.3

hey, bug sitting at keyboard !

  • you set spi2 as slave - so clock is coming from outside and Cube is no clairvoyant

:)

2 replies

AScha.3
AScha.3Best answer
Super User
October 31, 2022

hey, bug sitting at keyboard !

  • you set spi2 as slave - so clock is coming from outside and Cube is no clairvoyant

:)

If you feel a post has answered your question, please click on " Best Answer ".
RBack.1
RBack.1Author
Associate III
October 31, 2022

Oh jeez you're correct and I'm an idiot. Thank you for pointing out my very simple mistake.