Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Example Application Usage

CAN examples

Expected Output

xcan_polled_example.c

                 It configures the CAN controller in loop back mode with no interrupt enabled and verifies the data received with data sent.

                https://gitenterprise.xilinx.com/embeddedsw/embeddedsw/blob/master/XilinxProcessorIPLib/drivers/can/examples/xcan_polled_example.c

Code Block
Successfully ran Can polled Example

xcan_intr_example.c

                 It configures the CAN controller in loop back mode with interrupts enabled and verifies the data received with data sent.

...

Code Block
Successfully ran Can polledInterrupt Example
Successfully ran Can Interrupt Example

Example Design Architecture

NA

Known Issues and Limitations

...