Question
HAL i2c & SPI initialization help needed
Hi.
I'm using PlatformIO with stm32duino with a NUCLEO-L476RG. I finally figured out how to configure the clocks in CubeMX and then copy the "void SystemClock_Config(void)" function into my main.cpp code and it seems to work great.
One question I have is, should I also copy other parts of code generated by CubeMX for i2c or spi?
Thanks
