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.

Problem with debugging the 18F8720

Status
Not open for further replies.

ahmet2004

Member level 3
Joined
Jan 1, 2004
Messages
63
Helped
3
Reputation
6
Reaction score
2
Trophy points
1,288
Activity points
383
setup_external_memory ccs/

I have the 18F8720 and I am trying to debug the application using the device library at29c1024.c but the debugger doesn't seem to move any bits of the bus.
I did set the tris D,E,H,J as output, then I used

setup_external_memory(EXTMEM_WORD_WRITE);
then I use..
write_external_memory(START_ADDRESS+((int32)2*address),&value,2);

and when I try it on MPLAB it doesn't do much.

Has anyone tried it before?
Do the *_external_memory() functions work properly?
What should I see when I debug it?
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top