• Guidelines on Energy effecient code
    Hi Experts, The well optimized hardware functionality could be messed up by the poor software programming. Is there any general guidelines recommended by ARM on the power optimized programming ? Regards...
  • Where is the code for __aeabi_fmul in gcc_eabi?
    Hi, I am trying to find out where exactly the soft floating point code used in eabi for a M0+ comes from. When i compile a program using floating point using gcc_eabi, it generates code to carry out this...
  • Special code for Android
    Hi Experts, Does Linaro provides any separate code patches for the Android version of OS in ARM processor ?
  • Multiple Application Code with Bootloader
    Hello, Looking for some pointers on the scenario below. I'm fairly new to firmware and bare-metal programming. In the system I'm working on, I am looking to get a bootloader and 2 application programs...
  • Porting code to NEON
    I have some Intel AVX/2 code that I need to port to NEON. I looked at OpenVec, but it seems to be missing some APIs. Is there a guide on NEON instructions that are equivalent to NEON? Thx, Y-