• Is AXF file is equivalent for HEX file
    Arm compiler generates axf file as executable .is it same as hex file.How to calculate checksum for AXF file and how to put checksum value in the specified location of a memory.
  • Linker complains Undefined Symbol
    Hi, I have a c program that looks like bellow. In my main.c file, I have included: #include "test.h" main(){ test_init(); } in my test.h file, I have a declaration static void test_init(...
  • compilre does not complain of "," instead of ";"
    Hi I have the following code static bit cc_0 = 0; ...... if ((!CC_GDO_0 && cc_0) == 0) return 0; cc_0 = 0, // here I have a , instead of ; temp = SpiReadStatus(CCxxx0_MARCSTATE); ..... I am...
  • .axf file not working correctly but .hex file is
    Hi I am new to STM32 and I have just started using discovery kit STM32F411 with MDK-ARM5. I compile my code and it compiles fine but when I uload it into the MCU, the code does not work what it is...
  • 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...