*** Booting Zephyr OS build v3.2.99-ncs2 ***
nrfx_timer_init failed with: 195887109
*** Booting Zephyr OS build v3.2.99-ncs2 ***
nrfx_timer_init failed with: 195887109
Hello
Which nCS version you are using and for which board you are compiling your project?
Also, you are including you custom source files (timer.c and button.c), I can see your source files but where are the header files that you are including?
Regards,
Naeem
v2.3.0
You have also included "error.h". Is this your local file?
What is:
"ERROR_GPIOE_INITIALIZE_FAIL"
"LED_G"
"POWER_UP"
in you button.c?
There is no definition of these symbols.
Can you send your complete project that compiles.
Thanks