-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
I am trying to port Tock to the Raspberry Pi Pico and I am facing a strange issue regarding the FIFO interrupt.
As Tock is using only one core, I do not need the FIFO. My understanding is that the second core is stopped by the bootloader. The problems that I am facing are the following:
- the FIFO_IRQ_PROC) (15) interrupt keeps firing continuously, I tried disabling it from the NVIC, but it seems to ignore it
- when trying to to write to the NVIC::ISER register the value 1<<15 it hard faults, any other value works
I am using openocd via a Raspberry Pi to load and debug the software. I used the same init steps as in the SDK.
I think I might be missing something, but I can't figure out what. Any advice would be great.
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation