mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-06-01 04:14:28 +08:00
User manual for a AT32UC3B0256 target from MCUZone (#8302)
This commit is contained in:
@@ -65,9 +65,9 @@ scons
|
|||||||
### Step 3: flash
|
### Step 3: flash
|
||||||
|
|
||||||
If everything went well, scons should have generated an elf file:
|
If everything went well, scons should have generated an elf file:
|
||||||
rtthread-uc3b0256.elf. Let us program the file. The program `atprogram'
|
rtthread-uc3b0256.elf. Let us program the file. The program 'atprogram'
|
||||||
comes with Microchip Studio. I didn't have to do much here. Just make sure
|
comes with Microchip Studio. I didn't have to do much here. Just make sure
|
||||||
`atprogram.exe' is in your PATH.
|
'atprogram.exe' is in your PATH.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
atprogram -t atmelice -i jtag -d at32uc3b0256 program -f rtthread-uc3b0256.elf
|
atprogram -t atmelice -i jtag -d at32uc3b0256 program -f rtthread-uc3b0256.elf
|
||||||
|
|||||||
Reference in New Issue
Block a user