You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>This software component is licensed by ST under Apache-2.0 license, the "License"; You may not use this component except in compliance with the License. You may obtain a copy of the License at:</p>
<p>Maintenance release of STM32L5xx CMSIS Device drivers to support <strong>STM32L552xx and STM32L562xx</strong> devices</p>
55
+
<ul>
56
+
<li>stm32l552xx.h and stm32l562xx.h updates
57
+
<ul>
58
+
<li>Add TAMP_CFGR configuration register and definitions for TMONEN, VMONEN and WUTMONEN monitoring functions</li>
59
+
<li>Fix I2C4_EV_IRQn and I2C4_ER_IRQn order in IRQn_Type</li>
60
+
</ul></li>
61
+
</ul>
62
+
<h2id="notes">Notes</h2>
63
+
<p>Reminder:</p>
64
+
<ul>
65
+
<li>When TrustZone is enabled in the system (Flash option bit TZEN=1)
66
+
<ul>
67
+
<li>template device partition_stm32l552xx.h or partition_stm32l562xx.h file must be copied and optionally updated in user application secure project to configure the system (SAU, interrupts, core).</li>
68
+
<li>default Security Attribute Unit (SAU) configuration in the partition_stm32l552xx.h and partition_stm32l562xx.h:
69
+
<ul>
70
+
<li>SAU region 0: 0x0C03E000-0x0C03FFFF (Secure, Non-Secure Callable)</li>
71
+
<li>SAU region 1: 0x08040000-0x0807FFFF (Non-Secure FLASH Bank2 (256 Kbytes))</li>
<li>Linker files for 256 and 512 Kbytes Flash device configurations</li>
177
208
</ul></li>
178
209
</ul>
179
-
<h2id="notes-3">Notes</h2>
210
+
<h2id="notes-4">Notes</h2>
180
211
<p>When TrustZone is enabled in the system (Flash option bit TZEN=1), template device partition_stm32l552xx.h or partition_stm32l562xx.h file must be copied and optionally updated in user application secure project to configure the system (SAU, interrupts, core)</p>
0 commit comments