-
NUCLEO-F334R8 and DigIN, CRC, DEC to BIN, USART1, USART2






NUCLEO Page
Home Page

This example show how to use NUCLEO-F334R8 and
  • Digital_IN
  • CRC calculation
  • Conversion from DECIMAL to BINARY
  • USART1 and USART1
The source code of this example is available here.

The connections are below

The USARTs parameters are:
    Baud Rate: 1200
    Data: 8
    Parity: NONE
    Stop: 1
    Flow Control: NONE


How to use this example

If you press the Blue button (it is on NUCLEO-F334R8 board) you must see the phrase:
Please release the Blue Button
After you release the button, you must see the status of Digital Inputs and the CRC value.

If you press the: ? on your PC
you must see the status of Digital Inputs and the CRC value.

If you press the: E on your PC
you must see the status of Digital Inputs and the CRC value.

The results are below (we use TeraTerm).







UP





Home Page