Other Parts Discussed in Thread: TMS320F28335
hi,
We have an TMS320F28335 ezdp with us .Last day i was testing the internel CAN module by running the Example code "ecan_a_to_b_xmit" .and trying to see the CAN signal (SOF,bit identifier,data etc..) at the CAN TX pin (GPIO19/GPIO31) . but i couldn't view any signal
I didnt short the CAN A & CANB pins now. CAN I verify the out put like this?-
And i connected the CANA port out to the "CANUSB" converter , Tried viewing the data which i am transmitting (CANUSB software). But there also the data was not occuring.
CAN some body help me with this ? Is it correct what i am doing?
Actually in our actual board we have CAN A and CAN B connected . That's the reason i need to verify the output data by not shorting the pins !
One More thing which i noticed is that when i ran this example project the code is not coming out of while loop where it checks the data transmission?
while(ECanaShadow.CANTA.bit.TA25 == 0 );