• Understanding VPf and NEON link
    Note: This was originally posted on 14th March 2011 at http://forums.arm.com I'd like to understand exactly how NEON can be used instead of VPf. I understand that FADDS is now replaced by VADD.f32 But...
  • VPf vector example
    Note: This was originally posted on 5th January 2011 at http://forums.arm.com Hi. the cortex documentation speak about register bank for vector usage. That's great, but I do not really understand what...
  • 89v51rd2 error 127
    I am using P89V51RD2 for my project I have choosen this IC because it have 1K Ram My programme is compiling but while linking I ma getting following errors. *** ERROR L127: UNRESOLVED EXTERNAL SYMBOL...
  • 89v51rd2 error 127
    I am using P89V51RD2 for my project I have choosen this IC because it have 1K Ram My programme is compiling but while linking I ma getting following errors. *** ERROR L127: UNRESOLVED EXTERNAL SYMBOL...
  • How to represent a register in C51?
    Hi, How to represent a register in C51? for example, "inc R0 of register bank 1"?