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.
hello,
I'm newbie with c2000, and I'm trying to run the "interrupt_ex1_external" example code. there are 4 pins (GPIO0,1,30,31) that the program uses
but I don't know where are they located on the board.
thank you.
Hi Yuval,
You can use the Quick Start Guide to find what F28379D device signals are brought out to the LaunchPad's headers, here: https://www.ti.com/lit/sprui73
You can also reference the schematic in C2000WARE install, directory: C:\ti\c2000\C2000Ware_4_00_00_00\boards\LaunchPads\LAUNCHXL-F28379D\R2.0
there are 4 pins (GPIO0,1,30,31) that the program uses
GPIO0 and 1 come out on header J4 (P0 & P1 below). GPIO30/31 are not brought out to LaunchPad headers, so you'll have to use other signals.
Best,
Kevin