• 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.
  • 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 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.
  • 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...
  • problem building bootloader compatible HEX/BIN files...
    I have a board with a SPI flash chip on it, and via a UART it can receive a BIN file plus metadata and write it to the SPI flash chip. This is all done with an app that starts at the 2nd sector of...