Multiple task run simultaneously || Multi-threading RTOS
Hello STM team,I'm working with STM32h745 project. in that interface 7 external ADC using SPI and I want to continuously read ADC data and send using serial usb. So now my function executed one by one sequential manner but Some ADC data loss. So I wa...