Hi, I have a watchdog timer working and I would like to do some stuff if the watchdog barks before reseting the BW16. If I don’t configure an irq handler the device resets perfectly, but if I set an irq handler, the handler executes, but the device doesn’t reset.
How can I force a device reset?? Is there any api call to reset the BW16?
Yes, I’m using Arduino platform, I’m porting an ESP32 code to RTL8720. I could have re-write it to the Official SDK but I didn’t find a reason for it. is there something relevant in the official SDK that I should consider??
@Chano
I also don’t know what exactly difference between official standard SDK platform and Arduino platform.
One thing that I know is for product development it is recommended to use standard SDK platform.
if your project going well with Arduino platform no need to change it I think.