This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Timer_older_than return false in light switch example with UART communication

Hi,

I'm working on a project where i need first to send string data from terminal pc to client board which is nRF52832 using UART and then send this data over mesh to other servers

so i combined UART example with light switch demo from mesh sdk v1.0.1 

now i can send  characters over mesh using uart, but i want to send string data so i defined two functions for reading and writing string data with UART and this error occurs 

the error seems to be in bearer_handler.c file at line 245 as shown in the figure.

it is something related with TIMER_OLDER_THAN() function which return false in my case 

how to solve it ? someone help please, i'll appreciate it

here is the functions added 

Thank you

Related