[Ovmsdev] Problem with sending CAN-message

Michael Balzer dexter at expeedo.de
Tue Jan 12 06:43:08 HKT 2016


Geir,

do you set the data length (TXB0DLC)?

Regards,
Michael



Am 11.01.2016 um 22:50 schrieb Geir Øyvind Vælidalo:
> Hi guys!
>
> I’m trying to send a can-messages. I copied the code from the
> Twizy-code, but it seems to fail for me.
> This is the code for sending: 
> while (TXB0CONbits.TXREQ) {}; <*—* This one is ok
> *TXB0CON = 0; TXB0SIDL = (ks_send_can.id & 0x07) << 5; *
> *TXB0SIDH = (ks_send_can.id >> 3); *
> *TXB0D0 = ks_send_can.byte[0]; *
> *TXB0D1 = ks_send_can.byte[1];*
> *...*
>    *TXB0CON = 0b00001000;*  //Mark the message for sending
> while (TXB0CONbits.TXREQ) {}; <*—* Here it hangs
>
> TXREQ seems like it never gets cleared :-\ I have CAN Write enabled,
> so that is not the problem.
>
> Any ideas? 
>
> Best regards,
> Geir
>
>
>  
>
>
>
> _______________________________________________
> OvmsDev mailing list
> OvmsDev at lists.teslaclub.hk
> http://lists.teslaclub.hk/mailman/listinfo/ovmsdev

-- 
Michael Balzer * Helkenberger Weg 9 * D-58256 Ennepetal
Fon 02333 / 833 5735 * Handy 0176 / 206 989 26

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openvehicles.com/pipermail/ovmsdev/attachments/20160111/491c5161/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: dexter.vcf
Type: text/x-vcard
Size: 206 bytes
Desc: not available
URL: <http://lists.openvehicles.com/pipermail/ovmsdev/attachments/20160111/491c5161/attachment-0002.vcf>


More information about the OvmsDev mailing list