Tool/software: Code Composer Studio
At present, I have set the 1kb of flash address 0X000FFC00 to read-only permission, then I try to write data to this address (via F021_API), but actually does not enter _dabort, but the direct address operation assignment (*(volatile uint8 * )(0X000FFC00)) = 3; but _dabort will be triggered, why?