User Activity

I'm using a custom stm32mp157a board with a DSI display.If I enable uart8 using pins J8 (UART8_TX) and J9 (UART8_RX) the display driver (panel-sitronix-st7701.c) doesnt load properly and the display stays blank. uart8 does work properly. If I disab...
Imagine you are a newbie trying to understand the device tree and clock configuration.Which of these pages is more useful?https://wiki.st.com/stm32mpu/wiki/Clock_device_tree_configurationorhttps://wiki.stmicroelectronics.cn/stm32mpu/index.php?title=C...
I just spent a day trying to configure a gpio with internal pullup using gpiolib. Could not get it configured. Then spent 2 days with device drivers and device trees, and got it working. Seems insane to me that configuring gpios should be this comple...