• Need help in understanding NVIC
    Hi, While using statement like; NVIC_SetPriority(I2C_IRQn,Set_priority); What is max & min value for Set_priority. Can two interrupts have same priority. Also when I am in some ISR, how...
  • Understanding of code
    Can anyone explain the codes below, I am completely new to C, and I think there is some mistake in Code 1 Code 1 GLOBAL __main AREA Program, CODE, READONLY __main MOV R0, #625 ; input MOV R1...
  • How to write few asembly lines, during C programming for 89C52
    I want to write few assembly instructions during I'm writting a C code for my 89C52 microcontroller. Do you know How? I don't want write another asm file and link it to my C file. thanx
  • need understanding on keil coding
    hi everyone im new to keil............. ok i come across with this code on my research on keil coding and my c++ is very terrible so i want to understand the codding for better use some.... i hope u...
  • 8051 timer to sleep for a few second
    Does anybody know how to set 8051 timer to sleep for a few second and then wake up by itself?