• Trying to convert HEX or BIN file to AFX or add Pages to AFX.
    Hi. I'm using a licensed µVision 4 and I'm trying to improve the programming of my devices. First, this is how I do it now: I create a AFX program file with µVision4 and I can flash the devices...
  • AFX & HEX outputs are different
    I have an application that, when loaded on to the device (via ULink or JLink) as a .axf file, works as expected. When the .hex output is used instead, the application fails to function. Has anyone...
  • Link to two or more projects
    Hi, I need to link two or more projects. How I make this? When I try load program in flash memory the startup of first code is overwrite by the startup of the second. Now I don't know what to do....
  • C++ project linking problem
    Hi everyone, I created a C++ project and implemented some basic classes. The compilation works fine but in the linking process I get some errors. I don't really know what I do wrong. I assume someone...
  • need to link my project with gcc elf file
    Hello I built a arm-none-eabi-gcc project that I can compiled correctly. To finish the build, I need to link this project with an elf file. I tryed to add the elf file into the linker script of...