• Jump to label in the startup code
    Hi, I have a label, say "XX" in the startup assembly code. Later if I want to jump to label "XX" in the inline assembly by using __asm{ B XX } The compile in Keil MDK complains "the label...
  • Loader and application startup code location
    On ARM platform I am trying to configure a loader as follow: loader at 0x0, application at 0x4000 Loader has its own startup code, at 0; application use RTX o.s., and has its own startup code. At...
  • C166 : startup with a loader
    Hi, I use a C164 chip (similar to C166). For my project, I'll have a bootloader (witch will be located in 0xC0'0000) and an applicative software (located in 0xC1'0000). Is it possible to have...
  • Compiling with startup code
    Hello everyone I am relatively new to the 8051. I am running in to problem creating a simple app with the ATMEL89C55. I created a new project called test and insert 2 files, test.c and STARTUP...
  • Code loader on 8051
    Hi, I tried to search application note regarding Code loader somewhat like AN112 but specific to USB with sample code in C, I can't find it in the net and in silabs site. Can anybody point me to where...