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