Open jn-coueron-muxen opened 6 months ago
Hi @jn-coueron-muxen! We appreciate you submitting your first issue for our open-source project. π
Even though I'm a bot, I can assure you that the whole community is genuinely grateful for your time and effort. π€π
Hi @jn-coueron-muxen, there is this small quirk in case you are not aware of it
"The microcontroller software system must invert DSI.CK_N and DSI.CK_P lines together to align with DSI_V3 add-on boards. The DSI clock differential signals (_N and _P) are inverted on CN2 for layout reasons."
The display of STM32U5A9J-DK Discovery kit is not yet supported on zephyr. Today It's not possible to use the display because the dts and the display driver doesnt exists on zephyr
I wish to be able to use the STM32U5A9J-DK Discovery kit with the sample lvgl for example
The alternative is to use the stm32Cube I have done a small project with stm32cube to check the display working, but i love zephyr to much to use stm32cube for my project.
Additional context I'm trying to add the support of the STM32U5A9J-DK Discovery kit's display. My work is avaible here : https://github.com/jn-coueron-muxen/zephyr/tree/zephyr-ltdc-dsi-stm32u5a9j-dk
No build Error, No execution Error But the screen is still black. The only thing visible is the activation of the backlight :
https://github.com/zephyrproject-rtos/zephyr/assets/163851055/f924ad7d-e86a-4493-ae06-80cfc37e57e0
Ressources used The hx8379 driver code is based on the code of hx8394 and the code from stm32u5x9j-dk-bsp from @STMicroelectronics
The display controller is a hx8379 from Himax. (proof here) The datasheet of the hx8379 to name and comment the cmd sended to the screen. The reference manual of the stm32u5 (rm0456) The work done in zephyr for the stm32h7.
Need help I don't known if the problem is on the host part or if it's my display driver is not working. What test can i done to validate one part or an other ? I need help and advices, maybe from @dariis and @FRASTM who's worked on the stm32h747i_disco or anyone (@ABOSTM, @erwango, @danieldegrasse, @marcusfolkesson) want to help my adding this display on zephyr.
My Log Trace