Quantcast
Viewing all articles
Browse latest Browse all 4867

General • Re: Pico2 easy upgrade or nightmare?

You can use this in code

Code:

#if PICO_RP2040or#if PICO_RP2350
similarly in CMake

Code:

if (PICO_RP2350)   ...endif()
You will have to modify the linker script for each of RP2040 and RP2350 separately as they are different, but should be trivial to add your changes to the new stock versions

Statistics: Posted by kilograham — Fri Sep 13, 2024 1:14 am



Viewing all articles
Browse latest Browse all 4867

Trending Articles