• Juno R1 Running SMC in Normal Domain
    Hi there, I have implemented my Juno R1 board with the Android system of Linaro. Now I'm trying to call the SMC instruction with an application implemented in the normal domain. I see the website ARM...
  • IoT connectivity courses
    People, I´m staring at the desing of fridge and stoves connectivity by BLE,WiFi and sigfox, so I would like to know a good starting course for IoT development with ARMs. Do you know any good course...
  • What is the cycle count for FFT and FIR function in NE10 library?
    Hi, I have just installed NE10 and its documentation on Ubuntu. I do not see the cycle count for its functions. I am especially interested in complex FFT (256 points for example) and FIR (256 complex...
  • Recompile neon 32bit instruction for ARMv8 using ndk r10c
    Hello, I have an android application which has neon optimised native code. The neon instructions were written for armv7a architecture. I've read that ARMv8 arch can run  in both 32bit mode and 64bit mode...
  • which is default data model with APP_ABI := arm64-v8a on android-ndk-r10b
    Hi,     If I build a native code on android-ndk-r10b with APP_ABI := arm64-v8a. Which 64-bit data (LP64, LLP64, ILP4) model is used to compile the code? Regards,