Hello everyone,
Software :
bios_6_33_05_46
uia_1_01_00_04
xdctools_3_23_03_53
ccs 5.3
hardware :
C6678 with EVM
Questions :
is it true that the overflowLogger doesn't work with JTAGRUNMODE ? (from the list of known issues) If yes, why?
is it true that LoggerBuf is completely incompatible with recent UIA ? (from forum posts)
Why does the so-called "LoggerCircBuf" doesn't work as a Circular Buffer ? It doesn't wrap !
a simple exemple is to take an application that works with System analyser (using LoggerCircBuf) and put it in a loop.
After a few dozens of execution (depending on the size of the LoggerCircBuf) events will be dropped because the LoggerCircBuf is acting like it is FIXED not CIRCULAR. Older events are NOT overwritten.
What I want to do :
Use a logger A that records the N first events linked to a overflow logger B that behaves as a circular buffer of size M.
It has to work on C6678 with multicore event synchronisation (logsync).
Thank you,
CM



