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

bootloader protected by password

Posted on January 15, 2016 at 16:18Hi, I would like to udpdate the microcontroller STM32F42xxx SW without having access to Boot pins ( hardwired to boot0 = 0 boot 1 = 0) and by using USART port. code is stored in internal flash memory containing SW ...

STM32F407VG + LwIP Rx works but TX does not

Posted on January 15, 2016 at 13:42Hello, I use my own board with a STM32F407VG controller. I tried to get the LwIP 1.4.1 example running, that can be downloaded from the ST.com website. After adopting the BSP to my board I can receive packets perfe...

STM32F4XX RTC calendar can not be configured

Posted on May 01, 2015 at 01:45When system boots up, RTC is initialized and could be configured with success, but any calendar configuration afterward will always fail with ''  if (RTC_EnterInitMode() == ERROR)'' in RTC_SetTime() standard API. When ...

sanmingx by Associate
  • 500 Views
  • 4 replies
  • 0 kudos

CAN Bus - how do I set baud rate on STM32F303x?

Posted on January 14, 2016 at 16:43The default examples are for the Discovery board running at 72MHz. Mine is running at 65.536MHz, meaning that I need to adjust the baudrate to get the round number I desire eg 1M, 500k, 250k, 125k etc.It is not obv...

gbigden by Associate III
  • 783 Views
  • 1 replies
  • 0 kudos

quadrature output - STM32F407

Posted on July 10, 2013 at 15:27I need to output a simulated quadrature signal on two mcu pins. Is there a way to cleanly do this using the advanced timing features of TIM1 & TIM8?I know that there are other ways that essentially amount to using tim...

dibs by Associate II
  • 1327 Views
  • 7 replies
  • 0 kudos

STM32F7 HAL ADC Failes to select TEMPSENSOR

Posted on January 14, 2016 at 11:06To sample the temperature sensor I am using the HAL_ADCEx_InjectedConfigChannel. Since the ADC_CHANNEL_TEMPSENSOR and ADC_CHANNEL_VBAT share ADC channel, only one of them can be sampled at a time, depending on the ...

jorgen by Associate
  • 190 Views
  • 0 replies
  • 0 kudos

STM32F4xx CubeMX USB device CDC class example

Posted on September 26, 2014 at 02:00I am using an STM32F427 processor and wish to implement a USB device CDC virtual serial port on the HS USB port. I am generating my initialization/driver code with CubeMX. I am having a hard time figuring out wha...

krubow by Associate II
  • 1955 Views
  • 10 replies
  • 0 kudos

TIMER Question

Posted on January 13, 2016 at 04:53Hi Everyone. I've looked through some of the older posts re: timer delay function, and I have used one of those posts as a base to what I have implemented. The problem is, when I run the delay function in a loop to...

mbmail4 by Associate II
  • 481 Views
  • 7 replies
  • 0 kudos

How to recognize which edge lead to EXTI

Posted on January 12, 2016 at 22:06How do you recognize, which edge lead to EXTI, if it is configured for rising and falling edges?Now, I look a state of that pin in IDR register, immediately when EXTI occurs. But in that time, between cause of inte...

matic by Associate III
  • 710 Views
  • 10 replies
  • 0 kudos