xscope "missing data" Topic is solved
-
- XCore Addict
- Posts: 191
- Joined: Tue Jul 05, 2016 2:19 pm
xscope "missing data"
On debugging an interface using offline xscope, i found a 'signal' called MISSING DATA. What may cause this? Did i try to send too many signals that cannot be transfered to the host system in time?
View Solution
-
- XCore Addict
- Posts: 230
- Joined: Wed Mar 10, 2010 12:46 pm
Hi DemoniacMilk,
Yes, xscope is a lossy transport currently so that it does not impact the real-time behaviour of your device. When you produce too much data over xscope (either print messages or xscope_int()/xscope_bytes()/etc) then data is simply dropped and you get told that data went missing.
Regards,
Peter
Yes, xscope is a lossy transport currently so that it does not impact the real-time behaviour of your device. When you produce too much data over xscope (either print messages or xscope_int()/xscope_bytes()/etc) then data is simply dropped and you get told that data went missing.
Regards,
Peter