
AT32-Comm-EV User Manual
2022.5.7 9Rev 1.00
3 How to use AT32-Comm-EV
Insert the AT32-Comm-EV board into the Arduino connectors on AT-START board so that two
parts are connected together. After successful connection, supply 5 V and 3.3 V for the combined
board according to the descriptions of Power supply section of the AT-START user manual. Then it
is ready to use the AT32-Comm-EV board, in which the CN1 is used to connect to SPI device, the
CN2 to I2C device, CN3 to RS-485, and CN4 to CAN.
Example codes regarding AT32-Comm-EV board can be found in BSP, including:
CAN example code:
AT32xxx_Firmware_Library_V2.x.x\project\at_start_xxx\examples\can\communication_mode;
RS-485 example code:
AT32xxx_Firmware_Library_V2.x.x\project\at_start_xxx\examples\usart\rs485;
I2C example code:
AT32xxx_Firmware_Library_V2.x.x\project\at_start_xxx\examples\i2c\eeprom;
SPI example code:
AT32xxx_Firmware_Library_V2.x.x\project\at_start_xxx\examples\spi\w25q_flash。