Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow individual boards to define HAL_INS_RATE_LOOP and enable on F4 with one IMU #28984

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

andyp1per
Copy link
Collaborator

Tested on an F405, there is enough CPU to run the following:

 INS_GYRO_RATE = 1 (2kHz)
 SCHED_LOOP_RATE = 200
 FSTRATE_DIV = 2 (1kHz)
 SERVO_DSHOT_RATE = 1 (1kHz)

/* F405 tested successfully with:
INS_GYRO_RATE = 1 (2kHz)
SCHED_LOOP_RATE = 200
FSTRATE_DIV = 2 (1kHz)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
FSTRATE_DIV = 2 (1kHz)
FSTRATE_ENABLE = 1 (Enabled-Dynamic)
FSTRATE_DIV = 2 (1kHz)

I'm guessing here, could be one of the other options....

allow fast rate loop on F4 with one IMU
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants