Tool/software: Code Composer Studio
I have tried using GPIO toggling as mentioned in the lab practice but I see these errors could you help if I missed adding any directives or any?
thank you
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: Code Composer Studio
I have tried using GPIO toggling as mentioned in the lab practice but I see these errors could you help if I missed adding any directives or any?
thank you
How have you configured the DIO you want to toggle? As the error message indicate you are not using a identifier that exist and you have to change this. If you use the CC2640R2F LP, you should try to use Board_GPIO_LED0/ Board_GPIO_LED1
Also see https://e2e.ti.com/support/wireless-connectivity/sub-1-ghz/f/156/t/711372?CC1312R-Unable-to-modify-value-of-GPIOs-in-CC1312R on how the naming in the board files are set-up.
Hello,
Thank you for replying.
https://dev.ti.com/tirex/explore/node?node=ANqagjxZxWnBRB7bx0EnOw__pTTHBmu__LATEST
I am following this link and it didn't say any where to buy this extra MCU. I am using the CC2640R2F board that I have with me and have modified it in release.cfg file then imported the gpiointerrupt_CC2640R2_LAUNCHXL_tirtos_ccs file and in the gpiointerupt.c as mentioned I made the changes. Please suggest me if I am missing anything.
I want to try system_printf not print too how can I proceed on this
Your question is related to the GPIO driver and I gave you a couple of hints to try out. Please read the E2E post I linked to, this explains how the GPIO driver links a name to an actual DIO. The GPIO driver implementation is the same for all chips in the SimpleLink family, I have not said anything about buying an extra MCU.
system_printf etc are covered in a lot of E2E posts. Have you tried to do a search?