Recently , I start to use the demo flexcan_s32v234 existed in S32 Design Studio 2018.R1 , the demo is show below .
However when I debug this demo , I found the receive function works fine ,but the send function seems not working , I wonder before testing the send function of this demo if there is any configurations I need to change .According to my test, there is no output signal from pin A10 ,and if the demo works fine , there should be some output signal to be detected.Any information about this is needed , hope someone could give me some advice . I'll be very thankful
the tool I used to get and send the frame message
the pin I used for my device is A10 and B10
the send function which is not working normal is show below
the demo I used is show below
已解决! 转到解答。
it turns out the configuration of the dataInfo is not rightly set,after I change the setting of the dadaInfo as below shows ,sending function became normal