• ARM scatter file symbols not defined?
    In my scatter file, I have a memory region named TCM_COPY, In my C file, i am trying to extern the region_name like, extern unsigned int Image$$TCM_COPY$$Base. But when I compile that C file, the...
  • Link a pure binary file to image with scatter file
    Hi, I am using ARM DS-5 version 5.29.1 to develop a baremetal project for Cortex-A72,and write linker scripts with arm scatter file I want to link a pure binary file with my program,but I don't know...
  • Keil scatter file entrypoint for OTA firmware image
    Hi All I'm using STM32L073 and already have a bootloader at 0x8000000 to 0x8002ffff. This bootloader will check the application FW(crc & length) and jump to FW's entrypoint at begging third word...
  • User-defined memory type
    I came across this article from Keil's Knowledgebase: http://www.keil.com/support/docs/2397.htm However, I do seem to have trouble finding the definitions for those prefiex S:, T:, U: and V:. Can...
  • scatter file
    hi friends, i have to write a scatter file for lpc3250. how to start? what is scatter file? why for it is? is there any reference for scatter file? thanks in advance...