STEVAL-SPIN3201
Where is pin on STEVAL-SPIN3201 for connected other signals - from gyro or control signals? (Can I use UART? )
Where is pin on STEVAL-SPIN3201 for connected other signals - from gyro or control signals? (Can I use UART? )
Hi @oleg_sidorovich_1981 ,
To communicate with other devices you have two possibilities:
1) UART or I2C, both mapped on PB6 and PB7 pin of the STSPIN32F0.
If you choose this option, remember to disconnect the STLINK present on board by removing R78 and R79 resistors.
Use connector J7 to bring the signals on the STEVAL-SPIN3201.
However, consider that in this way the virtual COM interface is no more available: so for example you cannot use the MCSDK monitor to send commands to the board.
2) Another different way to communicate is to use simple GPIOs on the peripherals not used: for example if you don't use Hall sensors, use PA0, PA1 and PA2 lines. You can easily access them using connector J4. Note that each line has a pull up resistor.
In this case the virtual COM interface can be used.
All the Best !
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.