Search found 1 match
- Tue Jul 29, 2025 7:48 pm
- Forum: General Discussion
- Topic: New data logging/tracing solution available
- Replies: 0
- Views: 176
New data logging/tracing solution available
I'd like to introduce RTEdbg , a lightweight, open-source data logging toolkit designed for real-time and IoT embedded systems. It allows for minimally intrusive instrumentation of C/C++ code by logging timestamped raw binary data to a RAM buffer with minimal overhead. The logged data is decoded on ...