cancel
Showing results for 
Search instead for 
Did you mean: 

ili9341.c file where is LCD_IO_Init(); located

Franksterb92
Senior

in the ili9341.c file located  in the "stm32cube_FW_F4_Vxx/drivers/BSP/Components/ili9341.c" in this file there is a function called LCD_IO_Init(); what file is this function at i noticed that in the ili9341.h file the function prototype for LCD_IO_Init(); in in that but i cant find where this function actually is 

1 ACCEPTED SOLUTION

Accepted Solutions

In the BOARD level BSP that the COMPONENTS live on

Deals with GPIO, Chip Select, SPI, FMC etc.

STM32Cube_FW_F4_V1.27.1\Drivers\BSP\STM32412G-Discovery\stm32412g_discovery.c

STM32Cube_FW_F4_V1.27.1\Drivers\BSP\STM32446E_EVAL\stm32446e_eval.c

STM32Cube_FW_F4_V1.27.1\Drivers\BSP\STM32F4xx-Nucleo\stm32f4xx_nucleo.c

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

View solution in original post

3 REPLIES 3

In the BOARD level BSP that the COMPONENTS live on

Deals with GPIO, Chip Select, SPI, FMC etc.

STM32Cube_FW_F4_V1.27.1\Drivers\BSP\STM32412G-Discovery\stm32412g_discovery.c

STM32Cube_FW_F4_V1.27.1\Drivers\BSP\STM32446E_EVAL\stm32446e_eval.c

STM32Cube_FW_F4_V1.27.1\Drivers\BSP\STM32F4xx-Nucleo\stm32f4xx_nucleo.c

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

Oh ok so in my case the stm32f429i-disc1.c file I'll look in there when I get home 

Yep there it is now why wen I tried to ctrl click on that function wouldn't cube ide take me there