Part Number:TMDXIDK5718
Tool/software: TI-RTOS
I would like to use the GPIO driver for C66 in my code. I have generated the GPIO_LedBlink example and it works ok.
My question is, what modules should I necessarily include in the cfg to control the GPIOs.
The example includes:
- ti.board
- ti.utils.profiling
- ti.cls
- ti.osal.Settings
- ti.sysbios.family.c64p.EventCombiner
- ti.sysbios.family.c64p.Exception
I would like to maintain the modules to include to a minimum.
Thanks for your help.