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.

interface SPI 25T80 memory with PIC16F84A

Status
Not open for further replies.

johnnystrong

Newbie level 4
Newbie level 4
Joined
Jul 28, 2013
Messages
7
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Visit site
Activity points
61
i need to interface an 25T80 memory with PIC16F84A. i found 25T80 datasheet but i could not write to his state register. when i read this register after been writing 0X00, i receive 0XFF. i use proton compiler and issis
is someone can give me an algorithm to access that device please
 

Hi,

That memory chip used the SPI protocol which is not a hardware feature of the 84A.

You could write your own software SPI routine, but it would be simpler to use a more modern 16F chip that has an inbuilt SPI module like the 16f88 or 16f876/7
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top