User Activity

I'm generating a PWM signal inside a loop, but I can't stop it. What would be the reason? I need both to generate PWM and channels. HAL_TIM_PWM_Start(&htim3, TIM_CHANNEL_1);HAL_TIM_PWM_Stop(&htim3, TIM_CHANNEL_1);HAL_TIM_PWM_Start(&htim14, TIM_CHANNE...
I can control the card with stm32 CubeProgrammer when I reset mode "hardware reset". But when I use cubeIDE, I can't assign the program, it can't see the target, what could be the reason? Can I only use it in Hex mode?