We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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 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 it?
Thanks for your simulation! Could you tell me what architecture you used and it will be different phenomenon that use normal way, define OS_TFIRQ(), to run same program?