2017-03-18 15:05:54 +08:00
|
|
|
|
2017-03-18 15:43:49 +08:00
|
|
|
STM32L0 Cortex-M0/M0+
|
|
|
|
STM32L0x1 access line
|
2017-03-18 15:55:32 +08:00
|
|
|
STM32L0x1K access line, 32 Pins (LQFP)
|
|
|
|
STM32L0x1F access line, 20 Pins (TSSOP20)
|
2017-03-18 15:43:49 +08:00
|
|
|
STM32L0x2 USB+DAC
|
|
|
|
STM32L1 Cortex-M3
|
|
|
|
STM32L4 Cortex-M4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
=========
|
2017-03-18 15:05:54 +08:00
|
|
|
|
|
|
|
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
|
2017-03-18 15:55:32 +08:00
|
|
|
3: RAM size? 8KB
|
2017-03-18 15:05:54 +08:00
|
|
|
x: K=32 pins, F=20 pins
|
|
|
|
N: 4=16KB, 6=32KB
|
|
|
|
y: T=LQFP?
|
|
|
|
M: temperature range
|
|
|
|
|
2017-03-18 15:55:32 +08:00
|
|
|
STM32L031F6P6 TSSOP20 mit 32K Flash --> available
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2017-03-18 15:05:54 +08:00
|
|
|
--> ld file for example here:
|
|
|
|
./Projects/STM32L031K6-Nucleo/Examples/SPI/SPI_FullDuplex_ComDMA/SW4STM32/STM32L031K6_NUCLEO/STM32L031K6Tx_FLASH.ld
|
|
|
|
|