Question
Problem with HAL_Delay while using PWM+DMA in STM32WB55
Hello! I am using PWM to generate 1.25 ms period pulse to trigger a LED strip light . In main.c , properly in while(1) when I called HAL_TIM_PWM_Start_DMA followed by HAL_Delay the program got stuck in uint32_t tickstart = HAL_GetTick(); . When I runned the debug once again it now gets stuck in the place shown in the image (in the file startup_stm32wb55xx_cm4 )
How could I solve this?