Hi , We are using NRF52832 for our product .I have a small doubt in using GPIO . Can we use PORT and PIN events simultaneously at a time .
I need to configure some pins for Level sensing and some for edge sensing .
Is it possible ?
Hi , We are using NRF52832 for our product .I have a small doubt in using GPIO . Can we use PORT and PIN events simultaneously at a time .
I need to configure some pins for Level sensing and some for edge sensing .
Is it possible ?
Hi,
PORT event functionality will be on by default. So there should be no problem using both at the same time.
After little reading, it came to me that yes, you should be able to do both level (PORT event) detect and edge detect (GPIOTE events).
/Susheel
Hi,
PORT event functionality will be on by default. So there should be no problem using both at the same time.
After little reading, it came to me that yes, you should be able to do both level (PORT event) detect and edge detect (GPIOTE events).
/Susheel
Thanks Aryan............!!