Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

timer.rs #2

Open
torntrousers opened this issue Oct 27, 2019 · 4 comments
Open

timer.rs #2

torntrousers opened this issue Oct 27, 2019 · 4 comments
Labels
enhancement New feature or request
Milestone

Comments

@torntrousers
Copy link

I see there's some unfinished timer code in timer.rs. Whats the status of that and could you give any pointers on what needs to be done to get it working?

@luojia65
Copy link
Member

luojia65 commented Oct 28, 2019

I personally is lack of equipments to check if clock frequencies are set correctly (I cannot read the frequency directly from LED by human's eyes, without an oscilloscope). The design model is similar as STM32 series and the clock setting process are almost the same (as I read the chip manual) though there are two more PLLs than F103 where we need to check its functions.

@fplust
Copy link

fplust commented Nov 21, 2019

gd32vf103 clock tree is more like stm32f105/f107,so the problem is almost same as this issue:
#109

@luojia65
Copy link
Member

luojia65 commented Nov 21, 2019

@fplust Thanks! That's exactly where we should look into.

@luojia65 luojia65 added this to the Version 0.0.1 milestone Nov 26, 2019
@luojia65 luojia65 added the enhancement New feature or request label Nov 26, 2019
@luojia65
Copy link
Member

luojia65 commented Mar 3, 2020

rcu::Strict clock configurator is shipped with version 0.0.3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants