/* Private typedef -----------------------------------------------------------*/
typedef struct
{
vu16 LCD_REG;
vu16 LCD_RAM;
} LCD_TypeDef;
/* LCD is connected to the FSMC_Bank1_NOR/SRAM4 and NE4 is used as ship select signal */
#define LCD_BASE ((u32)(0x60000000 | 0x0C000000))
#define LCD ((LCD_TypeDef *) LCD_BASE)
驱动TFT时遇到的FSMC相关的两句话,请问这种地址映射是什么关系,能详细解释一下吗?谢谢!
此帖出自
小平头技术问答
一周热门 更多>