• How to load a file into memory?
    Dear all I want to load about 7000 Ascii characters from a file, in consecutive memory locations on my board. Then I will probably handle these characters as an array in order to process them. I'm...
  • How to load bin file to memory
    Hello, I use STM32F103 uC and I want to load pattern file to memory at address 0x08010000 (FLASH area). I want to do it in simulation. I converted my pattern bin file to hex format by using bin2hex...
  • How to load an external file
    I want to read a bmp file to my program, how can I do that? Can I read it directly?
  • Load file to specific memory area
    Hi i try to use the debugger script in order to stimulate data into my ADC peripheral. this is the script i wrote: /* Map the user specific memory space */ MAP S:0, S:0xFFFF READ WRITE /* Store...
  • 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...