Ttelmah
Joined: 11 Mar 2010 Posts: 19504
|
|
Posted: Fri Jun 28, 2013 1:24 am |
|
|
The external memory bus uses _fixed_ pinouts. These are in the data sheet.
The only 'configurations', are delays, and the write 'mode' (16bit 8bit etc.), which are setup by 'setup_external_memory'.
Look at register 8-1 in the data sheet, then at the #defines in 18F97J60.h
The 'wait' defines, define the wait bits in this register, and the byte_write, select, and word_write values define the WM bits in this register.
Best Wishes |
|