Open robzed opened 1 year ago
This is on the RP2040 ...
Oh, this is a very obvious bug that went uncaught for so long because I never bother to check interrupts' registers for anything, but rather only set them. I have just made a fix in the devel
branch, which I have merged into the cyw43_driver
(really everything WiFi and IP-related) branch, which I will be testing shortly.
It appears to now work, from some cursory testing; I have merged my fix into the master
branch now.
uncaught for so long because I never bother to check interrupts' registers for anything,
I also have been struggling with finding why my GPIO interrupts are not working - so added some words that support IRQ visualisation. Maybe this will be helpful?
https://github.com/robzed/ukmarsbot_forth/blob/master/for_rp2040/irq_info.fth
NOTICE: This is a work in progress and likely has bugs!
Does this mean all bits are in one word rather than separate bits in different words?