• Accesing bit addressable variables
    I was wondering what the "best" way to set a bit in a variable declared in the bit addressable area. Originally I declared each bit as an sbit and therefore can set and clear them as follows uint8_t...
  • SBUF is not accesible :-(
    Hello Every one i am new to keil but got the basic knowledge and i am going to create a program in which when ever the Serial (RI) interrupt occurs then SBUF must send its contents to any Globle variable...
  • How to disable Startup code for P89C51RD2HBP
    Hi, I am using Keil Evaluation copy, and for the first time. I am well conversant with other C-Compiler for 8051 family. I want to disable the startup code generated by the compiler. I have opened...
  • Delay function in C using P89c51RD2HBP
    How to calculate the exact delay without the use of the timer? For example if i want a 10ms delay, i need to achieve this delay using the for loop not with help of the in built timer. Is there...
  • 512 bit FFT on ARM Cortex M3
    Note: This was originally posted on 24th February 2011 at http://forums.arm.com Hello All, I am using ARM Cortex M3 and want to implement 512 bit FFT. Has anyone implemented the FFT and would like to...