2020-04-28 02:23 AM
Hi,
I want to use modbus TCP with the libmodbus library (https://libmodbus.org/) on the STM32MP157C-DK2. However I struggle to install/use the library.
Any experiences or suggestions on installing/use external libraries with the SDK?
For cross-compilation I use the SDK with the development package
regards,
Lukas
2020-04-28 09:29 AM
Hi @Lukas
Since V1.2 this library can be install on target thanks to :
apt-get install libmodbus5
For integration in developper or distribution package you can refer to :
https://wiki.st.com/stm32mpu/wiki/How_to_integrate_an_external_software_package
Hope it help,
Olivier