Marco Bartolucci

Results 4 comments of Marco Bartolucci

@kkotowick If you are familiar with the topic, you could use the LPC43XX watchdog timer.

@dominicgs using the watchdog is the only effective workaround I could find. @kkotowick You could use something like this. file `firmware/hackrf_usb/hackrf_usb.c` ```C ... #include ... int main(void) { ... //...

Do you have any suggestions on where I should start looking?

Thank you for your help @dominicgs . I've tried your commit without success. There must be something else...