Author |
Message |
Topic: can_putd() problem |
menthongps
Replies: 9
Views: 20859
|
Forum: General CCS C Discussion Posted: Wed Jan 16, 2019 7:15 am Subject: can_putd() problem |
hello all!
I'm not programer so verry difficult to write code.
if have any solution please tell me.
I can pay for code.
my problem is how to sent messenge like:
1,2,3,4 delay_ms(100) 1,2,3,4 de ... |
Topic: can_putd() problem |
menthongps
Replies: 9
Views: 20859
|
Forum: General CCS C Discussion Posted: Sat Nov 10, 2018 6:25 pm Subject: can_putd() problem |
Anyone know please help me!
How to put messenger to buffer and how to send it out TXT.
Like i want send the message A, B, C at one time, how to do?
I see time between A and B is about 70us, B a ... |
Topic: can_putd() problem |
menthongps
Replies: 9
Views: 20859
|
Forum: General CCS C Discussion Posted: Fri Nov 09, 2018 9:48 am Subject: can_putd() problem |
thank, i make toggle led it is ok.
the problem i think on transmit buffer, it fill in full with A message, always call A and never call B message.
this is capture CAN logic.
i can't sent data 0 ... |
Topic: can_putd() problem |
menthongps
Replies: 9
Views: 20859
|
Forum: General CCS C Discussion Posted: Fri Nov 09, 2018 6:19 am Subject: can_putd() problem |
nobody can help!!!! |
Topic: can_putd() problem |
menthongps
Replies: 9
Views: 20859
|
Forum: General CCS C Discussion Posted: Thu Nov 08, 2018 10:31 am Subject: can_putd() problem |
I think may be have problem with this
but i not understand why this always loop!
int1 can_putd(unsigned int32 id, unsigned int *data, unsigned int len, unsigned int priority, int1 ext, int1 ... |
Topic: can_putd() problem |
menthongps
Replies: 9
Views: 20859
|
Forum: General CCS C Discussion Posted: Thu Nov 08, 2018 10:23 am Subject: can_putd() problem |
hi all,
Can help me i have 2 problem with this code?
1: can_putd() always loop at 0x111 and can't call 0x222.
2: delay between two messages i monitor only 0.2ms not is 10ms at my code.
I tried a ... |
|