Bugs are found in CARM 240 Evaluation version: 1. the bit field in union is not correctly shown in "watch" window
struct SDllPDU { uint8 need_ack:1; uint8 media_type:3; uint8 reserved1:2; uint8 relay_table_included:1; uint8 sn:1; }; union UDllPDU { struct SDllPDU s; uint8 u8; };