This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

STM32L4 is Cube Required

Prior to now I have worked pretty much exclusively with the STM32F1 chips. I tried using cube with them a few times always had issues and scrapped it for setting things up myself. I always used the Run-time environment manager to throw in the device stuff I needed (GPIO, I2C, etc.) and did all the inits and setups on my own using those includes.

I am working on another project now and it was decided that the L4 chip is what we would use. I opened up keil and went to set things up but it looks like I need to use the Cube no matter what. Am I missing something am I really forced to use Cube for this chip no matter what unless I want to write it all from literal scratch?