• 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...
  • 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...
  • 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...
  • Locating costants at absolute memory address
    Hello everybody, I'm using a stm32 family device (stm32f4), it is possible to place constants at absolute memory address? In my case R/O base starts from 0x0800 0000 and my code look like this: ...