RTOS should use i/o sample clock(counter of sample cycle) instead of the realtime clock(32.768khz)

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

RTOS should use i/o sample clock(counter of sample cycle) instead of the realtime clock(32.768khz)

799 次查看
zzasia
Contributor II

MCU (mpc8247)   can  avoid  the  realtime clock interupt  when  mcu  is  busy.  so   MCU peak  of calculation   is   isochronous   with  I/O device  sample  and transmit cycle.     use  a  programmable-counter  of    sample  and transmit cycle  . In C language ,  the function delay  of  time (ms)(for example  timer, delay,sleep) can  be  realized  with  no- MCU- interupted  mode,because when the timer  is arrived ,the programm  can guarantee  the cpu is free,   . reduce  the operation of (push  pull  with stack&heap)...so  system   will be  faster

标记 (1)
0 项奖励
回复
1 回复

724 次查看
alexander_yakov
NXP Employee
NXP Employee

1. Which MCU in question?

2. I do not see any question in the above text. What is the exact question regarding this above statement?

0 项奖励
回复