2022-12-30 11:39 PM
Which is correct:
BSP files assign PA6 as the LCD_RST line
Schematic assigns PA6 as the LCD_BL control line
BSP files assign PF10 as the LCD_BL line
Schematic assigns PF10 as the LCD_RST line
Which is correct?
Solved! Go to Solution.
2023-01-03 02:44 AM
Hello @Richard Lowe,
For my side, I don't find any contradiction between the BSP file and the Schematic.
PA6 as LCD_BL_CLRL.
PF10 as LCD_RESET.
Could you please share the STM32CubeH7 version are you using?
Thank you,
Kaouthar
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2022-12-31 12:30 AM
You will know the answer faster by running the code in a debug cession, then pause it and manually play with GPIO HW registers manually....
2023-01-03 02:44 AM
Hello @Richard Lowe,
For my side, I don't find any contradiction between the BSP file and the Schematic.
PA6 as LCD_BL_CLRL.
PF10 as LCD_RESET.
Could you please share the STM32CubeH7 version are you using?
Thank you,
Kaouthar
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.