Other Parts Discussed in Thread: CC1350
Tool/software: TI-RTOS
Hi,
I am developing firmware with CC1350. There are two examples available called "gpiointerrupt" and "pininterrupt". What is the difference between these two examples ?
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.
Hi,
the difference is in the drivers. There are two IO drivers in the SDK: GPIO and PIN. PIN has more functionality, while GPIO seems to be a bit simpler to use. On the CC13xx/CC26xx devices, the GPIO driver is more or less a wrapper for the PIN driver, but until the SimpleLink CC13x0 SDK version 1.50, there are issues when using both drivers at the same time. So you should stick to one.