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.
7 years, 4 months ago.
Export to Keil uVision 5 for LPC11U68
The .bin File which is generated with an exported uVision Project does not work. The .bin File from the online-Compiler is OK
I use the following user-settings for Checksum and .bin File
Run1: C:\Keil_v5\ARM\BIN\ElfDwT.exe !L
Run2: fromelf bin -o @L.bin !L
1 Answer
7 years, 3 months ago.
When I use simply blinky program, it works fine. However, if the code has Serial class instance, it does not work. I will find out further detail.
Just FYI, online compiler use micro LIB, but exported uVision 5 project use standard LIB.