MPU_Config : init structure MPU_InitStruct.TypeExtField
what does MPU_InitStruct.TypeExtField ? mean
only three options available
#define MPU_TEX_LEVEL0 ((uint8_t)0x00)
#define MPU_TEX_LEVEL1 ((uint8_t)0x01)
#define MPU_TEX_LEVEL2 ((uint8_t)0x02)
does it mean only 3 set of HAL_MPU_ConfigRegion(&MPU_InitStruct); can be called?
is any of many macros can be repeated or if HAL_MPU_ConfigRegion can be called more than three times with multiple regions?
