• 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 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 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...
  • 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...