Search Results

Search results 1-3 of 3.

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

  • embOS with C++?

    Kaiser - - embOS related

    Post

    Has anyone made a mixed c/c++ application using embOS? Are there any quirks that I need to know about? C++ is a good fit for my application if it isn't too much of a headache to incorporate it with the RTOS and startup code. Are there any examples of this out there? Oh - I'm using the IAR tools, if that matters. Thanks!

  • Segger embOS version: 3.50 Here is the version info for IAR (They've got many pages of version info - this is just the first few that seem the most relevant): IAR CSpyBat 5.0.3.300.7006 (5.0.3.300) IAR Build Utility 5.0.3.300.7006 (5.0.3.300) IAR Embedded Workbench IDE 5.0.3.300.7006 (5.0.3.300) IAR Assembler for M32C 3.21A/W32 (3.21.1.4) IAR C/C++ Compiler for M32C 3.21A/W32 (3.21.1.4)

  • I'm trying to run the Segger demo application for the Renesas M32C (Start_M32C) with the IAR tools and I'm having some problems. Since our eval board isn't here yet, I'm using the PC simulator as a target (Cspy-Sim build). The basic problem is that the tasks never run again after calling the OS_Delay function (i.e. it successfully runs through main, calls each of the two tasks once, and falls into the idle loop - and then stays there forever). I looked at the OS_Time variable with the watch wind…