2025-01-20 01:13 PM
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
Solved! Go to Solution.
2025-01-20 01:28 PM
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
2025-01-20 01:28 PM
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
2025-01-20 04:23 PM
Oh ok so in my case the stm32f429i-disc1.c file I'll look in there when I get home
2025-01-20 06:46 PM
Yep there it is now why wen I tried to ctrl click on that function wouldn't cube ide take me there