@ Gralin - Do you perhaps know the peak interrupts per second that can be handled from managed code. IIRC I have successfully reached about 34 per second, that was counting the pulses from a computer fan. I do not have anything faster so I was wondering what the peak would be.
@ taylorza - I don’t know. What i remember is that if you have too many interrupts tiny clr will not be able to buffer them for event triggering. You will get either OOM exception or you will be missing some events. Now I’m not sure but I think I was getting exceptions but I’m not sure. If so then the more memory you have the more interrupts you can count…
@ Gralin, thank you for the reply. Well I will have to use this as an excuse to get a Hydra and use it to generate high frequency pulses and test if the Spider can keep-up.
Yes, that would be a first test project to begin with. Later I need to measure signals at a similar speed…And I also need to write signals back on a pin with high accurancy…