Replies: 6 comments 25 replies
-
It is interesting, although the official Arduino Core uses Mbed and so you can use Mbed classes. |
Beta Was this translation helpful? Give feedback.
-
When you compare ArduinoCore-mbed/targets/TARGET_RASPBERRYPI/TARGET_RP2040 with the content of original PR it is little bit different (check the target folder in the tree) - https://github.dev/ARMmbed/mbed-os/pull/14488. Also latest ArduinoCore-mbed probably uses newer version of PicoSDK. I do not have BMP but PicoProbe seems be also promising. Ofc yeah, it is just for RP.
BR, Jan |
Beta Was this translation helpful? Give feedback.
-
that is interesting. There are already H7 multicore MCUs, how are they handled? Loading two independent projects? PlatformIO comes with a modified version of OOCD for the pico, But you're right, it will be better to wait for an official new release. |
Beta Was this translation helpful? Give feedback.
-
still have problems with my eyes and cannot stare for long time at the PC monitor. There is a Discord channel #blackmagic where you get good support: https://discord.gg/CFDxXKZW |
Beta Was this translation helpful? Give feedback.
-
@multiplemonomials I added another info for the picoprobe to wiki page, hope it will be useful. |
Beta Was this translation helpful? Give feedback.
-
I have build the blinky for the tufty 2040 board from Pimoroni, it works. Used picotool upload in WSL2. |
Beta Was this translation helpful? Give feedback.
-
Hello,
we already discussed (Mbed's Forum) about RP2040 and unfinished PR - ARMmbed#14488
I already check that and after few corrections it is compilable, but cannot verify that because a standart output is .hex or .bin and this not enough and a format .uf2 is required.
I found all necessary things are already in PicoSDK only MinGW-w64_GCC_Tools must be installed, but I have no idea how to set this up together with MbedCE in VS Code.
Do you have any ideas guys? @JojoS62 @multiplemonomials
BR, Jan
Beta Was this translation helpful? Give feedback.
All reactions