hk32f030m-template icon indicating copy to clipboard operation
hk32f030m-template copied to clipboard

HSXP HK32F030M template project for GNU Arm Embedded Toolchain

Results 3 hk32f030m-template issues
Sort by recently updated
recently updated
newest added

There're few SDK examples available [here](https://bbs.21ic.com/icview-3236132-1-1.html), I uploaded them [here](https://www.eevblog.com/forum/microcontrollers/$0-25-hk32f030m-(cortex-m0-32mhz-16kb-2kb)/msg4869398/#msg4869398). They might be prety useful as reference, it woud be nice to add them to the repo files.

Since there`s gaps in the vector table, you can put some of the startup code there to save flash. https://github.com/nerdralph/stm32f0-blink/blob/master/src/vector_table.S#L29

see https://github.com/pyocd/pyOCD/issues/1646 Workaround is to use versions earlier than 0.36. Or use https://github.com/probe-rs/probe-rs - supports the hk32f030m, and is quite a bit faster than pyocd anyway.