Skip to main content
Associate III
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

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

Peter BENSCH
Technical Moderator
June 5, 2024

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

Regards
/Peter

David_Author
Associate III
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

Andrew Neil
Super User
June 5, 2024

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

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
Peter BENSCH
Peter BENSCHBest answer
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?