• Both Development Studio and DS5 fail to load debug symbols off gcc-generated ELF
    Hi, This is is what I've discovered, and I am hoping it helps others: When we upped the C++ std support from 11 to 17 with the GCC option -std=gnu++17, both DS5 (all versions) and Development Studio...
  • Both Development Studio and DS5 fail to load debug symbols off gcc-generated ELF
    Hi, This is is what I've discovered, and I am hoping it helps others: When we upped the C++ std support from 11 to 17 with the GCC option -std=gnu++17, both DS5 (all versions) and Development Studio...
  • Problem when using HOLD(P6.5) as I/O
    I have a problem when using the hold line of my C167CR as normal I/O. I'm not very sure what is really going wrong. When I program my firmware into flash and I want set P6.5(HOLD) as a pushpull output...
  • Problem when using HOLD(P6.5) as I/O
    I have a problem when using the hold line of my C167CR as normal I/O. I'm not very sure what is really going wrong. When I program my firmware into flash and I want set P6.5(HOLD) as a pushpull output...
  • How to use TCP_TYPE_KEEP_ALIVE or how to hold TCP connection?
    I am writing simple program to control device through TCP port. Program was working but connection close automatically after time out. To hold the connection I try to use TCP_TYPE_KEEP_ALIVE flag, but...