Hi
FLASH_REG CFLASH0.PFCR0.R is used as FLASH_REG during flash configuration.
With the above configuration among five boards ,in one board alone an exception is thrown while writing data in flash while in other boards data is written in flash without any issue.
When FLASH_REG CFLASH0.PFCR0.R is changed as FLASH_REG CFLASH0.PFCR1.R the exception is not thrown and data is written in flash. I am not able to understand the reason for exception in one particular board alone.