• Output window is gone
    Hello, I'have a problem with uVision. When I open a project I expect to see my project window and a output window. Suddenly when I open a project, the output window isn't visible any more. ...
  • FlashFS source gone in release 4.20
    Has anyone else noticed that Keil seem not to be supplying the source for FlashFS? It was in versions prior to version 4.20. Notice the new paragraph in the click-through license! (Another thread...
  • Tell me: where did all Board example projects in KEIL v5 gone?
    Hello, can some tell me where all the board exemples from Keil MDK ARM v5 are gone? In V4.7x there was the Folder: KEIL\ARM\Boards.... I couldn't find them in the Downloader. Why are they...
  • Where is __main?
    We use Keil tools to generate C++ embedded application that run in our embedded controller. My initialization code jumps to __main as follows: IMPORT __main LDR R0, =__main BX R0 Wher is...
  • Where to start?
    Hello, I am currently working on a project and have been given an MCB4300 evaluation board with a LPC4357 microcontroller. I have got the blinky example loaded and working on the board, but I...