Embedded Intel® Core™ Processors
Communicate Intel® Core™ Hardware, Software, Firmware, Graphics Concerns
1322 Discussions

How to use alderlake N and S Intel(R) Serial IO I2C Driver in win11 LTSC ?

joshua4
Beginner
279 Views

DEAR 

 

Due to security issues in Windows 11 LTSC, direct Memory operations cannot be carried out.

It is hoped that the Intel(R) Serial IO I2C Driver can be used to control the I2C.

 

Could you provide document or tools and how to use them to control the devices on the I2C bus?

0 Kudos
1 Reply
Jaime_Lizarme
Moderator
83 Views

Hello @joshua4 ,

Thank you for contacting Intel Embedded Community.

Windows provides APIs for interacting with I2C devices. You can use the Windows.Devices.I2c namespace in your application to communicate with I2C devices. This involves creating an I2cDevice object and using it to read from or write to the I2C bus. Please refer to the following link for further details about this: https://learn.microsoft.com/en-us/windows/uwp/devices-sensors/enable-usermode-access

 

Best regards,

 

Jaime L.

0 Kudos
Reply