• AXI INTERCONNECT generation
    Note: This was originally posted on 12th July 2012 at http://forums.arm.com Hi , I am generating AXI Interconnect using ARM tool (adcanvas) NIC301r2p2.  I can see option to define user related signals...
  • Cascade interrupts
    Hi, First I tell my 'funny' situatuion short: up Inf C167, RTX-166 - 'Main' Timer1 execute an interrupt func.(8ms tact) - In this func. the PEC register PECC1 will be initialiazed and the AD converter...
  • Cascading multiplication; NEON;
    Note: This was originally posted on 5th March 2013 at http://forums.arm.com Hi Guys! I've just found out the next confusing me thing in cascading multiplication in NEON module. source1- http://pulsar...
  • NIC-400 Interconnect generation issue
    Note: This was originally posted on 27th December 2012 at http://forums.arm.com Hi , I am using NIC-400 for AXI 128x64 interconnect. 1-slave X 2-masters. Read transactions with arsize=4,arlen(burst lenth...
  • Using NEON instructions to speed up cascaded biquads - how it works?
    I am trying to understand how the cascaded biquad filtering is optimized for Arm processors in CMSIS using Neon extensions. The code is ifdefed under `#if defined(ARM_MATH_NEON)` here: https://github...