Hi,
We need to use Uart1 in our application No-secure program, how can I turn off the Uart1 used in TF-M ? When I add
CONFIG_TFM_LOG_LEVEL_SILENCE=ydirectly in the prj.conf of the app, I get the following compilation error:
../arm-zephyr-eabi/lib/thumb/v8-m.main/nofp\libnosys.a(sbrk.o): in function `_sbrk': sbrk.c:(.text._sbrk+0x1c): undefined reference to `end' collect2.exe: error: ld returned 1 exit status.
Please help.