Other Parts Discussed in Thread: UNIFLASH
Tool/software: Code Composer Studio
Hi,
What command line we can use to flash a small binary block using UniFlash (v4.5) without erasing all sectors (to preserve the firmware already there) ?
We could read back a binary block with
C:\ti\uniflash_4.5.0\dslite --mode memory -c F28M35H52C1.ccxml -n 0 --range=0x27c000,80 --output=record.bin -e
We tried this, which also worked, but also erase all the sectors....
C:\ti\uniflash_4.5.0\dslite --mode load -c F28M35H52C1.ccxml -n 0 -f record.bin,0x27c000
Thanks,
Tim