Regarding integration of STM32 series and BMI323
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-09-24 10:56 AM
Hello everyone!
Please assist me as I need a BMI323 sensor integrated on any STM32 series on a single board where I will be performing Machine Learning. I'm hoping to hear from you shortly.
- Labels:
-
STM32 ML & AI
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-09-24 11:19 AM - edited ‎2023-09-24 11:33 AM
Hello @hemasree1
I suggest you to create your own design with an the STM32 MCU that satisfy your needs ( pinout, conso, API,...). And add the BMI323 sensor to this design using SPI, I2C (or I3C for the STM32H5.)
If you want any assistance from community members and experts, make your questions more detailed (subject, board or MCU to use, API, SW, HW,...)
Best regards.
II
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-09-24 11:23 AM - edited ‎2023-09-25 09:41 AM
From the document, this device can connect over I2C, I3C and SPI. Only STM32H5 currently has I3C. Any other STM32 has both SPI and I2C. Which STM32 or board do you want to use? Do you know how to use one of these interfaces of STM32?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-09-24 02:31 PM
Expect you'll need to buy on a shuttle board and wire up to a NUCLEO or DISCO, perhaps via a Arduino prototype shield board?
Don't see anything off-the-shelf.
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-09-25 02:38 AM
Okay, may I know which MCU suits more to integrate BMI323 on STM series?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-09-25 02:43 AM
They all look capable of interfacing, focus on your processing needs.
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-09-25 02:44 AM - edited ‎2023-09-25 02:47 AM
As said @Tesla DeLorean you can use all STM32 MCUs. I think you can use the STMH5 series wish support SPI,I2C and I3C and more other interfaces that may help you. You can find all information you needhere. Also you can use this firmware to program it.
Best regards.
II
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-09-25 10:16 AM - edited ‎2023-09-25 10:18 AM
So you even have not decided on the board or MCU.... Well then there are two routes: 1. Find a powerful STM32 for your "ML" processing. 2. Get a board/SBC/SOM familiar to you for the ML processing (may be running Linux and the software provided by Bosch for this sensor) and use a lower-end cheap STM32 for interfacing with the sensor and preprocessing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-09-27 08:20 AM
Can anyone help me with choosing a stm32 series which provides high RAM size? I need to perfrom Machine learning on it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-09-27 09:27 AM
Again, are you looking for a bare STM32 or a board with external RAM and flash?