My question is about selecting the FDIV value for FLASH.
I am using the FEE(FLL Engaged External) Mode.
External Osc = 16MHz
RDIV = 512
Input to the FLL = 16MHz / 512 = 31250
FLL Output = 31250 * 1024 = 32MHz
but I want a 40MHz core clock, So I set BUSDIV bit before changing ICS_C2[BDIV]=0x000. As given in the reference manual.

After doing this, we get Core clock = 40Mhz and Bus/FLASH clock = 20MHz.

Can we use FDIV = 0x13 value? Because in the reference manual, there is one NOTE which tells not to use maximum value. Which value we are considering too High = 0x13 or FDIV[5:0] 2^6 = 64?

So is it safe to use FLASH for 20MHz?