I had look on overlay-low-power-conf file and in folder child_image on spm.conf file that UART_SERIAL=n is set. I need to interface a UART device to nRF9160.
1. Is asset_tracker_v2 by default in UART_ISR ?
2. May UART_UART_ASYNC_API be used in to communicate with uart device or only ISR mode is possible or any of both in asset_tracker_v2 ?
3. I am doubtful that if UART_ASYNC_API and UART_SERIAL are enabled, will LTE work even then ?? To communicate with LTE, what peripheral is used ?
4. I tried to add UART_SERIAL=y in prj.conf. It remains fade .. as shown in image. I commented UART_SERIAL=n in overlay-low-power.conf file , even then it remains fade.
5. May in file spm.conf in child_image folder UART_SERIAL=n be removed ? where will it cause in SPM or child image ? I tried once and thereafter nRF9160 started to reset due to some fatal error during run.
