Question
Potential Silicon Error in SPI1 of STM32L432KC
Hi,
I suspect that I encountered with undocumented silicon error of STM32L432KC, while I'm playing with a Nucleo32-L432KC board. Here is how to reproduce it:
- Start a new project with CubeMX v.4.27.0
- Select SPI1 as a full duplex master(PA1:SCK, PA6:MISO, PA7:MOSI)
- Select PA5 as GPIO output
- Let STM32CubeMX generate code.
- Test SPI1 and confirm that SCK (PA1) signal is working
- Set PA5 high, then set it low
- Repeat 5 (at this point the SCK failed to work)
In short, GPIO operation of PA5 (whose alternate function includes SCK) affects SCK of SPI1 (PA1).
Thanks,
