This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

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 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?

Parents
  • I am utilizing Keil uVision rendition 5.40. I stack the application in my objective board utilizing

    Keil ULINK2 Debugger. I can bounce to my startup code. When I get to the accompanying direction:

    bx __main()

    I can't single stride into Keil's __main(). When I have a go at venturing into it, code begins running.

    When I hit stop execution, I wind up in the accompanying filename (RT_Agent.c):

    void _sys_exit (int return_code) {

    /* Endless circle. */

    while (1);

    www.bestessaywritingservice.co/

Reply
  • I am utilizing Keil uVision rendition 5.40. I stack the application in my objective board utilizing

    Keil ULINK2 Debugger. I can bounce to my startup code. When I get to the accompanying direction:

    bx __main()

    I can't single stride into Keil's __main(). When I have a go at venturing into it, code begins running.

    When I hit stop execution, I wind up in the accompanying filename (RT_Agent.c):

    void _sys_exit (int return_code) {

    /* Endless circle. */

    while (1);

    www.bestessaywritingservice.co/

Children