Hello,
I am currently trying to add SDK15 functionality to a mesh project as shown in the documentation.
I am getting compilation errors, because some type names are not known.
I
think the problem is, that the Program is running into the else path in nrf_drv_uart.h, because nrfx_check is not returning a 1. I think the problem is, that the sdk_config file does not include certain functionalites in the mesh projects. I tried to mirror the relevant includes from the sdk_config of the uart_coexist example, but it is still not working.Â
Is there any possibility to add the normal sdk_config from the sdk15 to a mesh project?
Best regards
Julian Demicoli