Hello,
I am working on a project which is based on nrf52840 and Zephyr.
Current prototype uses Adafruit nrf52840 sense board with spi based display attached.
I am new to Zephyr, but done a gazillion similar projects using Eclipse based or proprietary IDEs and different RTOSes.
I have custom board and display driver 'in-tree' defined.
My test code example is 'blinky" - meaning - no display driver instantiation - just a dead piece of code (presumably) included into Zephyr kernel image.
All my configurations compile fine using latest Nordic Connect SDK.
Long story short - if I enable 'CONFIG_DISPLAY=y' in my prj.conf, everything still compiles fine but target is becoming 'dead' = debug with J-link attached doesn't work, board reset results in timeouts, debug suspend in cpu_idle. When 'CONFIG_DISPLAY=y' is disabled, blinky example runs fine.
So, my question is - hope you can shed some light on it -how to debug kconfig output (kernel configuration) or/and instrumentation options please.
Thanks.
Alex