iwdg is not working while usb device is running.
Hi,
My MCU us stm32f401rct6.
This MCU has three UART and all UART are using for service. No console UART port :(
So, I make a USB CDC device to use console port.
But, iwdg is not working. When I use UART console port, while(1); occur watchdog reset. But, when I use USB CDC for console, while(1); not occur watchdog reset.
Thank you in advanced.
BR
Paul