My MCU architecture is ARM968 and I found some hint about
how to configure the RTX_Config.c in
http://www.keil.com/support/man/docs/rlarm/rlarm_ar_advconfig_cfgmac.htm.
There is a tricky problem in my MCU that I can't configure the
OS_TREL(), because my MCU haven't STIR(Software Trigger
Interrupt Register). However, I found a macro
__OS_TMR_FORCE_IRQ in RTX_lib.c. It seems I don't need
configure the OS_TREL() if I define it.
Can anyone tell me everything be OK if I do define i
↧