User Activity

Hello everyone,We are currently using the v5.15-stm32mp-r2 kernel for our EV charging system and have decided to upgrade to v6.1-stm32mp-r2 for its long-term support. I successfully compiled the v6.1-stm32mp-r2 kernel using Buildroot by replacing the...
Hi there, I am working on a product where we use the STM32MP157C for our purposes At the moment we have the UART4 attached to A7. I wanted to move it to M4 so that I can start seeing the serial logs coming out of M4 rather than the A7 which is runnin...
x linux-5.15-stm32mp-r2 for our puposes. I have also attached the pps-gpio source code in case it is useful. 
0Hi I am trying to write a c/c++ application which will excercise the Tx and Rx pins of the can interfaces (can0 and can1) available in the STM32MP157CAA.Approach One I wrote an application which opens a socket on can0 and then writes into the Tx of ...
Hi there, I have started looking into writing a test program/script to test the functionality of the one of the SPI bus interface (which in the current board called SPI6). Now when I looked into the kernel (the below is the STM kernel we are using at...