• 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...
  • A question about general purpose timers
    Hello all, I am using GPT3 for timing purposes in my RTOS (I am not running it on hardware yet - just in the IDE). I tried to use the example supplied in the "Getting started and creating applications...
  • prototype general purpose data logger
    program should read a suitable ADC channel of microcontroller at 1 second time intervals and convert the digital value into the corresponding voltage and display the value on the serial window. Stage...
  • for the project purpose
    I'm able to send AT commands to GSM modem, but i am not able interface my 8051 to GSM model. can i get sample inerfacing code for 8051 micro controller.
  • Error generation on accessing Special purpose register.
    I am trying to write on a register using the following command: asm("ldr r0, =0x00"); asm("MSR ICC_SEIEN_EL1, r0") ; and getting this error: tmp/ccnn8Apc.s: Assembler messages: /tmp/ccnn8Apc.s:93787:...