-
- uint8_t data[TRACE_BUFF_SIZE] = {0x00};
-
- GetFromBigBuf(data,TRACE_BUFF_SIZE,3560); //3560 -- should be offset..
- WaitForResponseTimeout(CMD_ACK,NULL, 1500);
-
- for (int j = 0; j < TRACE_BUFF_SIZE; j++) {
- GraphBuffer[j] = ((int)data[j]) ;
- }
- GraphTraceLen = TRACE_BUFF_SIZE;
- RepaintGraphWindow();