• BIN file
    How can I generate a .Bin file instead of .hex file using uVision ?
  • 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...
  • Firmware transfer *bin from Android to uC
    Hello I use USB bootloader for NXP uC for firmware upload. But now I have problem with firmware upload (*.bin) from Android PC to uC NXP LPC1768. The point is that the android PC find the uC memory...
  • how to make a bin and hex file from GCC folder?
    Hi. Now I'm trying to make a bin and hex file from CMSIS-SP-00300-r3p2-00erl1\Device\ARM\ARMCM3\Source\GCC\* gcc_arm.ld startup_ARMCM3.S startup_ARMCM3.c how do I make bin and hex file with...
  • 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...