Search Results

Search results 1-2 of 2.

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

  • Dear Til, Thank you for your quick answer. I am porting a library to see if it will work with your OS. This library has an OSAL layer where it creates a thread, one thread only at the moment. This I did in the following way: C Source Code (16 lines) For the events I will check the example of the EventObject.c, thank you for the pointer. Cheers, Gerard

  • Hello, I am trying a few things out with the trial version on a LPC4357. I have downloaded embOS_CortexM_GCC_emIDE_Trial_V416.zip The example for NXP LPC4357 is working fine, and I am extending it now to test some stuff of my own. I enlarged the stack for HPTask and used it as starting point for my own code. My own code will create a thread, this already gave some problems, I disabled LPTask and the thread would go oserror 0x80 but after re-enable LPTask again it worked. In LPTask and HPTask I c…