This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux/CC1310: 請問CC1310 15.4 Linux SDK (2.02.00 ) 有辦法支援超過MT message 2048 byte嗎

Part Number: CC1310

Tool/software: Linux

問題一:

我有去增加 flag MT_MSG_TYPE_areq_frag_data 可以增加到256 byte 資料

/* process the message */_

    if(pMsg->m_type == MT_MSG_TYPE_areq ||pMsg->m_type == MT_MSG_TYPE_areq_frag_data )

    {

        process_areq(pMsg);

    }

 請問要如何修改才能支援到2048Byte 資料.

問題二.

關於CC1310 uart check sum error.

我有修改SDK如下

1. vim components/api/src/api_mac.c

 

/* process the message */

    if(pMsg->m_type == MT_MSG_TYPE_areq)

    {

        process_areq(pMsg);

    }

 

/* process the message */

    if(pMsg->m_type == MT_MSG_TYPE_areq ||pMsg->m_type == MT_MSG_TYPE_areq_frag_data )

    {

        process_areq(pMsg);

    }

 

 

2. vim collector.cfg

 

; Reporting Interval - in milliseconds to be set on connected devices using

        ; configuration request messages

        ;config-reporting-interval = 90000

        config-reporting-interval = 100 

 

        ; Polling interval in milliseconds to be set on connected devices using

        ; configuration request messages. Must be greater than or equal to default

        ; polling interval set on sensor devices

        ;config-polling-interval = 6000

        config-polling-interval = 100

 

3. 

 

vim config.h

/*! Polling interval in milliseconds */

//#define CONFIG_POLLING_INTERVAL      1000

#define CONFIG_POLLING_INTERVAL      100

/*! PAN Advertisement Solicit trickle timer duration in milliseconds */

#define CONFIG_PAN_ADVERT_SOLICIT_CLK_DURATION    6000

/*! PAN Config Solicit trickle timer duration in milliseconds */

#define CONFIG_PAN_CONFIG_SOLICIT_CLK_DURATION    6000

/*! Default Reporting Interval - in milliseconds */

//#define CONFIG_REPORTING_INTERVAL  1000

#define CONFIG_REPORTING_INTERVAL  100

 

vim sensor.c

/* Reporting Interval Min and Max (in milliseconds) */

//#define MIN_REPORTING_INTERVAL 1000

#define MIN_REPORTING_INTERVAL 100

#define MAX_REPORTING_INTERVAL 360000

 

/* Polling Interval Min and Max (in milliseconds) */

//#define MIN_POLLING_INTERVAL 1000

#define MIN_POLLING_INTERVAL 100 

#define MAX_POLLING_INTERVAL 10000

 

4. vim smsg.h

/*! Length of the tempSensor portion of the sensor data message */

//#define SMSGS_SENSOR_TEMP_LEN 4

#define SMSGS_SENSOR_TEMP_LEN 200

 

紅色部分是客戶修改的地方,主要是要讓傳輸變快和資料變大.

100ms 傳一次200byte資料

但是會出現這個錯誤

root@beaglebone:~/ti154stack_linux_x64_2_03_00_06/prebuilt/prebuilt#

/collector_log.txtti154stack_linux_x64_2_03_00_06/prebuilt/prebuilt# tail -f bin

5393.412: 00000000: fe d6 42 85 02         -                        |..B..           |

5393.484: ERROR: uart: chksum error

5393.484: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0xd6 0x42 0x85 0x02]

5393.484: 00000000: fe d6 42 85 02         -                        |..B..           |

5393.600: ERROR: uart: chksum error

5393.600: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0x03 0xc2 0x85 0x20]

5393.600: 00000000: fe 03 c2 85 20         -                        |....            |

5393.679: ERROR: uart: chksum error

5393.679: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0x03 0xc2 0x85 0x20]

5393.680: 00000000: fe 03 c2 85 20         -                        |....            |

5393.735: ERROR: uart: chksum error

5393.735: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0x0c 0x42 0x91 0x02]

5393.735: 00000000: fe 0c 42 91 02         -                        |..B..           |

5393.795: ERROR: uart: chksum error

5393.795: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0x03 0xc2 0x85 0x20]

5393.796: 00000000: fe 03 c2 85 20         -                        |....            |

5393.855: ERROR: uart: chksum error

5393.856: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0x0c 0x42 0x91 0x02]

5393.856: 00000000: fe 0c 42 91 02         -                        |..B..           |

5393.936: ERROR: uart: chksum error

5393.936: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0x0c 0x42 0x91 0x02]

5393.937: 00000000: fe 0c 42 91 02         -                        |..B..           |

5393.998: ERROR: uart: chksum error

5393.999: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0x03 0xc2 0x85 0x20]

5393.999: 00000000: fe 03 c2 85 20         -                        |....            |

5394.056: ERROR: uart: chksum error

5394.057: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0x03 0xc2 0x85 0x20]

5394.057: 00000000: fe 03 c2 85 20         -                        |....            |

5394.115: ERROR: uart: chksum error

5394.115: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0x03 0xc2 0x85 0x20]

5394.115: 00000000: fe 03 c2 85 20         -                        |....            |

5394.194: ERROR: uart: chksum error

5394.194: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0x03 0xc2 0x85 0x20]

5394.194: 00000000: fe 03 c2 85 20         -                        |....            |

5394.258: ERROR: uart: chksum error

5394.259: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0x03 0xc2 0x85 0x20]

5394.259: 00000000: fe 03 c2 85 20         -                        |....            |

5394.348: ERROR: uart: chksum error

5394.348: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0xd6 0x42 0x85 0x02]

5394.348: 00000000: fe d6 42 85 02         -                        |..B..           |

5394.405: ERROR: uart: chksum error

5394.406: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0x03 0xc2 0x85 0x20]

5394.406: 00000000: fe 03 c2 85 20         -                        |....            |

5394.471: ERROR: uart: chksum error

5394.471: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0x03 0xc2 0x85 0x20]

5394.471: 00000000: fe 03 c2 85 20         -                        |....            |

5394.535: ERROR: uart: chksum error

5394.535: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0x03 0xc2 0x85 0x20]

5394.536: 00000000: fe 03 c2 85 20         -                        |....            |

5394.632: ERROR: uart: chksum error

5394.632: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0x03 0xc2 0x85 0x20]

5394.632: 00000000: fe 03 c2 85 20         -                        |....            |

5394.727: ERROR: uart: chksum error

5394.728: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0x03 0xc2 0x85 0x20]

5394.728: 00000000: fe 03 c2 85 20         -                        |....            |

5394.816: ERROR: uart: chksum error

5394.816: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0xd6 0x42 0x85 0x02]

5394.817: 00000000: fe d6 42 85 02         -                        |..B..           |

5394.887: ERROR: uart: chksum error

5394.887: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0xd6 0x42 0x85 0x02]

5394.888: 00000000: fe d6 42 85 02         -                        |..B..           |

5394.956: ERROR: uart: chksum error

5394.957: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0x03 0xc2 0x85 0x20]

5394.957: 00000000: fe 03 c2 85 20         -                        |....            |

5395.027: ERROR: uart: chksum error

5395.028: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0x03 0xc2 0x85 0x20]

5395.028: 00000000: fe 03 c2 85 20         -                        |....            |

5395.087: ERROR: uart: chksum error

5395.087: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0x03 0xc2 0x85 0x20]

5395.088: 00000000: fe 03 c2 85 20         -                        |....            |

5395.174: ERROR: uart: chksum error

5395.174: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0xd6 0x42 0x85 0x02]

5395.174: 00000000: fe d6 42 85 02         -                        |..B..           |

5395.248: ERROR: uart: chksum error

5395.249: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0x0c 0x42 0x91 0x02]

5395.249: 00000000: fe 0c 42 91 02         -                        |..B..           |

5395.354: ERROR: uart: chksum error

5395.354: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0x03 0xc2 0x85 0x20]

5395.354: 00000000: fe 03 c2 85 20         -                        |....            |

5395.437: ERROR: uart: chksum error

5395.437: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0x03 0xc2 0x85 0x20]

5395.438: 00000000: fe 03 c2 85 20         -                        |....            |

5395.536: ERROR: uart: chksum error

5395.537: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0x03 0xc2 0x85 0x20]

5395.537: 00000000: fe 03 c2 85 20         -                        |....            |

5395.607: ERROR: uart: chksum error

5395.608: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0x03 0xc2 0x85 0x20]

5395.608: 00000000: fe 03 c2 85 20         -                        |....            |

5395.685: ERROR: uart: chksum error

5395.685: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0x03 0xc2 0x85 0x20]

5395.685: 00000000: fe 03 c2 85 20         -                        |....            |

5395.785: ERROR: uart: chksum error

5395.786: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0x03 0xc2 0x85 0x20]

5395.786: 00000000: fe 03 c2 85 20         -                        |....            |

5395.858: ERROR: uart: chksum error

5395.858: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0x0c 0x42 0x91 0x02]

5395.859: 00000000: fe 0c 42 91 02         -                        |..B..           |

5395.952: ERROR: uart: chksum error

5395.952: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0xd6 0x42 0x85 0x02]

5395.953: 00000000: fe d6 42 85 02         -                        |..B..           |

5396.036: ERROR: uart: chksum error

5396.037: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0xd6 0x42 0x85 0x02]

5396.037: 00000000: fe d6 42 85 02         -                        |..B..           |

5396.096: ERROR: uart: chksum error

5396.096: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0x0c 0x42 0x91 0x02]

5396.096: 00000000: fe 0c 42 91 02         -                        |..B..           |

5396.156: ERROR: uart: chksum error

5396.157: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0x03 0xc2 0x85 0x20]

5396.157: 00000000: fe 03 c2 85 20         -                        |....            |

5396.218: ERROR: uart: chksum error

5396.218: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0x0c 0x42 0x91 0x02]

5396.218: 00000000: fe 0c 42 91 02         -                        |..B..           |

5396.272: ERROR: uart: chksum error

5396.273: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0x0c 0x42 0x91 0x02]

5396.273: 00000000: fe 0c 42 91 02         -                        |..B..           |

5396.374: ERROR: uart: chksum error

5396.375: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0x03 0xc2 0x85 0x20]

5396.375: 00000000: fe 03 c2 85 20         -                        |....            |

5396.450: ERROR: uart: chksum error

5396.451: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0x03 0xc2 0x85 0x20]

5396.451: 00000000: fe 03 c2 85 20         -                        |....            |

5396.504: ERROR: uart: chksum error

5396.505: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0xd6 0x42 0x85 0x02]

5396.505: 00000000: fe d6 42 85 02         -                        |..B..           |

5396.591: ERROR: uart: chksum error

5396.592: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0x03 0xc2 0x85 0x20]

5396.592: 00000000: fe 03 c2 85 20         -                        |....            |

5396.672: ERROR: uart: chksum error

5396.673: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0x03 0xc2 0x85 0x20]

5396.673: 00000000: fe 03 c2 85 20         -                        |....            |

5396.734: ERROR: uart: chksum error

5396.734: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0xd6 0x42 0x85 0x02]

5396.735: 00000000: fe d6 42 85 02         -                        |..B..           |

5396.793: ERROR: uart: chksum error

5396.793: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0xd6 0x42 0x85 0x02]

5396.794: 00000000: fe d6 42 85 02         -                        |..B..           |

5396.879: ERROR: uart: chksum error

5396.880: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0x03 0xc2 0x85 0x20]

5396.880: 00000000: fe 03 c2 85 20         -                        |....            |

5396.944: ERROR: uart: chksum error

5396.944: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0x03 0xc2 0x85 0x20]

5396.944: 00000000: fe 03 c2 85 20         -                        |....            |

5397.095: ERROR: uart: chksum error

5397.096: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0xd6 0x42 0x85 0x02]

5397.096: 00000000: fe d6 42 85 02         -                        |..B..           |

5397.153: ERROR: uart: chksum error

5397.154: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0xd6 0x42 0x85 0x02]

5397.154: 00000000: fe d6 42 85 02         -                        |..B..           |

5397.221: ERROR: uart: chksum error

5397.221: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0x0c 0x42 0x91 0x02]

5397.221: 00000000: fe 0c 42 91 02         -                        |..B..           |

5397.279: ERROR: uart: chksum error

5397.280: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0x03 0xc2 0x85 0x20]

5397.280: 00000000: fe 03 c2 85 20         -                        |....            |

5397.350: ERROR: uart: chksum error

5397.350: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0x03 0xc2 0x85 0x20]

5397.351: 00000000: fe 03 c2 85 20         -                        |....            |

5397.434: ERROR: uart: chksum error

5397.435: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0x03 0xc2 0x85 0x20]

5397.435: 00000000: fe 03 c2 85 20         -                        |....            |

5397.498: ERROR: uart: chksum error

5397.498: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0xd6 0x42 0x85 0x02]

