• extra Time period added during debug
    1 . When I debug a code,& suppose at some place breakpoint is added, now again after this breakpoint ,an Ulink2 took adds extra around 20ms to start execute next inst.. Is it internal processing of Ulink2...
  • extra Time period added during debug
    1 . When I debug a code,& suppose at some place breakpoint is added, now again after this breakpoint ,an Ulink2 took adds extra around 20ms to start execute next inst.. Is it internal processing of Ulink2...
  • Zero GPU activity during "long" periods of time
    I'm seeing 0 GPU activity (every single counter I have in the G-76 template is at 0) during periods of up to 100ms. This capture was done with the lightweight interceptor (if that's relevant) on a Samsung...
  • Zero GPU activity during "long" periods of time
    I'm seeing 0 GPU activity (every single counter I have in the G-76 template is at 0) during periods of up to 100ms. This capture was done with the lightweight interceptor (if that's relevant) on a Samsung...
  • 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...