Other Parts Discussed in Thread: CC2652R7, CC1354R10
* Context: on our custom PCB, we have unsoldered CC2652R7 and soldered CC2674R10 in place. Our plan is to update the software *without* modifying the hardware. We are using simplelink_cc13xx_cc26xx_sdk_7_10_02_23 and sensor_controller_studio_cli 2.9.0.208
* On CC2652R7, the sensor controller is using pin DIO1.
* When migrating to CC2674R10, the Sensor Controller Studio does not allow to select pins DIO0-2, the list starts at DIO3. If we modify directly the .SCP file to force DIO1, the compiler objects: ERROR: I/O function "SPI SCLK" is not mapped to a suitable pin
* However, if we modify directly the generated file, scif.c, then it seems to work: the CC2674R10 sensor controller successfully uses pin DIO1.
Bottom line: it seems to be a toolchain bug, not an actual hardware limitation. Can you please confirm?
If so, please consider updating the Sensor Controller Studio and CLI.