I can't figure out how to load mbed-dev lib to a keil studio project -- it just spins on "Next". i can't upload mbed 2 programs from old on-line compiler if they are using mbed-dev.
i can upload old programs from old online compiler if they don't use mbed-dev.
is there an example i can import that uses mbed-dev?? i use the core source to adjust CPU frequency for some programs
i've been using the to-be-retired online compiler for many years.
Also, doesn't appear a way to clone a program under keil studio??
Hello,
This is how you can clone Mbed projects in Keil Studio: developer.arm.com/.../Clone-an-Mbed-project
What process did you follow to import your projects in Keil Studio? The Online Compiler > Keil Studio import can be done from Keil Studio: developer.arm.com/.../Import-Mbed-projects-from-your-Mbed-Online-Compiler-workspace
Have you tried exporting a project as a zip from the Online Compiler and then uploading the resulting directory to Keil Studio?
Thank you for your feedback.