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.

  • Hi, I've noticed that when I use OS_Delayus() the actual delay I receive never goes below 1 [ms], this is something new I am experiencing (in the past the delay was much more accurate). I can't put my finger on what has changed that causes this so I want to ask what can effect this delay function in such a way? NOTE: I am currently not running any tasks. 1. Which embOS do you use? I use embOS trial for Cortex-M and IAR compiler version 4.40 with IAR workbench 8.20.1 (embOS_CortexM_IAR_V8_Trial_V…

  • Yes, this answers my question, thanks

  • Hi, I am experiencing wrong delay times when using OS_Delay. I ask for 1[ms] delay ( OS_Delay(1); ) but the actual delay I receive varies anywhere between 830-950 [us]. Is this normal behavior for embOS or am I missing something? 1. Which embOS do you use? I use embOS trial for Cortex-M and IAR compiler version 4.40 with IAR workbench 8.20.1 (embOS_CortexM_IAR_V8_Trial_V440). 2. Which CPU and eval board do you use? I use Silicon Labs EFR32FG13P231F512GM48 cpu. 3. Which start project do you use? …