• Interrupt based External UART
    Hi, Can anyone of you help me out on how to write interrupt based external UART driver. I've its polling based counterpart ready and working. Vipin
  • Does NRF 24 lE requires professional development kit from keil.
    I have licensed mdk Essential version in keil u vision 5. I am using nordic( NRF 24 Le IC) i am getting an error L250 code size restrictions as error. Can some one help me with this, Do I need keil professional...
  • Application version number
    I mean version number of my application. See on Ingedev 2.32(tool for application development), on Project Menu + Project configuration. I can change my application version but once i increment it my...
  • Short form Mnemonic
    Note: This was originally posted on 21st March 2011 at http://forums.arm.com Hi. Does anybody knows where I can find Short Form Mnemonic documentation. For example add r0, r0, r1 can be replace by add...
  • Assembly variables form C
    I am writing a small C function which is suppose to replace the assembly function My rest code is written in assembly and the assembler (asm51) is used The data declaration is done as t33 EQU...