able to debug & flash with command line using IAR with NGX4330 board

This commit is contained in:
hathach
2014-04-08 13:25:23 +07:00
parent 6404b06341
commit 611dd2aff8
3 changed files with 6 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
<flash_board>
<pass>
<loader>C:\Users\hathach\Dropbox\tinyusb\workspace\tinyusb\mcu\lpc43xx\iar\FlashLPC18xx_43xx_SPIFI.flash</loader>
<loader>$PROJ_DIR$\..\..\..\mcu\lpc43xx\iar\FlashLPC18xx_43xx_SPIFI.flash</loader>
</pass>
</flash_board>

View File

@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<flash_device>
<exe>C:\Users\hathach\Dropbox\tinyusb\workspace\tinyusb\mcu\lpc43xx\iar\FlashLPC18xx_43xx_SPIFI.out</exe>
<exe>$PROJ_DIR$\..\..\..\mcu\lpc43xx\iar\FlashLPC18xx_43xx_SPIFI.out</exe>
<page>256</page>
<block>1 0x4000000</block>
<flash_base>0x14000000</flash_base>
<macro>C:\Users\hathach\Dropbox\tinyusb\workspace\tinyusb\mcu\lpc43xx\iar\FlashLPC18xx_43xx_SPIFI.mac</macro>
<macro>$PROJ_DIR$\..\..\..\mcu\lpc43xx\iar\FlashLPC18xx_43xx_SPIFI.mac</macro>
<aggregate>1</aggregate>
</flash_device>