Results 6 comments of kylongmu

> Postponing this to 3.1.0 Milestone, we need to evaluate this again. Waiting for the qspi support in arduino too.

> `Error: checksum mismatch - attempting binary compare` I've experienced this error too when using a too high programming speed. > > ``` > debug_speed = 1000000 > ``` >...

> With 100k download: ``` Advanced Memory Usage is available via "PlatformIO Home > Project Inspect" RAM: [== ] 17.3% (used 46672 bytes from 270336 bytes) Flash: [ ] 0.2%...

> Instead of using `platform = https://github.sunflyer.cn/platformio/platform-raspberrypi.git` you can try using `platform = https://github.com/maxgerhardt/platform-raspberrypi.git`, so that you have a more up-to-date openocd version and picoscope support. Maybe that fixes it...

错误看起来是rt-thread其它定义升级了,但是arm926对应的接口函数没有同步升级造成的。 rt-thread\libcpu\arm\arm926\cpuport.c:140:11: note: in expansion of macro 'rt_hw_cpu_dcache_status' 能加一个nuvoton bsp的action吗?这样就能使得自动测试能覆盖arm926

Try another multicore example from [here](https://github.com/earlephilhower/arduino-pico/blob/master/libraries/rp2040/examples/Multicore/Multicore.ino). But the core1 without any output. Reference [Doc](https://arduino-pico.readthedocs.io/en/latest/multicore.html).