STM32CubeMX does not show Baud Rate for SPI2 for STM32F746VETx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-10-31 8:53 AM
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?
Solved! Go to Solution.
- Labels:
-
SPI
-
STM32CubeMX
-
STM32F7 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-10-31 10:46 AM
hey, bug sitting at keyboard !
- you set spi2 as slave - so clock is coming from outside and Cube is no clairvoyant
:)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-10-31 10:46 AM
hey, bug sitting at keyboard !
- you set spi2 as slave - so clock is coming from outside and Cube is no clairvoyant
:)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-10-31 11:08 AM
Oh jeez you're correct and I'm an idiot. Thank you for pointing out my very simple mistake.
