• Including another hex file in the linker
    Hi all. I'm developping a bootloader to allow firmware upgrade (IAP) in our application on F103RB microcontroller. I'm coding with keil uVision 3 V3.85. Bootloader has its flash space (specified...
  • Including another hex file in the linker
    Hi all. I'm developping a bootloader to allow firmware upgrade (IAP) in our application on F103RB microcontroller. I'm coding with keil uVision 3 V3.85. Bootloader has its flash space (specified...
  • Errors when including header file at89x051
    Hi, i'm kinda new to this so you'll have to excuse my ignorance. I'm using the MC AT89C4051 and I need to program it, so I got the at89x051.h and when I compile my program (with the #include<at89x51...
  • Errors when including header file at89x051
    Hi, i'm kinda new to this so you'll have to excuse my ignorance. I'm using the MC AT89C4051 and I need to program it, so I got the at89x051.h and when I compile my program (with the #include<at89x51...
  • How to include assembler include file in c source file?
    I have an assembly include file (.inc) which contains a macro. Is there a way to include this file in C source file?