2019-06-21 01:49 AM
Hello,
I am building the firmware on the M4 core. I have allready modified the 'demo_launcher.py' script to launch my code via the GUI (for demonstration purposes). As the Linux application will be built by somebody else, i only need to do the M4 firmware and use simple script to send and receive messages. I see a lot of info about on the Wiki about the protocol, but my knowledge of Linux is not that great to code this from scratch.
Is there a basic example script that i can use and modify for my purpose ? I see a C app here:
that is used by the 'demo_launcher.py', but i don't currently have a PC set to build this.
Thank you!
K.
Solved! Go to Solution.
2019-06-24 08:51 AM
Hi @K.Ata15
I guess the example OpenAMP_TTY_echo is the example code you are looking for.
Please refer to this page for details where to find and how to play with it :
https://wiki.st.com/stm32mpu/wiki/STM32CubeMP1_Package
Hope it help
Olivier
2019-06-24 08:51 AM
Hi @K.Ata15
I guess the example OpenAMP_TTY_echo is the example code you are looking for.
Please refer to this page for details where to find and how to play with it :
https://wiki.st.com/stm32mpu/wiki/STM32CubeMP1_Package
Hope it help
Olivier
2019-06-25 12:05 AM
Hey Olivier,
Thank you!