USART - Synchronous with SPI 부분을 해보도록 합니다.
CD00237391 - STM32F205xx, STM32F207xx Data Sheet.pdf
Table 5. USART feature comparison
Synchronous로 사용할 수 있는 부분은 USART1~3, 그리고 USART6입니다.
사진과 같이 연결하였습니다.
연결 모습을 그림으로 살펴봅니다.
USART
Configuration Done. SPI Configuration Done. Transfer Status 1 PASSED TxBuffer1: USART Synchronous Example: USARTy -> SPIy using TXE and
RXNE Flags RxBuffer2: USART Synchronous Example: USARTy -> SPIy using TXE and
RXNE Flags Transfer Status 2 PASSED TxBuffer2: USART Synchronous Example: SPIy -> USARTy using TXE and
RXNE Flags RxBuffer1: USART Synchronous Example: SPIy -> USARTy using TXE and
RXNE Flags
|
정상적으로 동작하는 것을 확인했습니다
내용