2021-08-19 11:55 AM
Hello,
This is a follow-up to my earlier question, to make a 7.2Msps digital oscilloscope using the STM32F429 Discovery board.
In the last post, I was able to capture a buffer from the triple interleaved ADCs of the MCU and display the captured waveform using the STemWin library.
So as a new part of the project, I'm trying to use the dynamic graph widget of TouchGFX instead of the STemWin.
So far here's a summary of the application:
The earlier project that I had didn't use any OS and was more like a proof of concept.
But in this project, I'm planning to use FreeRTOS to improve user experience if possible.
Since I have little experience with FreeRTOS, my main question is whether it is possible to accomplish these tasks with the FreeRTOS since the TIM10 & EXTI Interrupts need to have the highest priorities possible. (0, 0)
And if the answer to that is positive, do I have to make a separate task for step 4 of my application?
Also, if you have any other suggestions about the whole process feel free to share them.