Is it possible to partition the SRAM on a Raspberry Pi pico?
I have a MicroPython application for the Raspberry Pi pico where I want to split the SRAM between the two cores, i.e. core 1 cannot access the SRAM assigned to core 2.
I have a MicroPython application for the Raspberry Pi pico where I want to split the SRAM between the two cores, i.e. core 1 cannot access the SRAM assigned to core 2.