Hi all,
Why ARM_FLASH_STATUS was declared volatile in https://git.trustedfirmware.org/TF-M/trusted-firmware-m.git/commit/platform?... commit ? I believe it's much better to declare volatile variable when there is such need instead of forcing all variables to become volatile through typedef.
Thanks, Roman.