Hi! I have working on the watch Dog implementation in STM32F446RET6.The board which I have used is NUCLEO-F446RET6.I have followed the below mentioned steps, 1. Enabled the IWDG in system core using CubeMX of STM32CubeIDE. (which takes the LS...
@Issamos Yeah! I have adjusted the prescalar & Reload value accordingly!! Thanks for the response!!!I have achieved the defined timeout interval as I required!Thanks for the support!!!
@Sarra.SThanks for the response!I am working on that! Once I achieve the desired interval using this, I will acknowledge you about the results.:smiling_face_with_halo:
@IssamosOkay!I am searching for the solution to achieve the desired timeout interval. While gone through it I have found about this!#define TIM_TIM5_LSI TIM_OR_TI4_RMP_0 /*!< TIM5 TI4 is connected to ...
@Issamos Thanks for the response!But looking to the datasheet we can find that the LSI frequency can be any value between 17KHz and 47KHz. --- This means that the LSI value of the Controller oscillates between 17KHz and 47KHz and it is not a con...