Part Number: CC2652R
Tool/software: Code Composer Studio
Hi
We have developed a custom board based on CC2652R. In order to test the functionality of our board, we developed two equivalent blinking led codes in both CCS (based on SimplePeripheral app in SDK) and sensor controller. We've already checked codes and they worked properly on the launchpad, however, when we load them in on our custom board, only sensor controller version works properly.
we are using SDK v3.30 CCS v9.2 and sensor controller 2.5.0.84
in sensor controller, we create delays using fwDelayUs() function. and sensor controller is in 24MHZ active mode.
and in CCS our system configuration is shown in the below picture
We've used FC-12M 32.7680KA-A3 32.768kHZ crystal with two 12pF external capacitors and ECS-480-10-33B-CKM-TR 48MHZ crystal with no external capacitors and also tried all possible iterations of cap array for capacitance tuning.
our questions are:
1- Is there an internal 48MHz clock source for HF clock? we ask this question because of highlighted statements in the Sensor controller document.
2- How to Implement a delay in sensor controller using RTC 32.768kHz?

