User Activity

Uart communication did not work in the existing project file.There may be other interference, so I created a new project and wrote only Uart, but it is the same.The input of the signal to the RX pin is confirmed by the oscilloscope, but it does not w...
I enabled WWDG on the MX and there were no other settings. MX_WWDG_Init(); As the function executes, the CPU resets, and when I look closely, I see that __HAL_RCC_WWDG_CLK_ENABLE(); As soon as the function runs, the CPU is reset. What should I do?Bel...