readme.txt 1.1 KB

1234567891011121314151617181920212223242526272829303132
  1. *****************************************************************************
  2. ** ChibiOS/HAL - UART driver demo for STM32L1xx. **
  3. *****************************************************************************
  4. ** TARGET **
  5. The demo runs on an STMicroelectronics STM32L-Discovery board.
  6. ** The Demo **
  7. The application demonstrates the use of the STM32L1xx UART driver.
  8. ** Board Setup **
  9. - Remove the LCD module.
  10. - Connect an RS232 transceiver to pins PA9(TX) and PA10(RX).
  11. - Connect a terminal emulator to the transceiver (38400-N-8-1).
  12. ** Build Procedure **
  13. The demo has been tested using the free Codesourcery GCC-based toolchain
  14. and YAGARTO.
  15. Just modify the TRGT line in the makefile in order to use different GCC ports.
  16. ** Notes **
  17. Some files used by the demo are not part of ChibiOS/RT but are copyright of
  18. ST Microelectronics and are licensed under a different license.
  19. Also note that not all the files present in the ST library are distributed
  20. with ChibiOS/RT, you can find the whole library on the ST web site:
  21. http://www.st.com