• build multiple hex files with different IDs
    Hi all, I have written a program for a wearable devices (BLE). Each device should have a ID which is located in the advertising data (its a constant). I have to build 100 hex files were each have...
  • build multiple hex files with different IDs
    Hi all, I have written a program for a wearable devices (BLE). Each device should have a ID which is located in the advertising data (its a constant). I have to build 100 hex files were each have...
  • 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...
  • 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...
  • Utility to build axf-files from hex/binary
    Hi, i know fromelf.exe to get hex or binary files from an axf file. But i need a program to build an axf file out of an hex file (or bin). background: i use uVision to load program via jtag, so i...