Posted on May 09, 2018 at 10:18No, in fact i am willing to design my own board, using a MCU from ST (STM32f030K6T) and an AFE module (STPM...).
I imagined this design:

There for, i need to establish the low level communication layer between MCU and AFE, but i couldn't find in your datasheet, some software libraries to facilitate the communication; (only hardware description of SPI :

Am i forced to create my own Hardware Abstraction Layer (HAL) for the AFE ??
There is other companies providing a regular SPI communication Interface (already compatible with any MCU).
So my question is:
Is there any
libraries to read and write through SPI ? if not how can i do it then (considering that i will but the STPM.. and MCU separably and design my board)?
Thank you