ARM-software / Cortex_DFP

CMSIS generic Arm Cortex-M device family pack
Apache License 2.0
14 stars 5 forks source link

Cortex-M0+ device header has no MPU defined #11

Closed VladimirUmek closed 9 months ago

VladimirUmek commented 9 months ago

Device has MPU present in the pdsc: https://github.com/ARM-software/Cortex_DFP/blob/e663403547b77cf4191a52af5d2931eae3934166/ARM.Cortex_DFP.pdsc#L62-L68

While in the device header https://github.com/ARM-software/Cortex_DFP/blob/e663403547b77cf4191a52af5d2931eae3934166/Device/ARMCM0plus/Include/ARMCM0plus.h#L92-L98 the __MPU_PRESENT define is 0.

ghost commented 9 months ago

Then the device header is wrong.

ghost commented 9 months ago

Hello @VladimirUmek, I updated the device header. Please check if it is ok now.

VladimirUmek commented 9 months ago

Thank you for the quick fix!