-
Notifications
You must be signed in to change notification settings - Fork 0
Refactor IXXAT PR #1
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
base: ixxat_unified_class2
Are you sure you want to change the base?
Refactor IXXAT PR #1
Conversation
@MattWoodhead Regarding the |
Sorry @zariiii9003, thanks for pinging me. I got the email notifications, but the links kept sending me to the PR in the main repo so I wasn't sure where your comments were! I will take a look at this after work today. |
Apologies @zariiii9003, there were some careless copy paste errors in this. Just to keep you updated, I am getting some test failures:
I have added the following line to both my branch and your PR (on my machine locally), as part of investigating the failures, and have found that something is causing the VCI canControlInitialize function call to fail in this branch.
I will investigate more tomorrow. |
Why are the |
7ab5f58
to
3060d33
Compare
@MattWoodhead i rebased onto your branch. |
Could you try again? |
It is the same or similar values (depending upon chosen bitrate) in any of the tests that use one of the predefined bit timing settings from the constants file - these were added in PR hardbyte#1119 (although I did add in some more predefined bitrates). Based on dwMode being 0, I think the timing get set by the ratio of the quanta value to the sum of the two time segmant quanta - see page 136 (138 in a pdf reader) of the API docs |
Hi @zariiii9003. ixxat_unified_class2_pytest_result.txt ixxat_unified_class2_refactor_pytest_result.txt Do you think that the change in the VCI function call order from |
I think VCI_E_ACCESSDENIED was just silenced. See here: hardbyte#488 Can you show bOpMode and bExMode on your branch? I really don't understand, why my branch does not work 😩 |
I don't really understand why either :( |
@MattWoodhead did you find anything? |
I thought it might be easier to just create a PR against your PR instead of writing a long review. Could you take a look and test on your hardware?