Search Results

Search results 1-5 of 5.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • Application: - embOS v 3.60a1 - IAR EW 5.11.0.50622 - ARM 966E-S - Start_STR912.eww I get this message during debugg in Debug Log window and application behave very strange (e.g. OS_Error with big error numbers). I tryed to change size of CSTACK but this difference(CSTACK poniter >> CSTACK stack range in memory ) ist too big and it doesn't help. What I have to do ? Where is error made ?

  • embOS error no. 162

    Tucepi - - embOS related

    Post

    Hello Til, Thank you for the answer. I use embOS 3.60 (rev 0) and there is this function OS_HandleTick inside of embOS Timer interrupt rutine _OS_ISR_Tick(). At the beginning (in the start project) this error didn't appear. I also thought that somwhere outside the interrupt routine this function or it's extended version were called but this isn't the case. I don't use embOSview so OS_OnTx also isn't the reason. But if calling this function outside interrupt routine is only thing that can cause t…

  • I use microcontroller STR911FA(ARM966E-S) for my application. In this phase of developing emedded system I get during debugging embOS error no. 162 continually. What did I do wrong, where to start searching ? I know that this error is related with embOS timer interrupt(system) and function OS_HandleTick inside of it. But before entering, every interrupt routine embOS is inormed with OS_EnterInterrupt() command (in function OS_irq_handler). This applys for system(embOS timer) interrupt also. But …

  • I use embOS in STR911FA microcontroller with IAR 5.11 EW development tool. Project Start_STR912 (existing template) that I've got with embOS 3.52 is prepared for downloading to development board. But before that project I have to download STR912_JumpTable project first. I have used to work with IAR projects(in IAR IDE EW) in which are two assembler files 91x_init.s and 91x_vect.s with all the settings that need to be done after microcontroller's reset and now I have some doubts expecially becaus…

  • I have made my own example-project for a microcontroller STR911FA with the embOS. I have used start project Start_STR912.eww (IAR 5.11) as a template. Now I wanted to change a position of this project and build it and run somewhere else. I see that start project is connected somehow with a files in folder GenOSSrc. These files are not included in Start_STR912 IAR Workspace and in the configuration window of this project also and I see no connection with the folder. How are they included in the p…