Do AlgoBuilder and other tools produce raw C code as output that can be modified and integrated with any other code, or are they 'black boxes'?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-07-07 7:19 PM
[webinar - Program decision trees in sensors with a Machine Learning Core]
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-07-07 7:22 PM
AlgoBuilder produces fully functional firmware projects for selected targets including the C source code. You can modify the code and reuse some parts of it in your project.
ST also provides platform independent drivers for MEMS sensors with examples written in C and also building blocks for STM32 Open Development Environment (for details see X-CUBE-MEMS1).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-07-07 7:22 PM
AlgoBuilder produces fully functional firmware projects for selected targets including the C source code. You can modify the code and reuse some parts of it in your project.
ST also provides platform independent drivers for MEMS sensors with examples written in C and also building blocks for STM32 Open Development Environment (for details see X-CUBE-MEMS1).
