Other Parts Discussed in Thread: SYSCONFIG
Hi,
I was just quickly playing with the new SDK for the CC2340R5. I see that the LRF_txPowerTableMsk250Kbps and LRF_configMsk250Kbps arrays, which define the TX output power and radio settings in the radio module are gone for this board. They are however included in the CC27XX folder.
What should we be using then to choose the TX power? Should we use the ones defined for CC27XX or do we need to generate something on our own?
I saw in the SDK examples you used some generated header.
Note: We are using a proprietary wireless protocol.
__________________________________
Additionally, I saw an update for the battery monitor in the errata:

as we are using the temperature diode for temperature, we shouldn't be affected by this bug as far as I know?
__________________________________
The RCL_AdcNoise.c file (simplelink_lowpower_f3_sdk_7_40_00_64\source\ti\drivers\rcl\wrappers) is using an incorrect path to the RCL settings file and causing us a build error. Did any other customer report this or are we using it in a wrong way? We use this file to generate radio noise used as entropy for the RNG.
#ifdef DeviceFamily_CC27XX
#include <ti/boards/cc27xx/rcl_settings_adc_noise.h>
#else
#include <ti/boards/cc23x0/rcl_settings_adc_noise.h>
#endif
We have been using the function RCL_AdcNoise_get_samples_blocking
__________________________________
Note: we are currently using SDK version 7.10.00.35
BR,
Matija