2015-12-22 07:56 AM
Hey guys!
My product is based on STM32F030 and i am using stm32 cube hal libraries as my development platform. I wanted to know how reliable is it?Is it good enough to use it for a product development?What would be the cons?Thanks!!2015-12-22 08:10 AM
As a commercial developer you need to be able to make your own choices about the software you use and the testing you do with it and your product. These are ultimately your responsibility, not those of some random dudes on the internet.
Apply the same code review standards your company applies to your code, to any code you pull into your project.2015-12-22 10:14 PM
Got it...!:-)
Thanks for the suggestion.!