stm32l0: Added some links to the reference manuals

This commit is contained in:
dragonmux 2022-07-12 20:36:14 -04:00 committed by Piotr Esden-Tempski
parent a22d6e5056
commit ce94169099
1 changed files with 44 additions and 43 deletions

View File

@ -17,7 +17,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* Description
/*
Description
-----------
This is an implementation of the target-specific functions for the
@ -29,11 +30,12 @@
[1] ST Microelectronics Document RM0377 (DocID025942), "Reference
manual for Ultra-low-power STM32L0x1 advanced ARM-based 32-bit
MCUs," April 2014.
(https://www.st.com/resource/en/reference_manual/rm0377-ultralowpower-stm32l0x1-advanced-armbased-32bit-mcus-stmicroelectronics.pdf)
[2] ST Microelectronics Document RM0038 (DocID15965, "..."Reference
manual for STM32L100xx, STM32L151xx, STM32L152xx and STM32L162xx
advanced ARM®-based 32-bit MCUs, " July 2014
(https://www.st.com/resource/en/reference_manual/rm0038-stm32l100xx-stm32l151xx-stm32l152xx-and-stm32l162xx-advanced-armbased-32bit-mcus-stmicroelectronics.pdf)
NOTES
=====
@ -70,7 +72,6 @@
o On the STM32L1xx, PECR can only be changed when the NVM
hardware is idle. The STM32L0xx allows the PECR to be updated
while an operation is in progress.
*/
#include "general.h"