Problem solved,
It was caused by netreg registering. The msg queue initialization is
performed inside the thread, so if it has lower priority or the
scheduler is not called after thread creation the gnrc_netreg_register()
fails.
The solution was to register this thread after message queue
initialization. So after i placed the gnrc_netreg_register() inside the
thread function all works fine.
Many thanks :)
_______________________________________________
devel mailing list
devel@riot-os.org
https://lists.riot-os.org/mailman/listinfo/devel