Hi,
For my application I need 4 GPIO free bits. First of all I could not find the schematic corresponding to the PCB I received (F2806X Iso Control Card) so I am not sure if there are others available. I only found GPIO-22 and GPIO-51.
Thanks.
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,
For my application I need 4 GPIO free bits. First of all I could not find the schematic corresponding to the PCB I received (F2806X Iso Control Card) so I am not sure if there are others available. I only found GPIO-22 and GPIO-51.
Thanks.
The schematic is in control suite. Under this folder:
C:\ti\controlSUITE\development_kits\~controlCARDs
And look for your version of TMDSCNCD28069ISO
-Jorge
Take a look at this function in C:\ti\motorware\motorware_1_01_00_13\sw\modules\hal\boards\hvkit_rev1p1\f28x\f2806x\src\hal.c
void HAL_setupGpios(HAL_Handle handle)
Any pin initialized as a general purpose can be used to other functions, just make sure that the pin doesn't conflict with anything by looking at the schematics of the 28069 control card and the hv kit. The hv kit schematic is also in control suite under:
C:\ti\controlSUITE\development_kits\HVMotorCtrl+PfcKit_v2.1\~HVMotorCtrl+PFC-HWdevPkg\HVMotorCtrl+PFCKit-R1.1
-Jorge
Jorge,
Yes, I found that function and the GPIO's definition but there is not a physical connection in the HVKit except the GPIO-51 and GPIO-39. Due to this I would know whether it exists any other PHYSICAL pin available or any adaptor (standard) to get the signal out of the PCB.
Thanks.
Andrés
Solder wire leads to the bottom of the DIMM connector on the underside of the PCB. That's what I did on my DRV8312EVM.
Cristhian