• function placing at absolute address
    suppose i have declared a function in program, now i want to locate this function at absolute address using scatter file. kindly give me its example code. Thanks
  • RL-CAN library and receive mask
    Hello everyone, Question I want my CAN to receive every message with ID 0x1000 to 0x1FFF , how can I do it ? Ugly solution NB: My CAN(s) can already receive messages with CAN_receive...
  • 8051 ROM mask with different flash application
    We are planning to build a ROM mask + flash environment. That is the lower 32K code space will be mapping to ROM-mask and the upper 32K to flash. The lower 32K will check a function table in the upper...
  • Placing variables in ROM
    I'm targeting a STM32. How can I define a large array of data in ROM? Also, is it possible to somehow "attach" a HEX file to a project so that when the project is loaded into the target...it automatically...
  • Interrupt masking during debugging
    For example, if you need to debug an application but do not want the code to enter the interrupt service routine during the stepping, the interrupt request can be masked. This is done by setting the...