openwch / ch32v307

Including the SDK、HDK、Datasheet of RISC-V MCU CH32V307 and other relevant development materials

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue with remapping TIM9

techlabz opened this issue · comments

Chip: CH32V307VCT6

I am trying to remap TIM9 and it is not working. I did Full Remap to use TIM9_CH2 on PD11, in default configuration(PA3) it works fine. But doesn't seem to work in Full Remap or Partial Remap.

image

Thank you for choosing our product. I remapped TIM9 and the function is normal. Attach the main procedure and results. If you have any questions, you can share the program with your permission.
1
2
3
4

Hi @qiyongshuang, made silly error, used TIM_OC1Init instead of TIM_OC2Init, thanks again.