5397.498: 00000000: fe d6 42 85 02         -                        |..B..           |

5397.605: ERROR: uart: chksum error

5397.606: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0x03 0xc2 0x85 0x20]

5397.606: 00000000: fe 03 c2 85 20         -                        |....            |

5397.668: ERROR: uart: chksum error

5397.668: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0x0c 0x42 0x91 0x02]

5397.668: 00000000: fe 0c 42 91 02         -                        |..B..           |

5397.730: ERROR: uart: chksum error

5397.730: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0x0c 0x42 0x91 0x02]

5397.730: 00000000: fe 0c 42 91 02         -                        |..B..           |

5397.784: ERROR: uart: chksum error

5397.784: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0x03 0xc2 0x85 0x20]

5397.785: 00000000: fe 03 c2 85 20         -                        |....            |

5397.844: ERROR: uart: chksum error

5397.844: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0x03 0xc2 0x85 0x20]

5397.844: 00000000: fe 03 c2 85 20         -                        |....            |

5397.899: ERROR: uart: chksum error

5397.899: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0x0c 0x42 0x91 0x02]

5397.900: 00000000: fe 0c 42 91 02         -                        |..B..           |

5397.951: ERROR: uart: chksum error

5397.952: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0xd6 0x42 0x85 0x02]

5397.952: 00000000: fe d6 42 85 02         -                        |..B..           |

5398.004: ERROR: uart: chksum error

5398.004: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0x03 0xc2 0x85 0x20]

5398.004: 00000000: fe 03 c2 85 20         -                        |....            |

5398.072: ERROR: uart: chksum error

5398.072: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0x03 0xc2 0x85 0x20]

5398.072: 00000000: fe 03 c2 85 20         -                        |....            |

5398.140: ERROR: uart: chksum error

5398.140: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0x03 0xc2 0x85 0x20]

5398.140: 00000000: fe 03 c2 85 20         -                        |....            |

5398.224: ERROR: uart: chksum error

5398.224: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0xd6 0x42 0x85 0x02]

5398.225: 00000000: fe d6 42 85 02         -                        |..B..           |

5398.301: ERROR: uart: chksum error

5398.302: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0x03 0xc2 0x85 0x20]

5398.302: 00000000: fe 03 c2 85 20         -                        |....            |

5398.400: ERROR: uart: chksum error

5398.401: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0x03 0xc2 0x85 0x20]

5398.401: 00000000: fe 03 c2 85 20         -                        |....            |

5398.473: ERROR: uart: chksum error

5398.473: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0x0c 0x42 0x91 0x02]

5398.474: 00000000: fe 0c 42 91 02         -                        |..B..           |

5398.548: ERROR: uart: chksum error

5398.548: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0x03 0xc2 0x85 0x20]

5398.549: 00000000: fe 03 c2 85 20         -                        |....            |

5398.632: ERROR: uart: chksum error

5398.632: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0xd6 0x42 0x85 0x02]

5398.632: 00000000: fe d6 42 85 02         -                        |..B..           |

5398.696: ERROR: uart: chksum error

5398.697: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0x0c 0x42 0x91 0x02]

5398.697: 00000000: fe 0c 42 91 02         -                        |..B..           |

5398.772: ERROR: uart: chksum error

5398.772: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0x03 0xc2 0x85 0x20]

5398.772: 00000000: fe 03 c2 85 20         -                        |....            |

5398.907: ERROR: uart: chksum error

5398.908: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0xd6 0x42 0x85 0x02]

5398.908: 00000000: fe d6 42 85 02         -                        |..B..           |

5398.969: ERROR: uart: chksum error

5398.970: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0x0c 0x42 0x91 0x02]

5398.970: 00000000: fe 0c 42 91 02         -                        |..B..           |

5399.029: ERROR: uart: chksum error

5399.029: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0x03 0xc2 0x85 0x20]

5399.029: 00000000: fe 03 c2 85 20         -                        |....            |

5399.104: ERROR: uart: chksum error

5399.105: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0x03 0xc2 0x85 0x20]

5399.105: 00000000: fe 03 c2 85 20         -                        |....            |

5399.177: ERROR: uart: chksum error

5399.178: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0x03 0xc2 0x85 0x20]

5399.178: 00000000: fe 03 c2 85 20         -                        |....            |

5399.237: ERROR: uart: chksum error

5399.237: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0xd6 0x42 0x85 0x02]

5399.237: 00000000: fe d6 42 85 02         -                        |..B..           |

5399.300: ERROR: uart: chksum error

5399.300: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0x0c 0x42 0x91 0x02]

5399.301: 00000000: fe 0c 42 91 02         -                        |..B..           |

5399.381: ERROR: uart: chksum error

5399.381: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0xd6 0x42 0x85 0x02]

5399.381: 00000000: fe d6 42 85 02         -                        |..B..           |

5399.453: ERROR: uart: chksum error

5399.453: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0x03 0xc2 0x85 0x20]

5399.453: 00000000: fe 03 c2 85 20         -                        |....            |

5399.506: ERROR: uart: chksum error

5399.506: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0xd6 0x42 0x85 0x02]

5399.506: 00000000: fe d6 42 85 02         -                        |..B..           |

5399.595: ERROR: uart: chksum error

5399.596: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0xd6 0x42 0x85 0x02]

5399.596: 00000000: fe d6 42 85 02         -                        |..B..           |

5399.719: ERROR: uart: chksum error

5399.720: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0x03 0xc2 0x85 0x20]

5399.720: 00000000: fe 03 c2 85 20         -                        |....            |

5399.788: ERROR: uart: chksum error

5399.788: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0x03 0xc2 0x85 0x20]

5399.789: 00000000: fe 03 c2 85 20         -                        |....            |

5399.862: ERROR: uart: chksum error

5399.863: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0xd6 0x42 0x85 0x02]

5399.864: 00000000: fe d6 42 85 02         -                        |..B..           |

5399.920: ERROR: uart: chksum error

5399.921: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0x0c 0x42 0x91 0x02]

5399.921: 00000000: fe 0c 42 91 02         -                        |..B..           |

5399.999: ERROR: uart: chksum error

5400.000: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0x03 0xc2 0x85 0x20]

5400.000: 00000000: fe 03 c2 85 20         -                        |....            |

5400.093: ERROR: uart: chksum error

5400.094: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0xd6 0x42 0x85 0x02]

5400.094: 00000000: fe d6 42 85 02         -                        |..B..           |

5400.164: ERROR: uart: chksum error

5400.164: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0x03 0xc2 0x85 0x20]

5400.164: 00000000: fe 03 c2 85 20         -                        |....            |

5400.223: ERROR: uart: chksum error

5400.224: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0x0c 0x42 0x91 0x02]

5400.224: 00000000: fe 0c 42 91 02         -                        |..B..           |

5400.281: ERROR: uart: chksum error

5400.281: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0x03 0xc2 0x85 0x20]

5400.281: 00000000: fe 03 c2 85 20         -                        |....            |

5400.367: ERROR: uart: chksum error

5400.368: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0x03 0xc2 0x85 0x20]

5400.368: 00000000: fe 03 c2 85 20         -                        |....            |

5400.458: ERROR: uart: chksum error

5400.458: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0x03 0xc2 0x85 0x20]

5400.458: 00000000: fe 03 c2 85 20         -                        |....            |

5400.542: ERROR: uart: chksum error

5400.543: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0x03 0xc2 0x85 0x20]

5400.543: 00000000: fe 03 c2 85 20         -                        |....            |

5400.642: ERROR: uart: chksum error

5400.643: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0x03 0xc2 0x85 0x20]

5400.643: 00000000: fe 03 c2 85 20         -                        |....            |

5400.750: ERROR: uart: chksum error

5400.750: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0x03 0xc2 0x85 0x20]

5400.750: 00000000: fe 03 c2 85 20         -                        |....            |

5400.845: ERROR: uart: chksum error

5400.845: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0xfe 0xd6 0x42 0x85]

5400.845: 00000000: fe fe d6 42 85         -                        |...B.           |

5400.902: ERROR: uart: chksum error

5400.903: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0x03 0xc2 0x85 0x20]

5400.903: 00000000: fe 03 c2 85 20         -                        |....            |

5401.020: ERROR: uart: chksum error

5401.021: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0x03 0xc2 0x85 0x20]

5401.021: 00000000: fe 03 c2 85 20         -                        |....            |

5401.148: ERROR: uart: chksum error

5401.154: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0xd6 0x42 0x85 0x02]

5401.154: 00000000: fe d6 42 85 02         -                        |..B..           |

5401.241: ERROR: uart: chksum error

5401.241: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0xd6 0x42 0x85 0x02]

5401.242: 00000000: fe d6 42 85 02         -                        |..B..           |

5401.366: ERROR: uart: chksum error

5401.366: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0x03 0xc2 0x85 0x20]

5401.367: 00000000: fe 03 c2 85 20         -                        |....            |

5401.422: ERROR: uart: chksum error

5401.423: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0x0c 0x42 0x91 0x02]

5401.423: 00000000: fe 0c 42 91 02         -                        |..B..           |

5401.497: ERROR: uart: chksum error

5401.498: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0x03 0xc2 0x85 0x20]

5401.498: 00000000: fe 03 c2 85 20         -                        |....            |

5401.556: ERROR: uart: chksum error

5401.556: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0x03 0xc2 0x85 0x20]

5401.556: 00000000: fe 03 c2 85 20         -                        |....            |

5401.614: ERROR: uart: chksum error

5401.614: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0x03 0xc2 0x85 0x20]

5401.615: 00000000: fe 03 c2 85 20         -                        |....            |

5401.716: ERROR: uart: chksum error

5401.717: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0x03 0xc2 0x85 0x20]

5401.717: 00000000: fe 03 c2 85 20         -                        |....            |

5401.812: ERROR: uart: chksum error

5401.813: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0x03 0xc2 0x85 0x20]

5401.813: 00000000: fe 03 c2 85 20         -                        |....            |

5401.893: ERROR: uart: chksum error

5401.893: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0xd6 0x42 0x85 0x02]

5401.894: 00000000: fe d6 42 85 02         -                        |..B..           |

5401.949: ERROR: uart: chksum error

5401.950: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0x03 0xc2 0x85 0x20]

5401.950: 00000000: fe 03 c2 85 20         -                        |....            |

5402.094: ERROR: uart: chksum error

5402.095: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0xd6 0x42 0x85 0x02]

5402.095: 00000000: fe d6 42 85 02         -                        |..B..           |

5402.184: ERROR: uart: chksum error

5402.185: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0xd6 0x42 0x85 0x02]

5402.185: 00000000: fe d6 42 85 02         -                        |..B..           |

5402.283: ERROR: uart: chksum error

5402.284: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0xd6 0x42 0x85 0x02]

5402.284: 00000000: fe d6 42 85 02         -                        |..B..           |

5402.351: ERROR: uart: chksum error

5402.352: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0x0c 0x42 0x91 0x02]

5402.352: 00000000: fe 0c 42 91 02         -                        |..B..           |

5402.403: ERROR: uart: chksum error

5402.404: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0xd6 0x42 0x85 0x02]

5402.404: 00000000: fe d6 42 85 02         -                        |..B..           |

5402.463: ERROR: uart: chksum error

5402.463: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0x0c 0x42 0x91 0x02]

5402.463: 00000000: fe 0c 42 91 02         -                        |..B..           |

5402.560: ERROR: uart: chksum error

5402.560: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0xd6 0x42 0x85 0x02]

5402.560: 00000000: fe d6 42 85 02         -                        |..B..           |

5402.617: ERROR: uart: chksum error

5402.618: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0x0c 0x42 0x91 0x02]

5402.618: 00000000: fe 0c 42 91 02         -                        |..B..           |

5402.676: ERROR: uart: chksum error

5402.676: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0x03 0xc2 0x85 0x20]

5402.676: 00000000: fe 03 c2 85 20         -                        |....            |

5402.770: ERROR: uart: chksum error

5402.770: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0x03 0xc2 0x85 0x20]

5402.770: 00000000: fe 03 c2 85 20         -                        |....            |

5402.856: ERROR: uart: chksum error

5402.857: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0xd6 0x42 0x85 0x02]

5402.857: 00000000: fe d6 42 85 02         -                        |..B..           |

5402.917: ERROR: uart: chksum error

5402.917: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0x03 0xc2 0x85 0x20]

5402.917: 00000000: fe 03 c2 85 20         -                        |....            |

5403.021: ERROR: uart: chksum error

5403.021: ERROR: ERROR: incomming-msg msg(567a2) nbytes=5 len=0 [ 0xfe 0x03 0xc2 0x85 0x20]

5403.022: 00000000: fe 03 c2 85 20         -                        |.... 

請問要如何fix 這個bug.

If you have any question please let me know,

Thanks,

Best Regards,

Hacker Hsu,

0952067531,