Question:
While using cycle count program in CCES, it does not print number of cycles. Why?
Answer:
When running cycle count program, ensure that "DO_CYCLE_COUNTS" macro is specified in the Project Options. This can either be added as "DO_CYCLE_COUNTS" to the 'Preprocessor Definitions' under "Project Options: Compile: Preprocessor", or as "-DDO_CYCLE_COUNTS" to the 'Additional Options' under "Project Options: Compile".