Hi there,
quite a beginner here and tring to figure some stuff out about the nordic programming style.
when sniffing around the given examples in the newest SDK(SES IDE) I was suprised to see that the functions(For example in the "blinky_freertos" example)
Manage to somehow regularly run even when the program is in the loop section of the main() function while it is completely empty.
How does it do that? How do we take advantage of it?
Also saw something weird with that example which is that function"UNUSED_VARIABLE()"
Which I don't get the point of and couldn't find anything about it in the infocenter but from selecting it and going to "Go to defenition" it looks like it takes what ever is in it and adds "void" before it....