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.

Write in Data Memory in a PIC18F44J10

Status
Not open for further replies.

roberto.s

Newbie level 6
Joined
Feb 19, 2010
Messages
11
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
Italy
Activity points
1,384
Hi,
Do you know if I can write in Data Memory of a PIC18F44J10???

I saw the datasheet that there are 768(Byte) but I do not find the register where I have to put the address and the data...


anyone can help me????
 

Hi,

Thats because its just blank ram memory.

To use it you have to address it - the most common way is to first assign a name to the 'register' or byte of ram you want to use to store a byte of info.

Once addressed you can then read and write to it by refering that registers name.

What are you coding in C, Basic , Assembler ? - sounds like you need a beginners guide to help you with the fundamentals.
 

Hi,
thanks for your reply.

I'm using C18;
I just have a library guide, but I didn't find the istruction set,
I know that there is one register for address and one for data, ...... but where???
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top