Site icon EfmSoft

What does NTSTATUS 0xC000A126 (STATUS_GPIO_INCOMPATIBLE_CONNECT_MODE) mean?

 
Previous Next
STATUS_GPIO_OPERATION_DENIED STATUS_CANNOT_SWITCH_RUNLEVEL

STATUS_GPIO_INCOMPATIBLE_CONNECT_MODE

The pins are already configured for an incompatible mode

A GPIO connection configures a set of pins as data inputs or outputs and can impose electrical and sharing requirements. This status means at least one requested pin already participates in a connection whose mode cannot coexist with the new request. The conflict is logical resource ownership, even if the hardware could be reprogrammed manually.

Typical cases include opening an output connection where an input connection is active, requesting incompatible sharing, or overlapping a set of pins partially owned by another device. Firmware resource descriptions and Plug and Play assignments should prevent most conflicts; a failure can expose an incorrect ACPI resource, duplicate consumer, or leaked connection handle.

What to inspect

References


Looking for a different code? Search another status or error code.

Exit mobile version