STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

How view PWM channel in simulink virtual scope?

Hello, i've a question about the output pwm channel example.I load and run the example but i would like view in simulink scope the hardware outputs, how i can?the only way is setting in stm32cubemx the pinout channels as gpio ext interrupt?thank to a...

Resolved! My ADC outputs values from 970 and above

I 'm making a voltmeter - amp meter, this one...I 'm using an STM32F030K6T6.But when nothing is connected to the input, instead of outputing 0, the ADC gives me a value around 980.VDDA is tied to VDD.Boot0 is tied to GND.These are the ADC 's settings...

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
  • 577 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
  • 229 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
  • 814 Views
  • 2 replies
  • 0 kudos