canisolator2 2.0.0.0
main.c File Reference

CAN Isolator 2 Click Example. More...

#include "board.h"
#include "log.h"
#include "canisolator2.h"

Macros

#define PROCESS_BUFFER_SIZE   200
 
#define RECIEVER
 

Functions

void application_init (void)
 
void application_task (void)
 
int main (void)
 

Variables

unsigned char demo_message [9] = { 'M', 'i', 'k', 'r', 'o', 'E', 13, 10, 0 }
 

Detailed Description

CAN Isolator 2 Click Example.

Description

This example reads and processes data from CAN Isolator 2 clicks.

The demo application is composed of two sections :

Application Init

Initializes driver and wake-up module.

Application Task

Transmitter/Receiver task depends on uncommented code. Receiver logging each received byte to the UART for data logging, while transmitted send messages every 2 seconds.

Additional Function

  • static void canisolator2_clear_app_buf ( void )
  • static err_t canisolator2_process ( void )
Author
Nenad Filipovic

Macro Definition Documentation

◆ PROCESS_BUFFER_SIZE

#define PROCESS_BUFFER_SIZE   200

◆ RECIEVER

#define RECIEVER

Function Documentation

◆ application_init()

void application_init ( void )

< Logger config object.

< Click config object.

Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG

Note
If USB_UART_RX and USB_UART_TX are defined as HAL_PIN_NC, you will need to define them manually for log to work. See LOG_MAP_USB_UART macro definition for detailed explanation.

◆ application_task()

void application_task ( void )

◆ main()

int main ( void )

Variable Documentation

◆ demo_message

unsigned char demo_message[9] = { 'M', 'i', 'k', 'r', 'o', 'E', 13, 10, 0 }