You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
FreeRTOS-Kernel/Demo/ARM7_LPC2368_Eclipse/program.script

12 lines
194 B
Plaintext

arm7_9 dcc_downloads enable
wait_halt
sleep 10
poll
flash probe 0
#flash protect 0 0 26 'off'
flash erase 0 0 26
flash write 0 ./RTOSDemo/RTOSDemo.bin 0x0
reset run
sleep 10
shutdown