STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! systick handler keep pending on stm32h7 board.

I made a project with stm32h7 board, and use pemicro multlink to debug it under keil. I found it keep in systick handler pending but no active.I checked systick module register as:the counter is changed.and then I checked SCB releate registers asand ...

shengyang_0-1725578415036.png shengyang_1-1725578563853.png shengyang_2-1725578660534.png shengyang_3-1725578726103.png

Systick interrupt handler stopped being called

Hello STM32G0B1 For some obscure reason, sometimes the systick handler function is not called anymore.I mean, it works for some time then it does not work anymore. It looks like it is more likely to happen when I'm debugging but I have no factual inf...

JulienD_0-1723030099147.png
JulienD by Senior
  • 819 Views
  • 13 replies
  • 3 kudos

STM32L0 LOW POWER MODE

Hi Everyone,I use STM32L083 MCU. My code has two sections which are bootloader code and main code. Bootloader Code Start Address : 0x0800000Main Code Start Address           : 0x08006400I implemented low power mode in my main code and used  "HAL_PWR_...

Nbaşa.1 by Associate II
  • 160 Views
  • 1 replies
  • 0 kudos

Resolved! STM32U575 Clock Configuration Confusion

I have a custom board that I am getting ready to program that is using the STM32U575. I am a little confused about the clock configuration. My board has an external 32768 crystal. I am not sure I have the MX program clock configuration correct. I wan...

clockconfig.png
ScottD by Associate II
  • 504 Views
  • 8 replies
  • 1 kudos

Resolved! STM32G4 using HAL Lib to read eeprom, when wirte to eeprom many times, the SYSTICK's tick variable will be changed randomly

hi,for our project,we used firmware package was STM32CubeG4 Firmware Package V1.6.0 / 05-June-2024.IDE: MDK 5.39MCU: STM32G473MET6 EEPROM: 24LC256we already check the page write opreation, ensure the boundaries and size of each write (less than or eq...

mas666 by Associate II
  • 512 Views
  • 7 replies
  • 0 kudos

Call `HAL_PWR_EnterSTOPMode` in `HAL_Delay`?

Some parts of my application are driven by the SysTick timer, and I got into the practice of adding `HAL_PWR_EnterSTOPMode(PWR_MAINREGULATOR_ON, PWR_STOPENTRY_WFI)` while polling a flag, knowing that the SysTick interrupt will wake the microcontrolle...

Resolved! STM32F4 Buzzer

Hello guys !I am new at the embedded systems and I am trying figure it out ! I am using STM32F446VET7.I connected my buzzer to an GPIO pin(PB12) which has no pwm speciliaties.But my buzzer is not working when I connected to the DC signal source like ...

testbenchmark_0-1722452246106.png testbenchmark_1-1722452306142.png
Labels