• Burn hex file to MCU for production
    I have made code on LPC1317 & tested. Now on debugging axf file get accessed by keil. 1. Now I want to program large no MCU, will everytime I have to use debugger to write hex file which in tun...
  • fromelf.exe generate two bin file
    When i produced two bin(one and second) file with mdk tools fromelf.exe,the difference of the two bin files is the second bin file only more than a single one code in source project. so when i compare...
  • BIN file
    How can I generate a .Bin file instead of .hex file using uVision ?
  • Splitting a single memory block into two
    This question is more hardware related than software, but is affected by both. We are currently using 512KBx16 Flash and SRAM in our design, but we want to do away with the flash and use only SRAM. Which...
  • Compile a .bin file in Keil
    I'm trying to compile a binary file in Keil. I followed the instrudiction and added this to Options for Target - User - After Build/Rebuild C:\Keil_v5\ARM\ARMCC\bin\fromelf.exe --bin --output...