User Activity

Hello,I need to synchronize the time between the A7 and M4 cores. While I found some resources on the ST Community that accessing the STGEN timer from the A7 side.the article is belowhttps://community.st.com/t5/embedded-software-mpus/how-can-i-get-ac...
Hello,I'm working on a project that requires precise time synchronization between two sensors.sensor1 is from M4, which is encoder data of motor.sensor2 is from A7, which is sensor connected to ethernet(UDP protocol)For Sensor2, I've set up PTP (Prec...
Hi,I bought two same board and use one to test.After upgrade stlinux on this testing board, the cpu it can recognize is only one when the other one can recognize it two.could you give me a guide to fix it and why this happened?Thanks.
Hello!I make my M4 chip communicate with the A7 with openAMP from the example code.I send the data from M4 and currently A7 doesn't do anything.code is like belowchar buffer[512];//in the 1ms interruptif(currentPosition < 512){currentPosition = sprin...
HiI'm testing the firmware code using STM32MP157D-DK board.The current configuration for testing use st-link CN11 and ethernet to upload firmware program by using STM32CubeIDE.My question is, Is it possible to do the simmiar firmware program uploadin...