• LPC1112 AES-128 CBC, IV missing :(
    I tried to implement AES-128 on lpc1112, using AN11241 from NXP (AES encryption and decryption software on LPC microcontrollers), but I can't find a function for initial vector. How can I input the IV...
  • graphical display 240*128
    sir i want to interface graphical lcd 240*128 with arm 7 then how to initialise that lcd and how to write data and command . i knwo 16 *2 lcd . main thing is i m not getting dta sheet for that and...
  • interfacing an LCD 128*64
    i need the source code of interfacing the microController LPC ARM7 2119 with an LCD 128*64 thank you
  • NEON: fast 128 bit comparison
    Note: This was originally posted on 30th January 2012 at http://forums.arm.com I'm interested in finding the fastest way (lowest cycle count) of comparing the values stored in two NEON registers (say...
  • Inline asm error C-197 when disabling interrupt...
    Hello, I have take a piece of source at http://www.arm.com and tried to compile it using the CARM compiler. The code is shown below: /* NewState=1 will enable IRQ, NewState=0 will disable IRQ */ ...