Hi, I'm working with ravenscar-full on zynq7000 (GNAT CE 2018) and I'm struggling on reading data from UART with cutecom.
I've tried with multiple output functions: System.Text_IO.Put, Ada.Text_IO.Put and also GNAT.IO.Put, but nothing on cutecom's console appears.
I've also tried to switch from UART-1 to UART-0 just changing Base : constant := 16#e000_1000#; to Base : constant := 16#e000_0000#; in System.Text_IO package, but the outcome is the same.
Hi, I'm working with ravenscar-full on zynq7000 (GNAT CE 2018) and I'm struggling on reading data from UART with cutecom.
I've tried with multiple output functions:
System.Text_IO.Put
,Ada.Text_IO.Put
and alsoGNAT.IO.Put
, but nothing on cutecom's console appears. I've also tried to switch from UART-1 to UART-0 just changingBase : constant := 16#e000_1000#;
toBase : constant := 16#e000_0000#;
inSystem.Text_IO
package, but the outcome is the same.The following is my cutecom configuration.
Thanks in advance for any advice.