Part Number: CC1310 Hi,
We have a base-station radio module implemented within a cc1310, that connects to many peers devices (all cc1310s). We have found that the more accurately we tune our base station, the better the communications tend to be.
…
Part Number: LAUNCHXL-CC1352P Other Parts Discussed in Thread: SYSCONFIG , CC1352P Hello!
SW:
ccs1020
simplelink_cc13x2_26x2_sdk_5_10_00_48 I have some questions regarding TI CC1352P-2 XOSC HF capacitor array delta value.
1. Could you please…
Customers uses this approach, storing a value somewhere in the flash and then using OSC_AdjustXoscHfCapArray to apply this value.
But: For CC1352P it's recommended to use external load caps meaning that this function will have limited effect. But if…
Please see the following driver lib function: OSC_AdjustXoscHfCapArray(int32_t capArrDelta)
http://dev.ti.com/tirex/explore/node?node=ACynXnrImPSlxzbth8UD1w__eCfARaV__LATEST
Hi Siri (are you a chat bot from apple?),
for all those who have the same problem. Here is my solution based on the linked post:
OSC_AdjustXoscHfCapArray( deltaValue);
OSCHF_SwitchToRcOscTurnOffXosc();
OSCHF_TurnOnXosc();
Delay_ms( 20);
OSCHF_AttemptToSwitchToXosc…
Hi Jorick.
After some digging around, I found out the problem. The sensor_oad_offchip_secure uses OAD, which disables the ti_device_configuration.c file. This needs to be better presented in the GUI, I have filed a ticket for that.
To adjust the Cap…
Hi Abhed,
See if you can incorporate OSC_AdjustXoscHfCapArray(); function from the driver library into the radiotest library for updating cap array values.