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.
11 years, 4 months ago.
mbed with keil MDK
Is it possible to develop firmware for mbed LPC1768 in keil mdk own environment instead of mbed environment in keil? if possible then how?
2 Answers
11 years, 4 months ago.
yes...in your compiler, right-click on the program of your choice and choose "export". Next, choose the uVision Keil option and export. This exports a uVision project for you. Just open the project in Keil and you are good to go.
11 years, 4 months ago.
I know that but i am not asking that. I am asking that is it possible to develop firmware without including mbed.h header file that is in keil own environment, to control its operation by defining its register instead of built in function?