How to add IWDG (independent watchdog) to an existing TrueStudio project.
Hello everyone,
I am currently extending a legacy software, for STM32 ;
it is for : "stm32f103cb", with Atollic TrueStudio 9.3
I want to add IWDG (independent watchdog) ; to do so I generated a new project using CubeIDE, latest version, driven by a proper youtube tutorial on IWDG and STM32.
Then I manually copied the needed code into my existing project.
My question is :
is it enough to copy only the C code, into the existing project, to get the IWDG properly working ?
Or there is additional setup to be done that cannot be copied this way ?
Thank you in advance.
