Closed michi-jung closed 3 months ago
No bug, but a logical inconsistency in the source code: The literal used in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes(), line 615 is currently TZSC_MPCWM1_MEM_SIZE, but should actually be TZSC_MPCWM2_MEM_SIZE.
TZSC_MPCWM1_MEM_SIZE
TZSC_MPCWM2_MEM_SIZE
ST Internal Reference: 185925
Fixed in c1af57fda75892d12655fbf79fb72857e787bc6c
No bug, but a logical inconsistency in the source code: The literal used in HAL_GTZC_TZSC_MPCWM_ConfigMemAttributes(), line 615 is currently
TZSC_MPCWM1_MEM_SIZE
, but should actually beTZSC_MPCWM2_MEM_SIZE
.