• My MCU jumps to os_idle_demon after some seconds Network STM32f

    Parisa Mohamadi
    Parisa Mohamadi

    Hello,

    Here is my program:

    int32_t socket;
    uint8_t *sendbuf;
     
     
    void Time3(void){
    TIM_TimeBaseInitTypeDef TimeStruct; 
    NVIC_InitTypeDef nvicStructure;
    	
    NVIC_PriorityGroupConfig(NVIC_PriorityGroup_3);
    nvicStructure.NVIC_IRQChannel = TIM3_IRQn;…

    • 2 months ago
    • Software Tools
    • Keil forum
  • When RTX was last updated

    Yevpator
    Yevpator

    Hello,

    I would like to get an impression how "mature" RTX is. For that I would like to know when RTX was last updated? For example, Micrium uC-OS-II hasn't been changed for the recent 9-10 years, which means for me the SW is reliable (taking also in account…

    • over 1 year ago
    • Software Tools
    • Keil forum
  • Regarding RL-ARM Library

    TEMC
    TEMC

    We are using MDK-PLUS ver5.22 KEIL MDK-ARM tool chain for our firmware development. We have seen RL-ARM library includes different software components like RL-RTX, RL-FLASHFS, and RL-TCPnet etc.. We are implementing Flash file system in our embedded application…

    • over 3 years ago
    • Software Tools
    • Keil forum
  • Keil CMSIS RTX bootloader

    max2017
    max2017

    I am stuck at booting keil RTX with a boot-loader jumping. When the RTX application is loading but it goes into hard fault from  svc2_3 message get keil rtx.    I didn't write explicitly define SVC handler, Since  it's defined inside RTX. All the remaining…

    • over 3 years ago
    • Software Tools
    • Keil forum
  • BSD recv() with RTX

    darwin ubanan
    darwin ubanan

    I am trying to understand the recv(),  it is stated that:

    " In blocking mode, which is enabled if the system detects RTX environment, this functions waits for received data.

    The argument buf is a pointer to the application data buffer for storing…

    • Answered
    • over 3 years ago
    • Software Tools
    • Keil forum
  • View related content from anywhere
  • More
  • Cancel