Hi!
Currently, I'm trying to create a new board. I have a source code for the Thingy52 board and the code just compiles. With my own board I get __device_dts_ord_10 linker errors. And I don't know, why. I have no idea how to debug such errors since the errors are completely useless.
It says, the error is in some line
if (btn_prs) {
where btn_prs is just a boolean variable and why the linker error should be there? It doesn't make sense.
However, I somewhat found out where the problematic code segments are. They are as follows: