From: Eric on
I see the following behavior on my xPC Target:

- Enable debug compiler flag (print a lot of printf statements to the xPC Target screen) results in the correct behavior
- Disable debug compiler flag (no printf statements printing) results in a CPU overload on xPC target (average TET 0.000003, sample time 0.01)

I'll expect that when you print a lot of printf statements to the screen an overload.

Any suggestions?