• Special functions for Hardware Access
    Are there special functions for access to the hardware, has share while passing by macros (#define)?
  • Bootstrap Loader Question - Access to general purpose IO
    We have bootstrap loader code as shown below:<br> <br> void far vMainFunction(void) /******************************************************************************* Description: This the start of the...
  • General Purpose Timer 1
    Hi I have been going through example and I am struck on one thing.... Need to generate 250mS So I look at the table, the fastest rate which allws timer T3 to have a period of 250mS is 156.25...
  • Andriod NDK support for ARM assembly.
    Hello everyone... I am trying to build,debug, & run C, Assembly code in android NDK. I have Succeed in C. But when i am working with Assembly am getting an error: "too many memory references for 'add...
  • How to use USBRAM for general purpose?
    Hi, According to LPC17xx user manual the LPC1768 has a total of 64kB of SRAM. I understand that there is a 32kB bank of SRAM connected to the CPU's instruction and data busses, which is readily...