Hi everyone,
I recently started working with the CC1352R1 launchpad, more specifically with TI15.4 stack. I've been following the tutorials in simplelink Academy (5.10.00.00) and I found a problem or maybe I'm missing something.
In "TI 15.4 Stack - Adding a new sensor" (https://dev.ti.com/tirex/explore/node?devtools=LAUNCHXL-CC1352R1&node=AHs0wbxuPRpRbJcHasQeYw__pTTHBmu__LATEST) there is an issue in task 2 -> edit sensor.c -> step 5, where a new case statement is inserted in dataIndCB for the new generic sensor that was added. However in this new snippet there is this line "cmdBytes[1] = Ssf_genericCMD();" which eventually creates an error when building, because this function Ssf_genericCMD() doesn't exist and it was not created either during the turorial.
What am I missing here? Did the tutorial fail to mention the creation for that? If so, what is it expected to be placed inside that function, what is it supposed to do?
Thanks