• How to convert a BIN into an ELF object image with armlink?

    I'm wondering how I could use 'armlink' to combine or merge a binary image into another image. With the ARM GNU tools, I can do the following:

    1) Perform a partial linking (switch '-r') of as input file in binary format (switch '-b binary…

  • Program ARM-device from Linux

    Hello everyone!

    I want to buy STM32F103C8T6 and my os is Ubuntu and I don't want to use IDEs. I already found the developer's tools - GNU Arm Embedded Toolchain, but have the question - there is a suitable linux software to program ARM devices…