Acquisition System on STM32F103 with fs 100kHz double channel
I need to implement a system with a real and fixed sampling frequency of at least 100kHz, using a STM32F103C8T6, for two analog signals. My main question is what is the most optimal way to implement this system considering that I also need to do processing of those signals ideally on the same board. I have just a superficial knowledge about the use of timer triggered interrupts but I don’t know how to implement it correctly for two channels and with this high sample rate.
I would appreciate in advance if you could provide me with courses, videos, forums or documentation that could help me to implement this project.