STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 2110 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
  • 567 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
  • 502 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
  • 1132 Views
  • 4 replies
  • 0 kudos