-
Notifications
You must be signed in to change notification settings - Fork 30
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
Adding the hardware Mxc reset function for each input #170
Conversation
Is there a way to rerun this check? Such errors may just be temporary. I don't see errors in my branch. |
refreshed the commit to trigger the auto check. No errors this time. |
@hongran , I did a test with I understand that once it is enabled, the trigger onto |
What is your firmware version? |
evgMrmApp/Db/evgInput.db
Outdated
@@ -30,3 +30,22 @@ record(ai, "$(P)FPMask-RB") { | |||
field(DTYP, "Obj Prop uint32") | |||
field(INP , "@OBJ=$(OBJ), PROP=FPMASK") | |||
} | |||
|
|||
record(bo, "$(P)EnaMxcr-SP") { |
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.
@hongran , I think -SP
could be changed to -Sel
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.
@hongran , I think
-SP
could be changed to-Sel
Yes, I can make this change.
@jerzyjamroz I just changed the -SP to -Sel for that record. I force-pushed a commit so your push was overwritten. Could you make a new PR for that? |
@hongran , I cannot verify this as MTCA EVM does not support it yet. I will merge it anyway as I do not see any other issue, and I do not want to block you. I will recheck it once our hardware supports that. |
This feature allows people to use an external signal to reset the multplexed counters.
This feature is only functional with firmware version 207.11. The earlier FW had a bug.