Search found 5 matches

by greenbanner
Mon Jun 24, 2013 2:38 pm
Forum: Flowcode V5 Issues
Topic: CAN Extended ID
Replies: 5
Views: 7570

Re: CAN Extended ID

OK, I have managed to get extended CAN ID and sending correct data bytes but now but things just don't seemed to compute addressing wise. I have deduced that in SetTxExtIDAsFull(buffer,id3,id2,id1,id0) that id0 is the SIDL byte with bit3 being the IDE bit (set to 1 for extended addressing) If all th...
by greenbanner
Mon Jun 24, 2013 12:28 pm
Forum: Flowcode V5 Issues
Topic: CAN Extended ID
Replies: 5
Views: 7570

Re: CAN Extended ID

Hi Not sure if my last reply was sent. I am still having difficulties using the CAN2 Flowcode component for a 18F4680 PIC. The problem is that I only get Sandard CAN identifier not extended. I am using the SetTx ExtIDAsFull macro with id3=SIDH id2=SIDL id1=EIDH id0=EIDL Can you provide a little more...
by greenbanner
Thu Jun 13, 2013 11:30 pm
Forum: Flowcode V5 Issues
Topic: CAN Extended ID
Replies: 5
Views: 7570

Re: CAN Extended ID

Thanks for the prompt reply. I had missed this but was obvious as it was titled 'Extended CAN', sorry. Having tried it out I have found that unlike the CAN module the CAN2 doesn't have a box to use 'Internal CAN' with the PIC. I am also looking to set the rate at 50kbps. Is there a method for config...
by greenbanner
Thu Jun 13, 2013 1:50 pm
Forum: Flowcode V5 Issues
Topic: CAN Extended ID
Replies: 5
Views: 7570

CAN Extended ID

I see that there is a proposal to provide extended ID mode for the CAN module in Flowcode v5 for PIC.
Is this available as a Beta version?
I am using the 18F4680
by greenbanner
Thu Apr 04, 2013 12:09 pm
Forum: Flowcode V5
Topic: 18F2680 eccp1con compile error
Replies: 1
Views: 1438

18F2680 eccp1con compile error

When I compile using this PIC18F2680 and V5.5 Flowcode I get "unknown identifier 'eccp1con'" Test_Code-V1-1Test.c(1027:9): error: failed to generate expression and Test_Code-V1-1Test.c(1028:1): error: invalid operand 'cmcon'. If I use PIC18F2682 and all other settings the same I can compile OK. Havi...