• how to load a file in to memory
    thank u
  • 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 can I load HEX File
    hello, I want to load a Hex file to Memory i used exec("load my_file.HEX"); you can see my program : signal void main() {exec("load my_file.HEX"); func2(); // it is the line 214 .......
  • 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...
  • 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?