You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ST/B-U585I-IOT02A/README.md
+4-28Lines changed: 4 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -109,7 +109,7 @@ SDS recording stopped
109
109
SDS recording started
110
110
```
111
111
112
-
Each run records two files: `DataInput.<n>.sds` and `DataOutput.<0>.sds` in the folder where SDSIO-Server was started. `<n>` is a sequential number.
112
+
Each run records two files: `DataInput.<n>.sds` and `DataOutput.<n>.sds` in the folder where SDSIO-Server was started. `<n>` is a sequential number.
113
113
114
114
**Check SDS Files**
115
115
@@ -139,8 +139,9 @@ For executing the **playback** test, follow the steps below:
139
139
6. Press a User button on the ST B-U585I-IOT02A board to start playback of `DataInput` and recording of `DataOutput`.
140
140
7. Wait for playback to finish, it will finish automatically when all data from `DataInput.0.sds` SDS file was played back.
141
141
142
-
The stream `DataInput.<n>.sds` is read back and the algorithm processes this data. The stream `DataOutput.<m>.sds` is written whereby `<m>` is the next available file index.
143
-
The files `DataOutput.<n>.sds` and `DataOutput.<m>.sds` should be identical. In this example the file pairs are `DataOutput.0.sds`/`DataOutput.2.sds`, and `DataOutput.1.sds`/`DataOutput.3.sds`.
142
+
The stream `DataInput.<n>.sds` is read back and the algorithm processes this data. The stream `DataOutput.<m>.sds` is written whereby `<m>` is the next available file index.
143
+
144
+
To verify that the SDS component usage on hardware is reliable the two algorithm output data generated during recording and playback: the files `DataOutput.<n>.sds` and `DataOutput.<m>.sds` should be identical, e.g. `DataOutput.0.sds` and `DataOutput.1.sds` should be binary identical.
0 commit comments