Skip to content

Is there a lower bound on rate group driver clock? #2353

Answered by timcanham
noahrose18 asked this question in Q&A
Discussion options

You must be logged in to vote

There isn't any inherent limit. You would be limited by the ability of the processor to keep up, however. It takes cycles to dispatch messages, and the Svc/ActiveRateGroup is designed to drop messages if the message queue fills:

https://github.com/nasa/fprime/blob/devel/Svc/ActiveRateGroup/ActiveRateGroup.fpp#L12

In your case, I'm guessing the processor is probably not fast enough to keep up with 250Hz.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by noahrose18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants