• Can a task period larger than tick time (rtx51tny)?
    The module just include at89s52,ps7219,ds12887a,leds.When use no os,have a delay sub as void Soft_Delay_ms(unsigned char x) { unsigned int i=0; i = x / Tma; while(x--) _nop_(); } ,and use...
  • Can a task period larger than tick time (rtx51tny)?
    The module just include at89s52,ps7219,ds12887a,leds.When use no os,have a delay sub as void Soft_Delay_ms(unsigned char x) { unsigned int i=0; i = x / Tma; while(x--) _nop_(); } ,and use...
  • CMSIS-RTOS time slice: Is any way to use ticks or microseconds
    Hi, I want to use STM32427 instead of STM32407, but uVision V4 doesn't supports that chip. So I upgrade uVision from V4 to V5, and plan to use CMSIS-RTOS RTX instead of RTX. But now I have some...
  • CMSIS-RTOS time slice: Is any way to use ticks or microseconds
    Hi, I want to use STM32427 instead of STM32407, but uVision V4 doesn't supports that chip. So I upgrade uVision from V4 to V5, and plan to use CMSIS-RTOS RTX instead of RTX. But now I have some...
  • Set Timer tick for system clock task
    Hello, I changed the values for PLL in the startup_RTX.s file from the "HTTP_Example with RTX". Following is the code I changed. The original values are the one with ";" in front. This part of coude...