• Cast uint32x4_t to uint8x8x2_t
    Is there a possibility to reinterpret cast an uint32x4_t into a uint8x8x2_t using intrinsics? Sincerely
  • Incorrect Thumb operand strange behaviour
    Hello, I am trying to compile some asm code with operand unable to be used as immediate, but compiler does not generate error but produce strange binary code, hard to detect erroneous code. The source...
  • Strange behaviour of ld saving vma and lma infos into elf
    The question concerns the vma and lma that can be expressed in the linker script with the keyword AT . let’s take the following linker script: /* Entry Point */ ENTRY(main) /* Specify the memory...
  • GNU Arm Embedded ld with LTO support
    The current version 7-2018-q2-update of GNU Arm Embedded Toolchain contains arm-none-eabi-ld.bfd, so it does not support Link Time Optimization (LTO). Is there a problem if I try to compile the LTO version...
  • Can't compile my code with arm-none-eabi-gcc to work, Beginner
    I've only used AVR and Arduino before which really don't count as embed! so I have a little trouble compiling my blinky. I'm mainly a PC programmer. I have an LPC1768 dev board! Here's what I did...