Embedded Systems
int_late.txt
Associated article: DOS for Embedded Systems: Interrupt Latencies
Tags: Embedded Systems
Published source code accompanying the article by Shai Vaingast and Ehud Cohen in which they examine how DOS has turned into a serious alternative for embedded applications. They focus on the problem of interrupt latencies.
DOS For Embedded Systems: Interrupt Latencies by Shai Vaingast and Ehud Cohen Listing One function y=unwrap(x) % function y=unwrap(x) % returns vector y unfolded around 65536 d=diff(x(:)); I=find(d<0); d(I)=d(I)+65536; y=cumsum([...


