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

Resolved! STM32G030 Interrupt latency

I am experiencing a vey long external interrupt latency up to 2 microseconds.Clock is internal PLL, 64MHz.void HAL_GPIO_EXTI_Rising_Callback(uint16_t GPIO_Pin){   if (GPIO_Pin == TRIGGER_Pin)      {           __disable_irq();            LL_GPIO_Reset...

ferrario by Associate III
  • 1375 Views
  • 11 replies
  • 0 kudos

Write flash memory Error

Hi, sir.Before I speak, I'm Korean so English may be wrong.But please help me... (T^T)I am using STM32H743VIT for project. And I want to save Flash memoty to some data.Sometime, It is return HAL_OK. So i can save some data in flash memory.but Most of...

0690X00000BuX8TQAV.jpg 0690X00000BuX8dQAF.jpg 0690X00000BuXAFQA3.jpg
User.72 by Associate II
  • 357 Views
  • 1 replies
  • 0 kudos

Resolved! Why is HAL_UART_TRANSMIT splitting my transmission

Hi, I've been facing some issue using HAL_UART_TRANSMIT. The thing is that I want to send a message when I press a button. My idea is to catch the interrupt of the button and setting a flag, then in main sending the message detecting the flag.The pro...

0693W00000FD7pMQAT.png 0693W00000FD7p2QAD.png
CCobo.2 by Associate II
  • 327 Views
  • 2 replies
  • 0 kudos

Programming sequence error occur randomly on STM32H750

Hi guys,I am using the STM32H750 and try to reprogram the internal 128KB flash.Please check my code as below :During the programming i got the "PGSERR" randomly , and error code is "0x00040000 "Any comment , thanks HAL_FLASH_Unlock();  __HAL_FLASH_CL...

fema by Associate III
  • 721 Views
  • 4 replies
  • 0 kudos

STM32H7 QUADSPI Status Polling in 444 Mode

I'm noticing some odd behaviour in the QUADSPI peripheral on the STM32H743. When I use the automatic status polling feature in quad mode it appears that the 1st query works as configured, but subsequent queries are strangely incomplete.What I mean by...

0693W000003QUQOQA4.png
MWalk.3 by Associate II
  • 336 Views
  • 1 replies
  • 0 kudos
Labels