Jump to content

micro-second counter?


Phatline
 Share

Recommended Posts

i need a count from 0-1ms (to modulate the triggerlength for a TR606 - in order to get some velocity-like reaction from the machine)

count is not the problem, more the execution of the function

also to make a RTOS-Task for it - i know very well and use it a lot.... but since now i dont needet anything under 1ms Rate...

 

when change from (taken from tutorial 006_rtos_tasks)

vTaskDelayUntil(&xLastExecutionTime, 1 / portTICK_RATE_MS);

to

vTaskDelayUntil(&xLastExecutionTime, 1 / 10);

has it effect or is it "fixed with min 1ms" ?

are there MIOS functions i can use instead which have a better call-rate?

 

thx 4 info

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...