This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

RTX RTOS operation on lower MCU frequencies

Hello,

My application runs on RTX RTOS and MCU STM32F2 is used.

I have implemented one task which handles UART read/write (baudrate 115200). Other task reads data from GPS (UART 9200). Application runs on 48 MHz core clock without any problems. Systick is set to 10 ms.
But when I set MCU core 8MHz, the application stops working. What is the limitations for MCU clock working with RTX RTOS?

Thanks in advance.

Linas

Parents
  • Never mind "correctly" - you didn't define it at all!

    "Receive and transmission is faulty"

    There you go again - what, exactly, do you mean by "faulty"?!

    Being able to give a proper description of the problem is half way (at least) to solving it.

    What tests & debugging have you done to investigate what's happening?

Reply
  • Never mind "correctly" - you didn't define it at all!

    "Receive and transmission is faulty"

    There you go again - what, exactly, do you mean by "faulty"?!

    Being able to give a proper description of the problem is half way (at least) to solving it.

    What tests & debugging have you done to investigate what's happening?

Children