Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
8 years, 1 month ago.
Development with Pearl Gecko
I am working on development with Pearl Gecko using the online compiler. I notice that if I include mbed in my project, it compiles without a problem. If I include mbed-src, I get an error message that device.h is missing. I wanted to use mbed-src so I can export to Simplicity Studio and make a few changes. I thought mbed-src was just the source code for mbed, but they do not seem to be in sync. Where are the source files for Pearl Gecko (STK3401A)?
1 Answer
8 years, 1 month ago.
Try using mbed-dev. That is the replacement for mbed-src. Sadly after refactoring their code base they still haven't been able to get the source code includable in the online compiler, so it is also not exactly the latest, but a lot more recent.
(The error simply means your device isn't supported in that version).