Versions Compared

Key

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

...

Canps polled mode test

https://github.com/Xilinx/embeddedsw/blob/master/XilinxProcessorIPLib/drivers/canps/examples/xcanps_polled_example.c
It configures the CAN controller in loop back mode with no interrupt enabled and verifies the data received with data sent
Code Block
themeMidnight
Polled Mode test::
CAN Polled Mode Example Test
Successfully ran CAN Polled Mode Example Test

Canps interrupt mode test

https://github.com/Xilinx/embeddedsw/blob/master/XilinxProcessorIPLib/drivers/canps/examples/xcanps_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
themeMidnight
Interrupt Mode test:
CAN Interrupt Example Test
Successfully ran CAN Interrupt Example Test

Canps water mark interrupt test

https://github.com/Xilinx/embeddedsw/blob/master/XilinxProcessorIPLib/drivers/canps/examples/xcanps_watermark_intr_example.c
It configures the CAN controller in loop back mode with rx and tx water mark interrupts enabled with some RX and TX threshold.
Code Block
themeMidnight
Water Mark Test:
CAN Watermark Example Test
Successfully ran CAN Watermark Example Test

Change Log

  • 2022.1

    • None
  • 2021.2

    • None

Related Links

...