You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
MMS 971feed94a 2.1.1
Added lesson #49
2 years ago
..
arm 2.1.1 2 years ago
gnu 2.1.1 2 years ago
iar 2.1.1 2 years ago
README.txt 2.1.1 2 years ago
cmsis_armclang.h 2.1.1 2 years ago
cmsis_compiler.h 2.1.1 2 years ago
cmsis_gcc.h 2.1.1 2 years ago
cmsis_iccarm.h 2.1.1 2 years ago
cmsis_version.h 2.1.1 2 years ago
core_cm0plus.h 2.1.1 2 years ago
mpu_armv7.h 2.1.1 2 years ago
nucleo-l053r8.ld 2.1.1 2 years ago
stm32l0xx.h 2.1.1 2 years ago
stm32l053xx.h 2.1.1 2 years ago
system_stm32l0xx.c 2.1.1 2 years ago
system_stm32l0xx.c.pll 2.1.1 2 years ago
system_stm32l0xx.h 2.1.1 2 years ago

README.txt

This folder contains the support code for the NUCLEO-L053R8 board.


CMSIS-Compliant Device Files
============================
The code also includes the CMSIS-compliant interface to the
STM32L053xx MCU files:

stm32l0xx.h
stm32l053xx.h
system_stm32l0xx.h
system_stm32l0xx.c
arm\startup_stm32l053xx.s
gnu\startup_stm32l053xx.c
iar\startup_stm32l053xx.s


Adjusting the CPU Clock Speed
=============================
The current setting is to run at 2MHz from the MSI (internal oscillator),
but the CPU clock speed can be modified by editing the file
system_stm32l0xx.c. Ther file system_stm32l0xx.c.pll provides an example
of clock setting using the PLL driven from the MSE.

***
NOTE:
The NUCLEO boards have a wide range of possible clock selections, depending
on the solder bridge configuration. Please see Chapter 5.7 "OSC clock" in
the STM32 NUCLEO Boards User Manual (ST document UM1724) for more information.
***