Skip to main content
Visitor II
June 3, 2024
Question

Multiple task run simultaneously || Multi-threading RTOS

  • June 3, 2024
  • 0 replies
  • 620 views

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 want to run ALL Function parallelly. So what you suggested to use RTOS or any other.

Suppose I used multi-threading using FreeRTOS vs Azure RTOS which is better?

 

    This topic has been closed for replies.