• is there an ARM "bible"
    After evaluating the KEIL C51 for a time and comparing it to our old Tasking environment the needed difference is to small for us. We now want to skip KEIL C51 and move to KEIL ARM We will be using...
  • Looking for a "bible" document.
    Sorry, I typically keep this on hand, but can't find it. I'm looking for a link to the standard Intel pdf document that details everything about the generic 51FX part. I believe it even includes the...
  • error
    #include<reg51.h> void boud_rate() { SCON = 0x50; TMOD = 0x20; /* timer 1, mode 2, 8-bit reload */ TH1 = 0xFD; /* reload value for 2400 baud */ TR1 = 1; TI = 1; } char serial_receive() { char chr;...
  • Error
    My code is very easy.But, why I can't build it.I can't find my error. void main() { while (FOREVER) { P0=0x00; P0_1 = 1; Delay(); } Error: Target not created
  • error
    getting in writing in ROM #include <p18f4580.h> #pragma config WDT = OFF #pragma config OSC= HS #pragma config PBADEN=OFF #pragma config PWRT=ON #pragma config LVP=OFF void main() { unsigned...