What I was looking to do was to compile for the RP2040 and the RP2350 separately. So have a UF2 for each be built. I just got my email saying my Pico2 is on it's way.
Are there macros defined so I can wrap code for the rp2040 and rp2350 so I have to dive into this so I can have something to try when my Pico2 arrives.
If I have figured this right then I also need to build for each chip with a different linker script. I've found the linker scripts in the SDK and I need to swap SCRATCH_X with SCRATCH_Y so that Stacks don't over lap and corrupt core 1's stack. I think this was the solution I was able to get work when I first looked into the issue I had.
Are there macros defined so I can wrap code for the rp2040 and rp2350 so I have to dive into this so I can have something to try when my Pico2 arrives.
If I have figured this right then I also need to build for each chip with a different linker script. I've found the linker scripts in the SDK and I need to swap SCRATCH_X with SCRATCH_Y so that Stacks don't over lap and corrupt core 1's stack. I think this was the solution I was able to get work when I first looked into the issue I had.
Statistics: Posted by DarkElvenAngel — Thu Sep 12, 2024 5:58 pm