Dear All,
I am Using two TMS570LS20216 MCU Development kit for a FlexRay Evaluation Project . there is example from TI , FlexRay for TMS570 which is attached here 6114.FlexRay_Communication_CCSv4.zip .
When we compile and Flash the program into two different TMS570MDK kits over linear bus topology, No communication seems to be happening . Moreover there is No visual Indication or Read me file describing what actually a program do and what's its functioning is the program performs the program halts at function.
while ((Fray_PST->SIR_UN.SIR_UL & 0x4)== 0x0); // wait for CYCS interrupt flag .
I have some doubts regarding the example my questions are :-
1. Is this example a full complete example for testing the communication between two TMS570MDK kits or there are some other modules need to be added . For Example there is a internal Unit named FTU (FlexRay Transfer Unit ) works same as DMA (Direct memory access) in TMS570MDK kit.. but in the example program there is no Functions or files which depicts that FTU is used or not . Is it is possible we can perform FlexRay communication without FTU unit ?
2.. How the Example Works what functions we can check with the example of FlexRay there is no indication of working or not working of the program .
3. How we can check that Two MCU kits are synchronised over linear bus of FlexRay Protocol .
Best Regards
Arsh Sohal