Site icon EfmSoft

What does NTSTATUS 0xC000A125 (STATUS_GPIO_OPERATION_DENIED) mean?

 
Previous Next
STATUS_GPIO_INVALID_REGISTRATION_PACKET STATUS_GPIO_INCOMPATIBLE_CONNECT_MODE

STATUS_GPIO_OPERATION_DENIED

The GPIO handle does not authorize this operation

Peripheral drivers access GPIO I/O resources through logical connections created for pins assigned by Plug and Play. The connection defines direction and permitted use. This status means the requested action is not supported for that handle—for example, writing through a connection configured for input, using an interrupt resource as ordinary I/O, or issuing an operation after disconnection.

Changing the pin at the controller level behind GpioClx can conflict with resource ownership and power management. Diagnostics should begin with the translated GPIO resource, connection mode, IOCTL or callback requested, and handle lifecycle rather than assuming a physical wiring fault.

What to inspect

References


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

Exit mobile version