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.

TDA4VM: build GPIO error

Part Number: TDA4VM

Hi,

I try to control GPIO in vison_app(SDK 7.0) ,but some errors occur when GPIO code ,such as GPIO_init(),occur in vision app.It shows that GPIO_v0_config is unresolved in ti.drv.gpio.ae71.But I have included the related *.h file and add ADDITIONAL_STATIC_LIBS += ti.drv.gpio.aer5f,LDIRS += $(PDK_PATH)/packages/ti/drv/gpio/lib/j721e/r5f/$(TARGET_BUILD)/ in makfile.So I don't know what's wrong with it.Can you help me solve it?

Regards!

HJ