How to do python development targeting the STM32 MPU
Hello,
I have a STM32MP157F-DK2 and I'm planning to develop some python applications to run on the A7 processor. I have some questions related to python development for this platform, as I have not found too much documentations regarding this:
- Software package: Which ST software package do you recommend for python dev? Given that I will not need to cross-compile any C/C++ application with an SDK, can I use the Starter package, or do I need to use the dev package?
- Will the default starter of dev packages contain the python modules that I will need to connect and read data from Bluetooth devices?
- Will the default starter of dev packages contain the python modules that I will need to create GUIs for the TFT display?
- If I need to install a python module that is not present by default on the image, can I do it at run time, or do I need to create a custom distribution package? how?
If you have any examples or tutorials for python development for the STM32 they are very welcome. The "hello world" examples that I have found are for C applications cross-compiled with the SDK.
Thanks for your support,
Walter.
