Hi there, I have managed to set up my IDE and build environment so that I can build and download the example projects without any trouble, but have then spent the last two days fumbling through the SDK trying to work out when / how to use a library vs. hal vs. driver.
The projects we intend to use the chip for will always use the S132 soft device, and looking at the documentation for that, it indicates which peripherals are blocked / restricted, but doesn't specifically say in which way they are used.
So, for instance, if I use a soft device, am I limited to using APP_TIMERs in my main application ? Or can I somehow still access Timer2/3 etc ?
I guess what I really want to know is . . . If I use the S132 soft device, which part of the SDK is available for me to use in my application ? I assume I cannot just manually configure peripherals by accessing their registers ? (Example: NRF_CLOCK->XXX = XXX) ?
I hope my questions were clear enough, would really appreciate some guidance here.