• 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...
  • Loading .bin file
    Hi I am unable to load a .bin file on to the emulator. I am using Command window for loading the .bin file. command : load C:\mycode.bin there is no error compiler got hanged.
  • loading BIN to external RAM
    Is there any body who knows how to load a binary file to particular external RAM address in uvision? The command "LOAD" do not indicate any load address.
  • 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...
  • bin file
    hi, i have some doubts in bin file creation for at89s52. how to create bin file from hex file using keil uv4? or shall i program direct hex file created by keil? or shall i program the output file...