Skip to content

NUCLEO-F411RE USB clock frequency fix #1058

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

Merged
merged 1 commit into from
Apr 23, 2015
Merged

NUCLEO-F411RE USB clock frequency fix #1058

merged 1 commit into from
Apr 23, 2015

Conversation

neilt6
Copy link
Contributor

@neilt6 neilt6 commented Apr 20, 2015

HAL: NUCLEO_F411RE - Corrected USB clock frequency

Modified the main PLL settings so that the USB clock will run at a proper 48MHz instead of 44.44MHz. Consequently, the core clock will now run at 96MHz instead of 100MHz.

HAL: NUCLEO_F411RE - Corrected USB clock frequency

Modified the main PLL settings so that the USB clock will run at a proper 48MHz instead of 44.44MHz. Consequently, the core clock will now run at 96MHz instead of 100MHz.
@0xc0170
Copy link
Contributor

0xc0170 commented Apr 21, 2015

@bcostm

@bcostm
Copy link
Contributor

bcostm commented Apr 22, 2015

It's ok for me... When I have added this platform, it has been requested to run at maximum frequency (100 MHz) and so the clock for the USB was not correct. Hope people who don't use the USB will not complain to run at lower speed... not a lot but lower...

Is there a plan to add in mbed API a function that will allow to change the system clock ?

@neilt6
Copy link
Contributor Author

neilt6 commented Apr 22, 2015

In my opinion, any target supported by the USB libraries should be correctly clocked for USB operation. The average developer will have no idea how to manually re-clock the chip in order to get the USB libraries to work. On the other hand, developers that want to boost performance should be able to figure out the clocking system on their own. Maybe even overclock it.

0xc0170 added a commit that referenced this pull request Apr 23, 2015
NUCLEO-F411RE USB clock frequency fix
@0xc0170 0xc0170 merged commit ecaaa71 into ARMmbed:master Apr 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants