cancel
Showing results for 
Search instead for 
Did you mean: 

STM32WB55 SYSTICK AND RUN ISSUES

JGome.7
Associate

Hey there

I'm working with stm32wb with custom board, I have two strange issues.

  1. I'm tying to probe GPIO_IOToggle example but the program only run when i charge the code or when I debugged it with STM32CUBEIDE, whne i press reset or activate the source the program don't run
  2. The function HAL_Delay() is not working, the MCU keep waiting for HAL_GetTick() who is frozen in 0

I tried to run with MDK and STM32CUBEIDE in two different machines but is the same. Also I tried to change the priority of the systick timer.

Please. Would you help me ?

I'm working witch STM32CUBEIDE V1.7.0 and STM32WBCUBE_FW_WB package V1.12 also I probed with V1.11

1 REPLY 1
JGome.7
Associate

could someone help me please ?