Nucleo STM32F411 pins not working when alternate functions
It seems that I'm having problems with the pins configured as alternate function.
If I configure the same pins used by SPI or USART as simple gpio outputs, I can see them toggling with the logic analyser. but when I configure them as SPI (alternate function) or USART they are not working as expected. I have tried changing SPI creating an stm32 project, configuring the pins through the GUI and using the HAL_APIs. the result is the same : I can see the pins toggle when configured as gpio outputs, I can't see anything when configured as SP or USART.
I have checked with the debug and the SPI and USART registers are configured as expected.
am I missing something?
