2024-09-20 03:54 AM
how to connect stm32mpu157d-dk to the display can somebody please help me
Solved! Go to Solution.
2024-09-20 05:54 AM
Hi @Sharan
the stm32mp157d-dk1 is not provided with any DSI display, only HDMI screen is possible.
You could connect a display on DSI connector CN4, but you need to found a compatible display (pinout is somewhat compatible with RPi3 for pin 1 to 15, so need to put the flat cable carefully shifted). Then need to adapt the SW with the used display. Using a different display might mean some feature like backlight or touch screen might work differently and need additional SW and HW adaptations.
Maybe more straightforward to use the stm32mp157f-dk2 which come with a DSI display fully supported in the board Starter Package SW.
Regards.
2024-09-20 05:54 AM
Hi @Sharan
the stm32mp157d-dk1 is not provided with any DSI display, only HDMI screen is possible.
You could connect a display on DSI connector CN4, but you need to found a compatible display (pinout is somewhat compatible with RPi3 for pin 1 to 15, so need to put the flat cable carefully shifted). Then need to adapt the SW with the used display. Using a different display might mean some feature like backlight or touch screen might work differently and need additional SW and HW adaptations.
Maybe more straightforward to use the stm32mp157f-dk2 which come with a DSI display fully supported in the board Starter Package SW.
Regards.
2024-09-22 09:57 PM
for the ide can i use stm32cubeide to program or should i need to install linux and if linux how to how to boot the image in sd card?