Skip to main content
Visitor II
May 27, 2024
Solved

STM32H745 SPI Accelerometer ADXL355

  • May 27, 2024
  • 1 reply
  • 1354 views

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 :)

    This topic has been closed for replies.
    Best answer by Muhammed Güler

    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.

    1 reply

    Graduate II
    May 27, 2024

    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.