Skip to content
mean00 edited this page Apr 2, 2024 · 4 revisions

Extra commands

Setting the SWD/RVSW speed

The command to use is mon ws X

where X is the number of wait states. If you run into flashing error, you can try increasing it to 5. It will slow down things a little bit

Activating FreeRTOS support

mon fos XX

with XX = OFF/CM4/RV32, the processor you are using.

CM3 = cortex M3, RV32 is my port of CH32 freeRTOS, etc.. This activates freeRTOS task support. You will probably not be able to resume after that

Listing supported boards

mon boards

List the supported boards. The CH32Vxx ones are built in and not shown here.

Calling native blackmagic command

mon bmp xyz

is the same as mon xyz on a blackmagic

Showing version

mon version

Clone this wiki locally