Skip to main content
Graduate II
January 20, 2025
Solved

ili9341.c file where is LCD_IO_Init(); located

  • January 20, 2025
  • 1 reply
  • 832 views

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 

    This topic has been closed for replies.
    Best answer by Tesla DeLorean

    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

    1 reply

    Graduate II
    January 20, 2025

    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

    Graduate II
    January 21, 2025

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

    Graduate II
    January 21, 2025

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