Hello, experts:
My customers have the requiement of sending and receiving periodic messages, I want to implement this functionality in vision apps.
but there's no such demos in this module.I find some demo in the component gateway-demos,from the file 'can_process.c',it seems
that the component only has CanApp_RxTask,and it is not trigged by period.
So,couild you give me some demos to show how to send and receive period can message int the vision apps ?
for example ,send can message 0xAA,0xBB,receive message 0xCC,0xDD.
thank you .