• Error message when trying to build hex file
    I am writing some code for the nanomodul-164 based on the C164CI microcontroller. when I select 'Build Target' from the 'Project' menu I get the following error: C166 FATAL-ERROR - ACTION: PREPROCESSING...
  • howto: function library in separated hex-file
    Due to the lack of flash memory i want to move code parts in a separate function library and locate the same in RAM. I thought to use the LIB166 and assign certain code modules to the RAM-address area...
  • 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...
  • 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...