Thomas Höhenleitner

Results 196 comments of Thomas Höhenleitner

Just to quick answer: 1. Question: The F030 examples are for the STM32F030 MCUs. You need to adapt the Makefile for your processor. 2. Question: Ubuntu means, your target is...

Adding just the code from the `trice/src` folder to your project is the right thing to do. The examples are specific. There should be no limitation to use _any_ compiler...

Q1: It is in general possible to enlarge the ID room, but this would need a fair amount of programming effort and reduce the speed and cause enlargement of the...

Update to your question 2: Maybe the pull request #533 is interesting for you. This is work in progress.

The Trice tool on receiving, evaluates the very first 2 bytes in an arriving buffer as little endian and checks the 2 most significant bits of the high byte (the...

This looks like the Trice tool receives inconsistent data. Maybe some mixture of normal printf output and trice binary data. Recommendation: * Use the `v -s -debug` switches as well...

Check for `alias` functionality in the master branch user manual chapter [Legacy Project Code Integration](https://github.com/rokath/trice/blob/master/docs%2FTriceUserManual.md#legacy-project-code-integration). Including unchanged legacy sources is now possible.

https://github.com/rokath/trice/blob/master/docs/TriceUserManual.md#trice-trouble-shooting-hints is now improved.

Would you please elaborate the use case more in detail? Currently I do not understand the question. When writing `Trice( "err:An error\n" );` you can do `trice insert -IDRange err:10,99...

I am still not getting the point. What would be the real advantage compared to the current state? Please describe it more verbose. For example your 3 Trice messages are...