Add a floating-point example to the stm32f4.

This example calculates a mandelbrot fractal using floating point
in C.
This commit is contained in:
Daniel Serpell
2012-08-22 00:05:10 -04:00
committed by Nicolas Schodet
parent e4819d3cd2
commit aac5909ff1
3 changed files with 164 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
------------------------------------------------------------------------------
README
------------------------------------------------------------------------------
This example program demonstrates the floating point coprocessor usage on
the ST STM32F4DISCOVERY eval board.
A mandelbrot fractal is calculated and sent as "ascii-art" image through
the USART2.
The terminal settings for the receiving device/PC are 38400 8n1.