Hi Ti
I code with example_canCommunication.c in halcogen 4.05
then.. J10.45 pin of launchpad board , generate CAN Data..then i fixed some codes.
but 'canTransmit' function transmit once. i don't understand why this code don't generate continuous transmits??
while(1)
{
if(canTransmit( canREG1, canMESSAGE_BOX1, tx_data ) == 1) // Continuous DCAN Data Tx
{
tx_cnt++;
}
}
I just test "software controlled continuous ECAN Trasnmit test".
----------------------------------------------------------------------------------------------
expression windows , 'Continuous refresh' in global variables don't work very well. is it another solution of 'Continuous refresh'??