MediaTek-Labs / mt3620_m4_software

mt3620_m4_driver
Other
32 stars 29 forks source link

GPIO Interrupts #2

Closed LennardSchmit closed 4 years ago

LennardSchmit commented 4 years ago

The Azure Sphere github page suggests the GPIO interrups do not work yet. https://github.com/Azure/azure-sphere-samples/issues/98 So i wonder, is the use of OS_HAL_EINT.h confirmed to work for GPIO interrupts? I tried to get it to work but without succes so far.

LawranceLiu commented 4 years ago

The GPIO interrupt does not work now due to Azure Sphere OS configuration not ready for it. We are trying to ask help from Microsoft to fix it.

LennardSchmit commented 4 years ago

Thanks for your response! I will just use polling for the time being