Other Parts Discussed in Thread: SYSCONFIG
Champs,
I am using the latest 6.10SDK and a fresh CCS install. The ULTIMATE goal was to try to get a DMM application running with wsnnode + BLE. For reference, I have done this more than 30 times using the CC1352P2 project from your SDK; but I've run int oa snag where I think I MAY need a little more output power, so I was trying to move this over to a CC1352P1 for testing. The problem.... NONE of the CC1352P1 DMM projects build... I am trying:
/ti/simplelink_cc13xx_cc26xx_sdk_6_10_00_29/examples/rtos/CC1352P1_LAUNCHXL/dmm/dmm_wsnnode_ble_sp_app
and I get this wonderful error that I have no idea how to fix.
gmake: *** No rule to make target 'build-1064950911', needed by 'configPkg/compiler.opt'. (repeated ~50X)
So this happens on BOTH my Mac and PC downloads of the SDK using CCS 11.2... it's like the CC1352P1 DMM projects just don't work out of the box. So if you could tell me how to fix those, that would be preferred; but since I tried something different and it was related to this other three that I never truly saw a resolution to; I figured I'd throw this into the mix. So because I can't get ANY CC1352P1 DMM project to build at all; I decided to try using just the
/ti/simplelink_cc13xx_cc26xx_sdk_6_10_00_29/examples/rtos/CC1352P1_LAUNCHXL/easylink/rfWsnNode
project under the premise that... I really don't need the BLE except to config the sub-1GHz so I COULD just hardcode it for testing in the interim to figuring out the dmm piece, and the example uses the same EasyLink stack that the dmm used so my code should port over pretty cleanly. SO I thought.
So yes I have made some modifications; insomuch as I copied over my version of the NodeRadioTask.c/.h and what not, commented out what few dependancies io had on BLE... but when I link I get this error:
PINCC26XX_hwAttrs /Applications/ti/simplelink_cc13xx_cc26xx_sdk_6_10_00_29/source/ti/drivers/lib/ccs/m4f/drivers_cc13x2.a<PINCC26XX.oem4f>
which is seemingly telling me that something in a library I didn't write isn't found...so I'm not sure what to do there either. Notice in both paths I took I get to the same conclusion....something buried in code I didn't write is broken...send help!!! Again, the real goal is to get a CC1352P1 DMM project running; and if that's easier than debugging this issue with the rfWsnNode project I'm fine with just skipping that (because in fairness, the rfWsnNode project DID BUILD CORRECTLY out of the box; it's something I added/referenced or more likely somethting that had magically worked in the past because the PIN stuff got linked from the BLE side of the code that is no longer there.
But sub-1GHz Easylink at +20dBm + BLE DMM is what I'm ultimately trying to get to.