• Using Compute Library in a c++ project as static library, build with linaro gcc 7.3
    Hi again; I've built ComputeLibrary in an Linux Environment using gcc 7.x version targetted for bare_metal and armv7a. Build was succesfull and I have 3 library (.a extension) files called 'arm_compute__core...
  • Prebuilt Toolchain for armv6l/armv7l/Raspberry Pi
    I would like to know if there’s a process of getting addition CPU architectures into the prebuilt toolchains. The WIndows, MacOS, and Linux 64 bit toolchains are great, but I was hoping to be able grab...
  • Resetting the stack pointer in "noreturn" functions?
    Architecture: Cortex-M0 Toolchain: gcc-arm-none-eabi-6-2017-q2-update, gcc-arm-none-eabi-8-2018-q4-major In an attempt to mitigate the possibility of stack overflow I would like to reset the stack...
  • How to use GNU GSL library for LPCxpresso 4367 (ARM Cortex M4)
    Hi. I need to use the GSL library in my program. I tried to follow the library linking procedure for LPC xpresso but the MCU linker is giving me these errors: MCUXpressoIDE_10.3.0_2200\workspace...
  • Position inpdeped code for bootloader.
    Hello, I'm creating a custom OTA firmware update on cc2640 chip from TI. (Cortex M3) For this reason two memory regions are reserved for firmware images. The problem is, the code works only if it is...