Hi All,
I used stellaris and tiva launchpads for a while with great success. Becouse of student, we are using Energia (energia-0101E0016). However, now I need two can buses. So I bought a connected launchpad (EK-TM4C1294XL). As I read at spmu365b.pdf , to use both can moduless, I need to change JP4 and JP5 from default (UART) to other (CAN) pos. If I see the manual correctly, from now I need to use uart4 instead of uart0. So in energia, I used Serial4, not Serial class. But I see nothing on my console (nor in Linux neither in win).
I write small program which signs on the leds too, and it seams to be download correctly, begin to run. Tried from Serial - Serial[1-7] and no result, even a rambling byte dont arrive to my PC.
So I goes forward, and found some interesting stuff. At the energia 16 HardwareSerial.cpp:
Can I use two can modules and ICDI virtual com port in same time from energia? How?
THX && HAND