Other Parts Discussed in Thread: CC2592, SYSCONFIG, CC2652P, SIMPLELINK-CC13X2-26X2-SDK, Z-STACK, CC2530, , SMARTRFTM-STUDIO, LAUNCHXL-CC26X2R1, CC2650
Hello,
In my previous post(related), I tried to test the cc2652+cc2592 combination and it had worked.
However performing the same changes in a new project, I am unable to get the RF Tx working. The changes being
IOCPortConfigureSet(IOID_13, IOC_PORT_RFC_GPO0, IOC_IOMODE_NORMAL);
IOCPortConfigureSet(IOID_7, IOC_PORT_RFC_GPO1, IOC_IOMODE_NORMAL);
IOCPortConfigureSet(IOID_14, IOC_IOCFG31_PORT_ID_GPIO, IOC_IOMODE_NORMAL);
and
Adding the Pins to the PinConfig in ti_drivers_config.c (by disabling SysConfig and copying the generated files to Source)
*Also made changes to Disable bootloader(which was using IOID_13) and CCFG_FORCE_VDDR_HH to 1
However despite these changes, the RF Tx doesn't seem to be working. I have checked the custom board with SmartRF Studio with custom Target Configuration to enable Radio Pins and there I am able to test the RF Packet Tx successfully.(the screenshot from the previous related post)
I have also checked IOCFG registers at runtime and they are mapped correctly to the RF Core pins.
Please could you suggest if any additional changes are required to get this working.
Thanks
Akhilesh
P.S.
I have checked CC2652P board and but unable to get access of one to test yet, but I have a few CC2652+CC2592 which I would like to also get working.
I do not have access to my previous machine where I had built the previous project. Both of these due to the coronavirus situation.
The only change I think that has happened was a SysConfig update, not sure if that has anything to do with configuration of the RF Core