2018-09-08 12:35 AM
I have to develop a product which makes use of STM32. So I was wondering if anyone makes use of STM32 CubeMX in actual product or is it just meant for prototyping.
2018-09-08 08:49 AM
Whatever you do you're going to have to thoroughly test the code, and customize it to your specific application.
CubeMX can provide a framework, but you'll need to handle errors and recovery, rather than die in some while(1) loop.
I can see the pin allocation and initialization to be useful, but its not going to make anyone a "better" developer.
2018-09-11 10:30 PM
Almost 90% of them can be used, or used as base with some small modifications - it depends on your needs. We do the same and everything works without any problem.