News:

Attention: For security reasons,please choose a user name *different* from your login name.
Also make sure to choose a secure password and change it regularly.

Main Menu

Using UART1 on TE0715 Module

Started by rouben_s, March 27, 2017, 06:04:24 PM

Previous topic - Next topic

rouben_s

Hi there,

On the TE0715 module the UART0 is enabled by default but in my application I want to use the UART1 and not UART0(disable) with MIO pins 12 and 13. Is there any additional steps besides checking the UART1 option in the MIO configuration of the Zynq SOC in Vivado and choosing MIO 12..13 to make the change between UART0 and UART1?

Oleksandr Kiyenko

Hi Rouben,

After that you have to rebuild project and rebuild FSBL. If you use baremetal software you need to check BSP settings to be sure that stdin and stdout is set to right UART and rebuild BSP if needed.
If you use linux check device tree for correct console and UART settings. Do it in "petalinux-config", but also check system-top.dts.

Best regards
Oleksandr Kiyenko

rouben_s