Should external processor example projects automatically start the GTL interface

We have configured the GPIO UART pins in the prox_reporter_ext example project user_periph_setup.h file to conform to our hardware layout and kept every other setting identical apart from the dcdc converter setting.

After the boot procedure (SPI slave boot step), the DA14531 chip does not seem to initialize the UART interface as the TX and RTS line remain low with no activity. Should this happen automatically or are there API functions to call in order to initialize GTL and/or the UART ROM driver?

The firmware flash process seems to work as the barebones advertising example seems to run just fine.

We use SDK6.0.22 with a GCC build system and copied all the required files and defines from the example projects .uvprojx file.