Can't set "Extra High Drive" for GPIO

Hi,

As described in the subject I'm not able to set "Extra High Drive" for a GPIO. This setting is described in 7.13.5.11 in product specification version 1.3. I'm able to set "H0H1" by masking with 0x00000300 in the gpio_pin_configure_dt function. I see that the result is correct when I inspect with the debugger. If I instead mask with 0x00000B00, it seems like bit 10 and 11 are ignored. Is "Extra High Drive" supposed to work?

Parents Reply Children
No Data
Related