1. Download without reset
	CODA.exe --UART COM5 -d load\flash_download.cfg
	
2. Download with reset
	CODA.exe --UART COM5 -d load\flash_download.cfg --reset
	
3. Format
	CODA.exe --UART COM5 -f
	
4. Readback
	CODA.exe --UART COM5 -r readback.bin	

5. eFuse
	1 ) Only readback efuse(include security items)
		CODA.exe --UART COM26 -re Readback.txt -s
	2) Only write efuse(include security items)
		CODA.exe --UART COM26 -we MT2822.txt -s
	3) Write efuse then readback efuse(include security items)
		CODA.exe --UART COM26 -we MT2822.txt -re Readback.txt -s