• Intel Hex file incorrect format with scatter load
    I'm using Keil V4.72.10.0 Tools version (including fromelf hex file generator) is V5.03.0.76 My product has a memory mapped Flash and RAM. Part of the flash is used for code and part of the flash...
  • Intel Hex file incorrect format with scatter load
    I'm using Keil V4.72.10.0 Tools version (including fromelf hex file generator) is V5.03.0.76 My product has a memory mapped Flash and RAM. Part of the flash is used for code and part of the flash...
  • Scatter-load question: How to move my r/w data from flash
    I've got a project that I'm trying to move to the latest MDK-ARM from older tools. I've created a scatter-loading file that describes my memory layout, but I can;'t figure out how to move my read-write...
  • Scatter-load question: How to move my r/w data from flash
    I've got a project that I'm trying to move to the latest MDK-ARM from older tools. I've created a scatter-loading file that describes my memory layout, but I can;'t figure out how to move my read-write...
  • ADRP command loading incorrect address.
    Hi Arm experts, I have a load command to load a structure in assembly code as below: adrp x4 , ASM_NAME ( forkx ) This load instruction is not giving the proper address of the structure that i...