Hi,
There are two threads in internal community.
My reponse to original thread:
Magicoe's answer as below
Customer can not use those two param to set the FLASH speed/clock. Those two parameters is help ROM code to operate flash correctly, so you must follow the document information and set correct system clock to ROM code.
Set Flash at low speed would not help flash operate safety.
My response to the 2nd thread:
is that possible running CQC first?
for Flash IAP, please take below attenstion:
1. Errata: 3.10 Flash.1: Operating speed out of on-chip flash is restricted
2. Errata: 3.12 MAM.1: Under certain conditions in MAM Mode 2 code execution out of internal flash can fail
3. Suggestion: please kindly allocate IAP function code to RAM area.
4. Suggestion: please make sure interrupt is disabled before IAP operation.
5. Suggestion: please kindly keep the top 32bytes of RAM for IAP ROM code use.
. Flash programming commands use the
top 32 bytes of on-chip RAM. The stack is located at RAM top - 32. The maximum stack
usage is 256 bytes and it grows downwards.
Thank you!