Search Results
Search results 1-3 of 3.
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
Hi Lucas, Thank you! That was easy and I got an improvement in roundtrip time as it is RAM buffered For anyone else, for SES V6.32a the setting can be found here: Project options\Debug\Debugger\RTT enable = yes
-
I just updated Segger Embedded Studio from version 5.66 to 6.32a. The file cross_studio_io.h is no longer included with the IDE. It contains features I use professionally every day, like debug_printf. Has there been a mistake or is there an alternative?
-
SES matches brackets in C strings(char*)/chars.. Does anyone have a solution or fix to this problem? I'm currently handling JSON and it has become quite annoying. Example: { if (1) { char test = '}'; } } SES will then match the bracket in '}' with the one there is right before char test. Same goes for "strings" example: { char* test = "}"; }