Question
STLink V3 host API
In the UM2448 in the 11.5 section the following is present:
The STLINK-V3SET implements an USB interface dedicated to bridge functions from USB
to SPI/I2C/CAN/UART/GPIOs of ST microcontroller target. This interface is firstly used by
STM32CubeProgrammer in order to allow target programming through SPI/I2C/CAN
bootloader.
A host software API is provided in order to extend the use cases.
My questions would be:
- What kind of host software API is going to be provided? (shared library+headers or something different)
- What platforms are going to be supported?