STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Question about the LED of STM32F407

This is my code.GPIO_PinState boButton_state ;printf (" Hello �?� Cruel �?� World \n"); while (1){boButton_state = HAL_GPIO_ReadPin ( B1_GPIO_Port , B1_Pin ); HAL_GPIO_WritePin ( LD6_GPIO_Port , LD6_Pin , boButton_state );HAL_GPIO_TogglePin ( LD3_GPI...

Cl.1 by Associate II
  • 747 Views
  • 3 replies
  • 0 kudos

Hi As a hobbyist, I am planning to make a robot that can take real-time data from the environment. I have found 2 boards on st: STM32 F411VE discovery and NUCLEO F446RE, but I don't know which one to choose.

I want to know: how many analog input pins are there in each board. which board is good at taking data from sensors continuously which would be better for USB communication with raspberry pi or is there some other boards which is good at taking analo...

MIsla.2 by Associate
  • 284 Views
  • 0 replies
  • 0 kudos

STM32 Timer Output compare

I am using STM32L476 Nucleo board and cubemx. I want to use Output compare channel 1 for timeout of 2ms. i have configure the timer but timer is not giving interrupt for Output compare. i am getting interrupt for period i gives for timer. but not for...

SS.Sagar by Associate III
  • 903 Views
  • 2 replies
  • 0 kudos