• Any way to include a binary file?
    Does anyone know of a way to do the equivalent of this, in C51 V5.50? #include "myfile.bin" Where the file isn't source code text but a binary such as a Windows bitmap. It would need to be located at...
  • branch to absolute address
    I wrote a piece of code running in 8051 microcontroller. The code is to write another piece of code to memory starting from, say, 0x1234. After this is done, it will jump to address 0x1234 to execute...
  • Absolute address
    __at works in realview, just include the absacc.h .
  • ARM STM32 absolute address for variable
    I have a an embedded application that uses an STM32 (ARM) micro controller. I am using ARMCC 5.06 to compile source code. I want to place a few variables at absolute addresses so that I can use a...
  • Absolute address for FUNCTIONS in CODE-space
    Does anyone knows a methode, to declare a function in a specific CODE address in C51? Something lika a org xxxx in assembler !