Hello Stephen,
I am not used to out of tree builds like these, but I wonder if it might be locked that way.
Could you try setting these configurations:
Hello Stephen,
I am not used to out of tree builds like these, but I wonder if it might be locked that way.
Could you try setting these configurations:
Thanks Elfving,
UART_0 interrupt is turned off, but I cannot get UART interrupt to be disabled.
This is what I have in proj.conf:
CONFIG_UART_INTERRUPT_DRIVEN=n
CONFIG_UART_0_INTERRUPT_DRIVEN=n
CONFIG_NRFX_UARTE0=n
CONFIG_SERIAL=n
CONFIG_UART_ASYNC_API=y
CONFIG_UART_0_ASYNC=y
CONFIG_UART_0_NRF_HW_ASYNC=y
CONFIG_UART_0_NRF_HW_ASYNC_TIMER=0
CONFIG_UART_USE_RUNTIME_CONFIGURE=y
This is what is in the resulting .config output:
Yes I can change some configurations just these few for uart interrupt are not changing. Where would they have "locked" these configs? I cannot find reference to anywhere that would be taking place.
Stephen