Search Results

Search results 1-4 of 4.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • I am responding due to a month passing, hoping this can be forwarded to the dev team for consideration. Why is this important? I want to enable (in a 3rd party arduino board support package), compile-time switching of debug output to use RTT. Unfortunately, although I could code the solution, the maintainers are very uncomfortable with adding to or changing any RTT implementation files. There are two functions that are necessary to allow a seamless integration, and these functions would also see…

  • Hi! The current RTT APIs provide a SEGGER_RTT_TerminalOut() function. That function requires a null-terminated string. The current debug logging APIs have a function of the following form: size_t write(const char * buffer, size_t size); Would it be possible to add a SEGGER_RTT_TerminalOutBuffer() function? Here's a draft diff based on RTT version 6.60d:\ github.com/henrygab/Adafruit_n…2d7c0b79b9773b165f8f8ea01 In combination with the implementation of SEGGER_RTT_Peek() (requested earlier), these…

  • Hi! I'm using RTT on an Arduino platform, replacing a default Serial output to instead use RTT on user request. One of the capabilities required by the existing Arduino Stream class (which Serial must support) is a Peek function to obtain the next character of down data, if one is available. Would it be possible to add a SEGGER_RTT_Peek() [always for terminal] or SEGGER_RTT_Peek(bufferIndex) function? Here's a draft diff based on RTT version 6.60d ($Rev: 16714 $): github.com/henrygab/Adafruit_n……

  • Simple question. I've a number of devices that are now using the Telink TLSR8266 chipset, due to low cost BLE mesh support. This appears to use a proprietary singe-wire connection for programming (details are hard to come by). I've found an SDK to generate updated binaries. Q: Does the J-Link support programming, debugging, and/or dumping of these Telink chips (presumably via this single-wire programming mode)? (FYI: best online documentation I could find: wiki.telink-semi.cn/dokuwiki/doku.php?i…