Other Parts Discussed in Thread: CONTROLSUITE
Dear all,
1.Is it necessary to use the initflash function after calling the flash api function?
2.Whether it can be designed, wipe a piece of area in the initialization process, and then write part of the data,
In the main program running, if mcu receives the serial data, then write some data according to the serial data (do not erase)
I want to write part of the calibration data into the flash, but I don't know if I will need to erase the flash again before I can write it. This also erases the written data.
3.In the document corresponding to the controlSUITE.
controlSUITE\libs\utilities\flash_api\2803x\v100a\doc
Should I use Method A? Which of the Method B? Method C?Method D?