Closed VladimirUmek closed 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.
Then the device header is wrong.
Hello @VladimirUmek, I updated the device header. Please check if it is ok now.
Thank you for the quick fix!
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.