Okay that was already helpful, I was able to find out that in my not working case, xTaskIncrementTick is never being called, while it is in the working case- I guess that’s expected.
- If I disable the tickless idle features, the tick is incremented and my application is once again working.
- According to the datasheet the LFRC is always running.
I think this gives me a bit more of an idea of which direction to look but any more suggestions are welcome. Thanks!