gd32vf103-pac icon indicating copy to clipboard operation
gd32vf103-pac copied to clipboard

Why is there core timer?

Open luojia65 opened this issue 5 years ago • 2 comments

I found this name in both patches/gd32vf103.yaml and generated pac crate. The User Manual provided by GigaDevice (I have its version 1.2) have not documented on a peripheral called ctimer.

Is this provided by the chip but not documented? Or is this peripheral wrapped from RISC-V's core CSR configurations? I need to know why we apply this patch. Thanks!

luojia65 avatar Feb 24 '20 00:02 luojia65

This peripheral wasn't in GD32VF103.svd for some reason, but it does exist in a chip. It's a core peripheral and documented in "Bumblebee core datasheet" and not "User manual".

Disasm avatar Feb 24 '20 09:02 Disasm

Thanks! I'll check them out :)

luojia65 avatar Feb 24 '20 10:02 luojia65