We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Suggest to create a generic "sds_control.c" module based on https://github.com/Arm-Examples/SDS-Examples/blob/main/Hardware/DataTest/rec_management.c
Modifications:
State Machine
introduce a state machine with states
https://github.com/Arm-Examples/SDS-Examples/blob/main/Hardware/DataTest/rec_management.c#L57
This https://github.com/Arm-Examples/SDS-Examples/blob/main/Hardware/DataTest/rec_management.c#L142 becomes SDSIO_OPEN.
This https://github.com/Arm-Examples/SDS-Examples/blob/main/Hardware/DataTest/rec_management.c#L144 becomes SDSIO_CLOSING.
State SDSIO_HALTED becomes active when state is SDSIO_CLOSING and test data are written https://github.com/Arm-Examples/SDS-Examples/blob/main/Hardware/DataTest/DataTest.c#L102
One state SDSIO_HALTED this is executed: https://github.com/Arm-Examples/SDS-Examples/blob/main/Hardware/DataTest/rec_management.c#L146
Allow to measure Jitters Use a separate timestamp value here https://github.com/Arm-Examples/SDS-Examples/blob/main/Hardware/DataTest/DataTest.c#L102
The text was updated successfully, but these errors were encountered:
furbanc
No branches or pull requests
Suggest to create a generic "sds_control.c" module based on https://github.com/Arm-Examples/SDS-Examples/blob/main/Hardware/DataTest/rec_management.c
Modifications:
State Machine
introduce a state machine with states
https://github.com/Arm-Examples/SDS-Examples/blob/main/Hardware/DataTest/rec_management.c#L57
This https://github.com/Arm-Examples/SDS-Examples/blob/main/Hardware/DataTest/rec_management.c#L142 becomes SDSIO_OPEN.
This https://github.com/Arm-Examples/SDS-Examples/blob/main/Hardware/DataTest/rec_management.c#L144 becomes SDSIO_CLOSING.
State SDSIO_HALTED becomes active when state is SDSIO_CLOSING and test data are written https://github.com/Arm-Examples/SDS-Examples/blob/main/Hardware/DataTest/DataTest.c#L102
One state SDSIO_HALTED this is executed: https://github.com/Arm-Examples/SDS-Examples/blob/main/Hardware/DataTest/rec_management.c#L146
Allow to measure Jitters
Use a separate timestamp value here
https://github.com/Arm-Examples/SDS-Examples/blob/main/Hardware/DataTest/DataTest.c#L102
The text was updated successfully, but these errors were encountered: