Skip to content
Snippets Groups Projects
Commit e2dab52e authored by Zach Fredin's avatar Zach Fredin
Browse files

Update README.md

parent 0ed013ba
Branches master
No related tags found
No related merge requests found
......@@ -9,4 +9,4 @@ After re-consulting the data sheet, I changed the calculation variables from `do
![pi capture2](pi_capture2.png)
Using the above calculations, this suggests the STM32F412 is running at 12.79 MFLOPS, or 33 clock cycles per iteration. Adding the `-ffast-math` option to `rules.mk` did not change this number.
\ No newline at end of file
Using the above calculations, this suggests the STM32F412 is running at 12.79 MFLOPS, or 33 clock cycles per iteration. Adding the `-ffast-math` option to `rules.mk` did not change this number. The datasheet suggests a typical current consumption of 22.7 mA at 84 MHz (with all peripherals on); at 3.3 VDC, this equates to 74.9 mW, or 0.171 GFlops/W.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment