Project

General

Profile

Actions

CC32RS512 JTAG

If the CC32RS512 is packaged in a DIL package for use on a development board, its ARM-JTAG is exposed on pads
and available for hardware assisted debugging, flashing, etc.

The osmo-cos.git repository has an example OpenOCD configuration file, as well as a patch for adding
support for the CC32RS512 internal flash controller.

flashing binary code from a file

You can use the following command to flash the contents of /my/local.file into flash starting at base address
0x40000.

reset halt
flash write_image erase /my/local.file.bin 0x40000

You can verify the result by looking at the memory at 0x40000:

mdw 0x40000 10

erasing flash

You can use the following command to erase 512 bytes of flash:

flash erase_address 0x40000 512

Files (0)

Updated by laforge about 8 years ago · 3 revisions

Add picture from clipboard (Maximum size: 48.8 MB)