Skip to main content
Graduate II
June 4, 2024
Solved

BMA400 SPI library already ported to STM32CubeIDE

  • June 4, 2024
  • 2 replies
  • 1584 views

Further to this earlier post, any chance now is a BMA400 SPI library already ported to STM32CubeIDE?

Many thanks

    This topic has been closed for replies.
    Best answer by Peter BENSCH

    Well, STM32CubeMX generates standard C and the STM32CubeIDE can also work with it. The HAL was also created in standard C.

    So why not just use the library?

    2 replies

    Technical Moderator
    June 5, 2024

    What's stopping you from using the GitHub library that @Foued_KH mentioned there?

    Regards
    /Peter

    David_Author
    Graduate II
    June 5, 2024

    That time-ago message is in 'standard c'.   As time has gone by, we are enquiring if someone has happen to know a version that has been adopted into STM32CubeIDE MX and HAL format.   

    Many thanks

    Super User
    June 5, 2024

    If it's "Standard C", then it will be acceptable to any C IDE!

    Technical Moderator
    June 5, 2024

    Well, STM32CubeMX generates standard C and the STM32CubeIDE can also work with it. The HAL was also created in standard C.

    So why not just use the library?