• Question about configure RL-RTX.
    My MCU architecture is ARM968 and I found some hint about how to configure the RTX_Config.c in www.keil.com/.../rlarm_ar_advconfig_cfgmac.htm. There is a tricky problem in my MCU that I can't configure...
  • Question about configure RL-RTX.
    My MCU architecture is ARM968 and I found some hint about how to configure the RTX_Config.c in www.keil.com/.../rlarm_ar_advconfig_cfgmac.htm. There is a tricky problem in my MCU that I can't configure...
  • Question about Timer & UART?
    Program: void main(void) { unsigned char t_f = 0; TMOD = 0X21; TH0 = 0XB8; //0XB800 ---> 20ms TL0 = 0X00; // TH1 = 0XFD; //0XFD ---> 9600,T1, // TL1 = TH1; RCAP2L = 0Xdc; //dc-- 11.0592...
  • Question about Timer & UART?
    Program: void main(void) { unsigned char t_f = 0; TMOD = 0X21; TH0 = 0XB8; //0XB800 ---> 20ms TL0 = 0X00; // TH1 = 0XFD; //0XFD ---> 9600,T1, // TL1 = TH1; RCAP2L = 0Xdc; //dc-- 11.0592...
  • some questions about timers in LPC1768
    Hi, I have little problems with timers in LPC1768. I need to start timer2 because I use timer0 and timer1. When I want to configure and start timer2 all program doesn't start and I see nothing reaction...