Part Number: AM263P4
Other Parts Discussed in Thread: UNIFLASH
I am using uniflash CLI to program the application. I wanted to perform erase before programming to ensure there is no old data residing in the non programmed regions.
I tried the below command to erase but it did not work . From the log, I could see it returning invalid operation.
-c user_files/configs/AM263Px_ZCZ_F.ccxml -l user_files/settings/generated.ufsettings -e -b Erase
Then I tried to modify command to EraseAll as below and could see it working.
-c user_files/configs/AM263Px_ZCZ_F.ccxml -l user_files/settings/generated.ufsettings -e -b EraseAll
Could you confirm is this right command for erase operation ? I do not see relevant information about this in user guide.
Regards,
Richard