AM2612: GPIO pull-up pull-down setting in sysconfig does not change any code

Part Number: AM2612
Other Parts Discussed in Thread: SYSCONFIG

Hello,

When I tried to set the pin as input with internal pull down on GPIO55, sysconfig does not create any code in ti_drivers_config.c or .h  could you check?

it is ZNC package issue?

image.png

/**
 * Write custom configuration values to the imported modules.
 */
gpio1.rx             = true;
gpio1.defaultValue   = "1";
gpio1.$name          = "GPIO_IN";
gpio1.pu_pd          = "pu";
gpio1.GPIO_n.$assign = "GPIO55";

 

Regards,

Ted