User Activity

We are using the latest STM32CubeIDE (1.4.0) and are trying to develop applications for linux user space on our STM32MP157 board. Our goal is to use the cross compiler toolchain for developing and debugging with the IDE.When we create a new project, ...
I've assigned the UART8 device in the devicetree of the linux kernel (OpenSTLinux):&pinctrl { // ... uart8_pins: uart8-0 { pins1 { pinmux = <STM32_PINMUX('E', 0, AF8)>; /* UART8_RX */ bias-disable; }; pins2 { pinmux = <STM32_...