User Activity

hello~I am using the spc58ec disp chip and want to continuously send CAN messages of different cycles.Here is the code what i wrote:////void send_10ms(){    uint32_t rv;    CANTxFrame msg_10ms;    msh_10ms.ID = 0x11U;    msh_10ms.DLC = 8U;    msh_10m...
hello~ I am using the spc58ec disp chip and want to continuously send CAN messages of different cycles. Here is the code what i wrote: //// void send_10ms(){     uint32_t rv;     CANTxFrame msg_10ms;     msh_10ms.ID = 0x11U;     msh_10ms.DLC = 8U;   ...