-
Hi,
I know there are other questions regarding this issue but I was not able to find a clear "fix" or answer to if this is really an issue I need to address. I am getting hammered with messages lik…
-
Hi :)
I am using defmt_rtt to log data in a rtic realtime application where there are quite tight timing requirements. The code runs on an stm32g474. I have noticed that sometimes the entire progra…
-
在看这块代码 有几个疑问,
1、c2gs_rtt_data这个消息没有看到使用啊,是应该在那里使用的,
2、这套结构会出现丢包的情况吗
3、怎么才能保证每一个客户端的一致性,比如有的客户端造假数据,或者有的客户端卡的情况下
-
When using the RTT example script I get local echo. `JLinkRTTClientExe` has an option to disable this.
`examples/rtt.py` vs `JLinkRTTClientExe -LocalEcho Off`:
![examples_rtt](https://user-image…
-
**Describe the bug**
I am trying to flash my Hello word program with RTT over a DAPlink on MIMXRT1064 board, but there seems to be an isssue with probe-rs.
**To Reproduce**
main.rs
```
#![no…
-
**Test Conditions**
Hardware
- STEVAL-MKBOXPRO (sensortile_box_pro dts)
- Micro-USB cable
Software
- Zephyr 3.7.0 and 4.0.0
- sensors-on-board sample
- Ubuntu 24.04 and Windows 11 OS
- dfu-u…
-
**Describe the bug**
In BBB
-
When it's safe to use, 0-RTT can significantly reduce the TTFB. Measuring savings can help inform the cost-effectiveness of implementing safeguards against replay attacks and adopting 0-RTT; this tool…
-
Ever consider replacing `quic.Listen()` with `quic.ListenEarly()` to make use of 0 RTT of quic?
I believe it will reduce 1 round trip time (around 200ms) when resuming a connection.
What do you …
-
I want to use the library to log and plot some data. When using the RTT viewer, I have to specify the exact address of the RTT control block (address is found in the .map file).
This is fine for m…