Question
STM32F4-discovery LCD linking question
Posted on August 31, 2014 at 08:15
Dear friends.
Please help with the following error:
Error[Li005]: no definition for ''LTDC_LayerInit''
Here is the part of the program:
/* Initialize the LCD */
LCD_Init();
/* LCD Configuration */
LCD_LayerInit();
Both functions are located in the same stm32f429i_discovery_lcd.c file. Why LCD_Init() is ok and LCD_LayerInit() is not?
I use EWARM 7.2.
Thanks
