readme.txt 244 B

123456789
  1. board info:
  2. STM32F4 discovery
  3. http://www.st.com/internet/evalboard/product/252419.jsp
  4. note:
  5. in drivers/stm32f4xx_conf.h
  6. /* Redefine the HSE value; it's equal to 8 MHz on the STM32F4-DISCOVERY Kit */
  7. #define HSE_VALUE ((uint32_t)8000000)