This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software:
I'm just getting my feet wet with TI RF MCUs.
I'm trying to experiment/implement OOK to receive on frequencies not "supported" by SmartRF Studio (960MHz). Is there a way to force it? CC1352R is capable of supporting such frequencies (861 MHz to 1054 MHz).
I know I can hard code it, but I'm just validating the possibility of using them before spending days of reading and starting proper development.
As long as the chip supports the frequency in the datasheet you can type in the frequency you want to use in SmartRF Studio.
I tried to compile it with Code Composer, but it will indicate a similar error:
"/Users/j07rdi/ti/sysconfig_1.18.1/sysconfig_cli.sh" --script "/Users/j07rdi/workspace_ccstheia/rfPacketRx_CC1352R1_LAUNCHXL_nortos_ticlang/rfPacketRx.syscfg" -o "syscfg" -s "/Users/j07rdi/ti/simplelink_cc13xx_cc26xx_sdk_7_41_00_17/.metadata/product.json" --compiler ticlang
[5]Running script...
[6]Validating...
[7]subdir_rules.mk:14: recipe for target 'build-1954068545' failed
[8]error: /ti/devices/radioconfig/custom radioConfigcustom868.carrierFrequency: Frequency out of range. Valid range: [770..930]
[9]1 error(s), 0 warning(s)
[10]gmake: *** [build-1954068545] Error 1
[11]gmake: Target 'all' not remade because of errors.
[12]**** Build Finished ****
Hi Jordi,
Is this error coming from SysConfig?
If so, you can copy-paste your radio config files to your workspace and disable SysConfig for these files. Please see:
Cheers,
Marie