HI,
I was given a schematic that redesigns in-house product from LM3S9B96 to TM4C1294.
Previous the unfinished custom board(LM3S9B) was developed based on LM3S9b using FTDI2232D for ICDI, and physically connected EK board to the custom board with 2*10 jtag header from PC. So .bin can program from LM Flash -> ek LM3S9B96 -> Jtag connections through 20 pins header -> the target custom board(LM3S9B)
However the redesigned custom board based on TM4C1294 still uses FTDI2232d unlike a schematic given from TI. I assume the person who designs the new custom board does not use a chip for ICDI on EK-TM4C1294. Also it has the 2*10 jtag header as same as LM3S9B96. I don't know why he did.
I am not sure how I can program .bin to the target custom board(Tm4c).
Does it get through LM Flash ->USB->EKTm4c1294->jtag connections(thru 2*10 header) -> target board to program .bin?
How Can I get debug messages from the target board to my PC? . The ICDI interface schematic is exactly identical with LM3S9B96. It separates usage of ChA/B. Ch A is used for JTAG(MPSSE?) and Ch B is used for Virtual com Port.
Are the debug messages coming from USB ? unlike programing .bin? (target board -> usb ->uart -> my PC)
Jin