I am trying to program Event Driven State Machine Example using zephyr RTOS into nrf52833 Nordic Board. The issue I am facing is that code is not building (FAILED: zephyr/zephyr_pre0.elf zephyr/zephyr_pre0.map). Basically, all my transitions follow the same pattern. I tried to figure out this with exactly same sample code provided in this site (State Machine Framework — Zephyr Project documentation (nRF Connect SDK) (nordicsemi.com)) and I am using the SDK version is v5.2.2. could you please provide any insights, resources or methods that could help me to execute the sample code.