u8g2-copy/sys/arm/stm32l031x6/info.txt

38 lines
878 B
Plaintext

STM32L0 Cortex-M0/M0+
STM32L0x1 access line
STM32L0x2 USB+DAC
STM32L1 Cortex-M3
STM32L4 Cortex-M4
=========
http://www.st.com/en/embedded-software/stm32cube-embedded-software.html
zip file: ~/Downloads/en.stm32cubel0.zip
this contains the lib,
STM32Cube_FW_L0_V1.8.0/Drivers/STM32L0xx_HAL_Driver
however the lib requires a config file.
example is here:
STM32Cube_FW_L0_V1.8.0/Projects/STM32L011K4-Nucleo/Examples/GPIO/GPIO_IOToggle/Inc
startup code (.s files)
STM32Cube_FW_L0_V1.8.0/Drivers/CMSIS/Device/ST/STM32L0xx/Source/Templates/gcc
register definitions:
STM32Cube_FW_L0_V1.8.0/Drivers/CMSIS/Device/ST/STM32L0xx/Include
STM32L031xNyM
x: K=32 pins, F=20 pins
N: 4=16KB, 6=32KB
y: T=LQFP?
M: temperature range
--> ld file for example here:
./Projects/STM32L031K6-Nucleo/Examples/SPI/SPI_FullDuplex_ComDMA/SW4STM32/STM32L031K6_NUCLEO/STM32L031K6Tx_FLASH.ld