Hi!
I am working on NRF 52840 Controller and Soft Device Version 6.0.0. Coding using Keil IDE in C.
Also developing using Free RTOS.
According to the requirement I need to use a Timer Module as a Counter (through PPI) to cause an interrupt. I am using Timer - 1 ( as Soft Device is using Timer - 0 ).
When I start the High Frequency Clock => " NRF_CLOCK->TASKS_HFCLKSTART " , I am getting INVALID MEMORY ACCESS ERROR.
Soft Device is enabled.
The PPI Channel used is Channel - 0
Please Let me know if I am looking at the right place for this error and also if I am missing any configurations.
Thanks