Asked by:
Windows.Devices.GPIO : How to get this working on non iot platform

Question
-
Hi,
We are using Intel CherryTrail (Now ARK) . To access the GPIOs from UWP app, Windows.Devices.GPIO these apis are available. But These are not able to detect the Intel Serial IO GPIO controller. What is required to make these APIs working. I read that a usermode driver is required. similar to this one. https://github.com/ms-iot/bsp/tree/master/drivers/gpio/bcm2836
But there are no clear guideline available. Can some please give the definite answer?
Thanks,
Friday, October 6, 2017 4:31 AM
All replies
-
Hello Muhammad,
Have you tested this official sample?
Best regards,
Rita
MSDN Community Support
Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.Friday, October 6, 2017 8:38 AM -
hello
as Intel has to provide drivers for their Hardware please consult Intel for further Information and Platform support
br
AndreFriday, October 6, 2017 8:42 AM -
Hi Rita,
I did, but it is not able to detect Gpio default controller.
This call
GpioController.GetDefault();
returns null.
Thanks
- Edited by Muhammad Humayun Thursday, October 12, 2017 9:19 AM
Thursday, October 12, 2017 9:18 AM -
Hello Muhammad,
Is your board x5-Z8300?
Best regards,
Rita
MSDN Community Support
Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.- Edited by Rita HanMicrosoft contingent staff Thursday, November 23, 2017 7:49 AM
Monday, October 16, 2017 2:57 AM