• 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...
  • 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...
  • 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...
  • 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...
  • 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...