We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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?
LordTerracotta said:am I really forced to use Cube for this chip
That's a question for ST - not Keil.
Surely, ST still provide their HAL and LL libraries ... ?