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 Joni Bravo

  1. J

    acknowledge polling with the 877a

    I am using the hardware SPI fuction of the pic16f877a. The ninth bit is send automaticly and the ack should be saved in de ACKSTAT bit. If i know when the ACKSTAT bit is actually set and reset i think i can make it work, i could't find this info in the datasheet. Is ACKSTAT set or reset...
  2. J

    acknowledge polling with the 877a

    877a+sspif Hi, Im am trying to make a program what writes to a 24LC512 eerpom(I2C). I can write to the I2C eeprom but with a delay now i want to use acknowledge polling so its faster. this is what i have: void I2C_start(void) { SEN = 1; while(!SSPIF); SSPIF = 0; } void...

Part and Inventory Search

Back
Top