X_NUCLEO_IDB0XA1

Arduino Connector の互換性について

X-NUCLEO-IDB04A1 and X-NUCLEO-IDB05A1 は、一部を除きArduinoと互換性がある。 instead of using pin D13 for the SPI clock, they use pin D3. The default configuration for this library is having the SPI clock on pin D3.

完全に互換にするには、X-NUCLEO-IDB04A1 and X-NUCLEO-IDB05A1 は、ハードの修正が必要

X-NUCLEO-IDB04A1 は、R10の抵抗0をはずし、R11につける。 X-NUCLEO-IDB05A1 は、R4の抵抗0をはずし、R6.につける

ハードを修正した場合、SPIクロックを提供するには、ピンD13を使うようにライブラリを修正しないといけない (see macro IDB0XA1_D13_PATCH in file x_nucleo_idb0xa1_targets.h).

If you use pin D13 for the SPI clock, please be aware that on STM32 Nucleo boards you may not drive the LED, otherwise you will get a conflict: the LED on STM32 Nucleo boards is connected to pin D13.


Please log in to post comments.