I have a custom board with a nRF52805 module but I don't understand how the SDK works.
I followed some guide to simulate nRF52805 software, I had to patch some files in the SDK and change some preprocessor definitions. This guide worked for a simple example using GPIO. I want to use other peripherals like ADC or timers but the examples doesn't work.
Anybody here has an idea of how to get started using peripherals together in a project for the nRF52805??