Tool/software:
Hi Sir,
I use the SDK Version:simplelink_cc13x2_26x2_sdk_5_10_00_48.
BLE5 example : simple_peripheral
How to direct the internal 48 MHz RCOSC_HF of CC2642 to a gpio for output measurement?
For example, we have measured an external crystal 32KHz exported to a GPIO for output measurement, the example is as follows:
IOCPortConfigureSet(IOID_26, IOC_PORT_AON_CLK32K, IOC_STD_OUTPUT);
AONIOC32kHzOutputEnable();
Does RCOSC_HF have a similar API for calls?
Thank you.