10 years, 9 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

10 years, 9 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.

Razu Ahmmed
poster
10 years, 9 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?