ahmet2004
Member level 3

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?
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?