• Is the interrupt_ethernet example correct?
    On this manual page: http://www.keil.com/support/man/docs/rlarm/rlarm_interrupt_ethernet.htm frame = alloc_mem (RxLen | 0x80000000); /* if 'alloc_mem()' has failed, ignore this packet. */ if (frame...
  • Reg Optimization
    Hi there,           Im using DS-5 simulator for coding C program along with Assembly and Neon.In this vectorization is working perfectly but when optimization of MEDIUM/HIGH level is used, the  pointer...
  • reg project
    how to interface a reed switch with rf transmitter?? can anyone help me with this.
  • Using regs
    Hello, i did project with the device: cypress EZ-USB FX2LP and i am trying change register values. #include <fx2.h> #include <FX2REGS.h> #include <stdio.h> void main(void){ SCON0 = 0x52; TMOD...
  • Neon reg to ARM reg data transfer
    Note: This was originally posted on 30th July 2009 at http://forums.arm.com I m transferring data from neon register to arm register, which is very costly. i.e., it takes each vmov.32 r6,do[2] takes around...