Fast Interrupt in STM8S003
Hi,
for my project I use external port interrupt. When it come, I have to do an ADC conversion. The interrupt come every 5 us....is it possible to have an ADC conversion after interrupt every 5us?
I'm using discovery kit with STM8S003K3 MCU for test
m
y software
. Can I use the stm8s library? Because from my last test I see that interrupt can not pass 15us....do you have some advice?
Thank you.
Paolo
#stm8-discovery #stm8 #adc #interrupt