Hello,
I'm not sure it is a good place to ask the this question here. I have also asked this at zephyr maillist, but till now no one can help me.
I've found that the NRF9160 SDK use the zephyr code, so maybe some guys could give me some advice.
I am trying to use ADC on nrf52832 with zephyr, when I call adc_read_async to start adc sampling on nrf52832 board, the hardware exception happened.
I have use the debuger to trace the fault, it happened after call adc_read_async function. But I can't get any more information about the fault by the debuger.
Here is the log:
the following was my demo code:
zephyr config:
------------------------------------------------------------------------------------
Regards,
Jeremy