• Libs, weak references and toolchain magic
    Hi, I am attempting to build a .lib for a hardware abstract layer. Two related questions: 1) The library handles several interrupts (e.g. faults, gpio). However, I find that fault handling is...
  • Libs, weak references and toolchain magic
    Hi, I am attempting to build a .lib for a hardware abstract layer. Two related questions: 1) The library handles several interrupts (e.g. faults, gpio). However, I find that fault handling is...
  • Generating .elf files with ARM toolchain
    Hello. I'm fairly new to embedded software development, and could use some clarification on how to generate .elf files from .c files. I've recently downloaded the following toolchain installation...
  • Generating .elf files with ARM toolchain
    Hello. I'm fairly new to embedded software development, and could use some clarification on how to generate .elf files from .c files. I've recently downloaded the following toolchain installation...
  • How to generate .H file from the .lib file ?
    How to generate .H file from the .lib file ? i have created .lib file and i have the .c file for the .lib file itself.