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.
10 years, 4 months ago.
When I "export to desktop IDE", I can't compile on KEIL (missing device.h)
I only did the following: 1. Hit the "Export to desktop IDE"
2. Hit build all from KEIL 5
Am I missing a step here? I believe I am using the latest mbed lib.... how can I confirm that?
Question relating to:
1 Answer
10 years, 4 months ago.
I think there's a bug in export process of the latest update of BLE_HeartRate example. I didn't have this problem with the previous version. You can go to this link https://mbed.org/handbook/mbed-library-internals and export the source library to your computer. The device.h file should be in there (./targets/hal/....)
Hoang