Other Parts Discussed in Thread: UNIFLASH
Tool/software:
I have an AWR2944 chip, which depends on external QPSI Flash
I need to load JTAG-Based Bootloader to RAM
Then be able to select a file in PC, and set the address in QSPI Flash to flash it to.
So I was hoping I'd be able to automate the
reset system
load jtag-bootlaoder to ram
set file_path in ram
set address_offset in ram
set start_variable to start erase/flashing
poll till it's done
Is it possible to do this with CCS over Command Prompt? (CLI style)
Ultimately hoping to automate this with python script