respected sir, dear friends,
I m configuring general purpose mode of EPI . I m referring the example in driver library user guide.I not able to get that which function should i use for write purpose?? Is it ok to use
void EPIWorkaroundHWordWrite( ) function in general purpose mode??
the configuration for EPI mode are as follows:-
EPIConfigGPModeSet(EPI0_BASE, (EPI_GPMODE_CLKPIN | EPI_GPMODE_ASIZE_4 | EPI_GPMODE_DSIZE_16), 2);
EPIAddressMapSet(EPI0_BASE, EPI_ADDR_PER_SIZE_256B | EPI_ADDR_PER_BASE_NONE);