• TARMS.dll unknown
    Im using S3C44B0X and ported in keil, I've try to run the given example from keil which is the ..\Keil\ARM\Boards\Samsung\S3C44001\Hello with a H-JTAG debugger. but unfortunately it didn't work successfully...
  • 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...
  • where are the examples?
    I am new in this MDK-ARM world. I was trying your MDK_ARM v5 installation. I downloaded and installed it from your site. But i don't see any examples folder under "c:/keil v5/ARM". As i don't have...
  • Where is the stack?
    I have a few questions that may be related. I'm using a Cygnal C8051F021 which has 4352 bytes of XRAM. I have a c program using the LARGE memory model and am wondering how much stack I am using. I guess...