2024-05-27 02:58 AM
Hi everyone, I am trying to use an accelerometer with my STM32h745 board thought SPI.
DO you have any idea where I can find library for thus accelerometers ?
And how to use the SPI protocole with STM32H745 :)
Solved! Go to Solution.
2024-05-27 03:13 AM
I mostly obtain STM32 drivers by editing the Arduino driver of a kit on the market.
Generally, I/O operations in Arduino drivers are grouped into one or two functions.
It doesn't take long to write STM32 versions of these functions and get rid of the class object structure.
2024-05-27 03:13 AM
I mostly obtain STM32 drivers by editing the Arduino driver of a kit on the market.
Generally, I/O operations in Arduino drivers are grouped into one or two functions.
It doesn't take long to write STM32 versions of these functions and get rid of the class object structure.