Trice v0.54.1 -> v0.55.1 : TriceDepthMax idle value #352
-
Hi Thomas, On my application I recently updated the trice version from v0.54.1 to 0.55.1 and I noticed that idle trace depth ( (only trace RTOS thread running) increased from 84 to 2680 bytes. Test scenario:
Host output: v0.54.1 v0.55.1 Could it be from my configuration(attached) ? Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
The |
Beta Was this translation helpful? Give feedback.
The
TriceDepthMax
measures the max used trice buffer depth. Could it be, you have a lot of trice messages at system start before starting to transmit them? Maybe you disable all not needed trice messages to just the triceDepthMax message, trying to track the error? Hopefully I find time in the next days to have a closer look. YourtriceConfig.h
looks good. The only question I have istriceTxDataRegisterEmpty()
. This function is usually needed to transmit the next byte.