|
Re: How to measure execution time? And code size?
Add a breakpoint at the top of process_data_from_master_uP and at the bottom. Then use the simulator and the stopwatch to calculate the time different between the 2 breakpoints.
For the memory thing, use the simulator and just look at the memory map of program and data memory.
|