cancel
Showing results for 
Search instead for 
Did you mean: 

Problem GPIOs WeAct Board STM32F411CEU6 and STM32F401CEU6

goobinooz
Associate II

 

 

Hi,

 

I can't program the GPIOs

 

levels don't change and stay in reset mode, what's the problem?

 

I use the HAL STMF4

 

Maybe you help me please!!!

 

Thanks for the advance! 

STM32F4 Series

1 REPLY 1
TDK
Guru

Hi,

I can't program the GPIOs

levels don't change and stay in reset mode, what's the problem?

I use the HAL STMF4

Maybe you help me please!!!

Thanks for the advance!

 

Not much info you're giving us. Here are some possibilities, in order of likelihood:

  • Code bug (show your code, or go from an example)
  • Misunderstanding (perhaps you are monitoring the wrong pin, or the pin isn't connected how you think.)
  • Hardware issue (solder bridge, broken trace, cold joint, etc.)

 

Consider going off of an example and adapt it for your board:

https://github.com/STMicroelectronics/STM32CubeF4/tree/master/Projects/STM32446E-Nucleo/Examples/GPIO/GPIO_IOToggle

 

If you feel a post has answered your question, please click "Accept as Solution".