Skip to content
Snippets Groups Projects
Unverified Commit 04c1304e authored by Johannes Sjölund's avatar Johannes Sjölund Committed by GitHub
Browse files

Update README.md

parent 0f39593e
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
> Board Support Crate for the NUCLEO-F411RE > Board Support Crate for the NUCLEO-F411RE
## d7018e - special studies in embedded systems ## d7018e - special studies in embedded systems
##### Name : Johannes Sjölund ##### Name : Johannes Sjölund
...@@ -22,6 +21,7 @@ ...@@ -22,6 +21,7 @@
* Encoder mode * Encoder mode
* SPI * SPI
* I²C * I²C
The peripheral pin configuration should match the standard Arduino headers. The peripheral pin configuration should match the standard Arduino headers.
4. The stm32f4 supports higher clock frequency than the default 16 MHz. Implement a simple way of setting it to the maximum of 84 MHz for the stm32f401re and 100 MHz for the stm32f411re, or any valid lower value (configured using the PLL). 4. The stm32f4 supports higher clock frequency than the default 16 MHz. Implement a simple way of setting it to the maximum of 84 MHz for the stm32f401re and 100 MHz for the stm32f411re, or any valid lower value (configured using the PLL).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment