Hi all,
I am working with Segger ES on chip nRF52832 with nRF SDK for Mesh v4.0.
I am stuck now at message publication.
I have discovered that my code runs to packet_send function (p_bearer->p_interface->packet_send(p_bearer, m_packet.buffer.pdu, m_packet.length)).
Then it always ends up in app_error_weak.c with Mesh assert.
Can anyone help?
Best regards