• How to compile an application from A53
    Hi, I am new to ARM . I had Xilinx Zync102 board which having CortexA53 processor. I had build the kernel image for the same and properly working . Now I need to write an application which run on...
  • ASM strong function gets replaced by weak function
    I have a project where I need to define strong function in ASM. If I do so it gets ignored and default weak function is used instead. If I define strong function in C it works fine, that is strong one...
  • Cygwin compile of bare metal ARMv8 cross-compiler
    I am trying to get a cross-compiler built to run on my Windows box. One route I'm trying is to use Cygwin to build the compiler. I've tried several attempts with the latest sources but hit upon some compile...
  • Ne10 fir function
    Hi guys, I am currently using Ne10 library to perform signal processing task on Android device for better performance. I want to do a xcorr on 2 equal size array (say N) and want the output to be 2*N...
  • Arm-Math, DSP function
    I am not sure if this is the right forum, if not, please tell me what forum will be more appropriate. I want to use DSP libraries. I use arm-math library. and run this function: void startFFT (void...