Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by nrmlguru

  1. N

    Keil Compiler and Unions

    Hello Shivaram, No it doesn't through an error. But am not seeing address location 0x80 changing. I want to create my own library for all the hardware registers.
  2. N

    Keil Compiler and Unions

    Hello, I have the following code. I want to define a PORTA at address 0x80; and then write an 8 bit data to PORTA. I am not getting the expected result. typedef union { byte Byte; struct { byte BIT0 :1; byte BIT1 :1...
  3. N

    can any one tell in detail about arm processer in detail

    Start reading this **broken link removed**
  4. N

    Defining a Union at a perticular address in C

    Hello, Please help me to define a Union at particular address. say at address 0x1234
  5. N

    Help Needed Keil and Atmel 89s8253

    Hello kandhu26, Thanks for the answer. But I am checking the location in debug mode and i am doing single stepping. Delay should not matter.
  6. N

    Help Needed Keil and Atmel 89s8253

    Hello, I wrote the following code to toggle the PORT0 of AT89S8253. I dont want to use the header files available for AT89S8253. #define PORT0 (*((volatile unsigned char*)(0x80))) /* P0 @ 0x80 */ void main() { unsigned int i; while(1) { for(i=1000; i>0; i--); PORT0 = 0xFF...

Part and Inventory Search

Back
Top