Hello,
I wonder if the RP2040 is going to be supported by the Keil MDK. At least compiler support.
Thanks,
Bogdan
Bogdan Golab said:At least compiler support
It's a Cortex-M0+ - so that's already supported.
Could you share any guide how to use unknown Cortex M0+ in Keil? This one is dual core MCU.
So far I used only officially supported hardware, with drivers.
Of course I do not have any problem with adding generic M0+ core. But would like to avoid manual work to add second core. Maybe it is easy. I will try again.
I guess the thing to do would be to ask the RPi people if they have created the appropriate support packs.
I've never done multi-core - I'd look at how other multi-core chips are handled ...
The RPi people are supporting VS-Code:
"For power users, we provide a complete C SDK, a GCC-based toolchain, and Visual Studio Code integration"www.raspberrypi.org/.../
Why not just use that?