Content originally posted in LPCWare by padmaja on Wed Jul 01 22:24:16 MST 2015
chris,
For that DMA FIFO's we have to assign some memory locations for UPBASE and LPBASE. So if we assin 0xA0000000 location for UPBASE, Then we need to I2C interface to communicating this location. i think this location is off chip memory, so that we need I2C interface for accessing EEPROM. If this I2C is not required, is there any specific UPBASE address or any memory location we can assign ? is upper panel frame buffer address is assigned to win->fb? if Yes, in code where is assigning?
that _EEPROM_read is in uEZ_v2.06c_SourceForge\uEZDemos\Build\Simulator\emWin\Config\LCDConfig.c file. used in _InitOtherLCD function. is this file is not related to uezgui-1788-70wvm?? in lpc_swim.c file, there is no LCD configuration register settings. for that swim.c file contained functions were ok, but LCD initialization function is not there. Is Initialization part is only we just write LCD_registers to specified values according to our usage, io lines configure accordinf to our LCD or any other things that we need to do ??
thanks in advance
padmaja