Hi,
I’m wondering if the source for RLPext.Delay() available somewhere?
We need a delay with a higher precision than micro seconds?
If not, can we use inline assembly and how ?
Thank you.
Hi,
I’m wondering if the source for RLPext.Delay() available somewhere?
We need a delay with a higher precision than micro seconds?
If not, can we use inline assembly and how ?
Thank you.
If you need higher accuracy then you need to disable interrupts and use some fancy coding to get timing perfectly… and do not forget about the cash.