void RTOSTRC1_OnTraceWrap(void) {
  /*! \todo configurable event names in trace config! */
  uint8_t buf[64];

  /* GDB: dump binary memory <file> <hexStartAddr> <hexEndAddr> */
  vGetGDBDumpCommand(buf, sizeof(buf), (uint8_t*)"c:\\tmp\\trc.dump");
}
void RTOSTRC_OnTraceWrap(void) {
  uint8_t buf[64];

  /* GDB: dump binary memory <file> <hexStartAddr> <hexEndAddr> */
  vGetGDBDumpCommand(buf, sizeof(buf), (uint8_t*)"c:\\tmp\\trc.dump");
}