The peripheral examples use the uart connection through the usb connection. Is it possible to connect instead directly to the t_rxd ans t_txd lines and use an external device?
Yes, that is posible. Using the Basic development kit you should not use the t_rxd and t_txd lines but the two GPIOs that they link to (P0_4 and P05). Remove the two jumpers linking t_rxd/t_txd from the two port pins.
On the expert kit you need to remove both jumpers from J25.
Hi Rony,
Yes, that is posible. Using the Basic development kit you should not use the t_rxd and t_txd lines but the two GPIOs that they link to (P0_4 and P05). Remove the two jumpers linking t_rxd/t_txd from the two port pins.
On the expert kit you need to remove both jumpers from J25.
Thanks