Skip to content

Commit f5df098

Browse files
FRASTMcarlescufi
authored andcommitted
soc: arm: stm32l5 config the DWT for this soc
This config CPU_CORTEX_M_HAS_DWT, is to avoid the pragma message "Null-Pointer exception detection cannot be configured on un-mapped flash areas" Signed-off-by: Francois Ramu <[email protected]>
1 parent a913d0c commit f5df098

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

soc/arm/st_stm32/stm32l5/Kconfig.series

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ config SOC_SERIES_STM32L5X
1313
select CPU_HAS_ARM_MPU
1414
select CPU_HAS_FPU
1515
select ARMV8_M_DSP
16+
select CPU_CORTEX_M_HAS_DWT
1617
select HAS_STM32CUBE
1718
help
1819
Enable support for STM32L5 MCU series

0 commit comments

Comments
 (0)