I am restoring the programming of an old project on STM32L162ZDT which was using STM32L1xx_StdPeriph_Driver. Switching to STM32CubeL1 LL library (not HAL) gives me problems with FLASH and EEPROM support. Is there any tutorial on how to get through?
I noticed that LL_FLASH does not exist, so I relied on SPL2LL-Converter to "somehow" convert it...Will there ever be LL_FLASH?PS: I don't have anything in FLASH on HAL...
Microsoft Windows [Version 10.0.19045.3693](c) Microsoft Corporation. Všetky práva vyhradené.d:\Temp\23-11-21\SPL2LL-Converter_V1.1.0>java -jar spl2ll_converter_gui.jarError: Could not find or load main class com.st.spltoll.MainAppCaused by: java.lan...
Any progress? Is there a tutorial on how to connect Ethernet to NUCLEO-F767ZI and CubeIDE1.11.2? Not another, not similar, but exactly on NUCLEO-F767ZI.
In CubeIDE 1.11.21. File -> New -> STM32 Project2. Target Selection -> Tab Board Selector -> Select "NUCLEO-F767ZI" and Next3. Write Project Name and Location, and Next and Finish4. Initialize all peripherals = yes5. Now i have prject .ioc in CubeIDE...