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.
Is this possible?
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.
Is this possible?