ata6570 2.0.0.0
|
ATA6570 click is a CAN Partial Networking interface board. The click carries the ATA6570, a high-speed CAN transceiver that interfaces a Controller Area Network (CAN) protocol controller and the physical two-wire CAN bus.
We provide a library for the Ata6570 Click as well as a demo application (example), developed using MikroElektronika compilers. The demo can run on all the main MikroElektronika development boards.
Package can be downloaded/installed directly form compilers IDE(recommended way), or downloaded from our LibStock, or found on mikroE github account.
This library contains API for Ata6570 Click driver.
- Initialization function.void ata6570_cfg_setup ( ata6570_cfg_t *cfg );
ATA6570_RETVAL ata6570_init ( ata6570_t *ctx, ata6570_cfg_t *cfg );
- Read Registervoid ata6570_write_reg ( ata6570_t *ctx, const uint8_t address, uint8_t input );
uint8_t ata6570_read_reg ( ata6570_t *ctx, const uint8_t address );
This application is interfaces a Controller Area Network (CAN) protocol controller and the physical two-wire CAN bus.
The demo application is composed of two sections :
In addition to this module is palced inside normal working mode cappable of tranmission and reception of data.
Tranismiter/Receiver task depend on uncommented code Receiver logging each received byte to the UART for data logging, while transmiter send message each 2 seconds.
The full application code, and ready to use projects can be installed directly form compilers IDE(recommneded) or found on LibStock page or mikroE GitHub accaunt.
Other mikroE Libraries used in the example:
Additional notes and informations
Depending on the development board you are using, you may need USB UART click, USB UART 2 Click or RS232 Click to connect to your PC, for development systems with no UART to USB interface available on the board. The terminal available in all Mikroelektronika compilers, or any other terminal application of your choice, can be used to read the message.