-
Notifications
You must be signed in to change notification settings - Fork 31
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
AMC_BLDC: Update codegen + Fix initialization of htim2.Init.Period #253
AMC_BLDC: Update codegen + Fix initialization of htim2.Init.Period #253
Conversation
emBODY/eBcode/arch-arm/board/amcbldc/application06/src/motorhal/encoder.c
Show resolved
Hide resolved
Hi @sgiraz |
Hi @pattacini, the codegen has been updated to the last changes on I'll perform a quick test next Monday, then I think this PR can be safely merged. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
cc @pattacini |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A quick further comment.
emBODY/eBcode/arch-arm/board/amcbldc/application06/src/embot_app_application_theMBDagent.cpp
Show resolved
Hide resolved
I think we can safely merge the PR as it mostly pertains to changes done to the codegen. |
What changes in this PR:
SW Current Limiter
that aims to limit the current when it exceeds the Peak LimitIpeak
.MainConf.pwm.poles
instead of the hardcoded valueNotes:
The code has been tested successfully on the
ems-amc_bldc-wrist-setup
.cc @pattacini