DSI_TE pin in the STM32F469i-disco
Hello everyone,
I am using the STM32F469i-disco for my touch screen project and I was able to modify the sample example in the STM32Cube_FW_F4_V1 to satisfy my project. ( ..\STM32Cube_FW_F4_V1\Projects\STM32469I-Discovery\Examples\BSP) Now I am trying to use the STM32F469BIT6 (TQFP176 ) instead of the BGA one used in the Discovery board.
Does anyone Know where can I find the declaration of PJ2 as DSI_TE in the code?
My problem is I do not find a way to change the DSI_TE pin in the Library from PJ2 to another pin.
I looked everywhere in the code but I do not find it.
I already found the PJ5 in 'stm32469i_discovery.h' line 221
&sharpdefine TS_INT_PIN ((uint32_t)GPIO_PIN_5)
&sharpdefine TS_INT_GPIO_PORT ((GPIO_TypeDef*)GPIOJ)Thank you for your help
#stm32-mcu-evaluation-board #stm32f469 #stm32 #stm32f469i-disco