cancel
Showing results for 
Search instead for 
Did you mean: 

STM32H745 SPI Accelerometer ADXL355

fru999
Associate III

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 🙂

1 ACCEPTED SOLUTION

Accepted Solutions
Muhammed Güler
Senior III

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.

View solution in original post

1 REPLY 1
Muhammed Güler
Senior III

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.