04-06-2022, 12:57 AM 
		
	
	
		I found one problem, though still no display output yet.
should be:
	
	
	
	
	
Code:
                .equ        GPIO_OUTPUTS_MASK,              FLASH_SELECT | LCD_OUTPUTS_CONTROL_MASK | LCD_OUTPUTS_BACKLIGHT_MASKshould be:
Code:
                .equ        GPIO_OUTPUTS_MASK,              (1<<FLASH_SELECT) | LCD_OUTPUTS_CONTROL_MASK | LCD_OUTPUTS_BACKLIGHT_MASK
