Other Parts Discussed in Thread: SYSBIOS
Tool/software: Code Composer Studio
I have a Beaglebone Black (BBB), connected via XDS200 USB. I write a simple application that I can time using GPIO and an oscilloscope. Basically, in pseudo-code:
while (1) {
SetGPIO();
ClearGPIO();
someFunction();
}
I run the identical program on the BBB, once with XDS200 connected, and again without XDS200 (i.e. load program via u-boot). When the program is loaded and started via the XDS200, it runs 192 times slower than when loaded and started via u-boot. I've made sure there are no breakpoints or watchpoints set. What could I be missing?
Thank you!
- Chuan Neng Lee
Precise Automation, LLC