• Can LOAD file to a specified memory area ?
    The command "SAVE" can be used to save a specified memory to hex file. So, my question is that there is any command for loading a file into a specified memory area? For example, I have a hex file, I...
  • unused memory areas are not zero?
    Parts of the address area where are not used by the application are not zero (0x00000000)? e.g. memory areas for CS signals, which were not used? best regards Joe
  • AGSI: Watching far Memory Area
    Hi, We want use the AGSI Watch Memory functionality to access a variable in the area between 0xE00000 to 0xE007FF. We have written a sample program for Infineon XC164CS with AGSI memory watch for...
  • How to load SPI device with a specific bin file
    Hello All, I have reached a dead end try to load a specific ".bin" file to an external SPI device. I hope somebody can help me out here. I am using Keil eval board MCBSTM32E and I want to download...
  • indicate area in linker script file
    How is it possible to indicate an area (RAM or external SDRAM) in the linker script file where the content of one specific buffer could be stored but no other variables could use this area? Could...