Other Parts Discussed in Thread: TM4C1294NCPDT
Hello. It would be very helpful to know if some test/bench-marking firmware source routines exist, that could be loaded on a dev-board like EK-TM4C129XL, and perform let's say a series of calculations and/or GPIO operations using a) Classes and Method instantiations b) C functions and calls, but both a & b are doing/imlement 100% exactly the same operations. I need to measure/benchmark which approach is faster and/or more efficient in terms of not only speed but also of memory usage. The C++/classes approach or the C functions approach would be better? Both will be running on the bare-bone silicon without any RTOS in the middle. Thank you very much, John