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.

Pinmux Utility v4 for AM335x

Hi, Everyone

I have a question about AM335x Pinmux Utility.
Pinmux Utility outputs am335x_gpevm_pinmux_data.c and am335x_pinmux.h.

am3351_gpevm_pinmux_data.cam3351_pinmux.h

I make project on CCS.
but We need to include two header file.

#include "types.h"
#include "pinmux.h"

We add these two header file from ISDK.

C:\ti\sysbios_ind_sdk_2.1.0.1\sdk\starterware

but I do not know how to use after this?
Actually This c source does not have function for configuration.

Best Regards
Hiroyasu