Author |
Message |
Topic: L298N |
snoop911
Replies: 8
Views: 20130
|
Forum: General CCS C Discussion Posted: Tue Sep 08, 2015 11:33 pm Subject: L298N |
due to the plethora of cheap l298n boards on ebay, I was doing a similar search for l298n and bldc.
in case it helps, there's a very nice write-up of someone doing a bldc project with a an l298n: ... |
Topic: 'union' question + CCS Compiler |
snoop911
Replies: 3
Views: 7575
|
Forum: General CCS C Discussion Posted: Fri Mar 13, 2009 4:04 pm Subject: 'union' question + CCS Compiler |
Thanks a bunch!
Not many compilers work with 'bit' types, so adding 'union' into the mix, was my concern. I'll give a try and post how it goes.
BTW, how would the mapping go from the bit to ... |
Topic: 'union' question + CCS Compiler |
snoop911
Replies: 3
Views: 7575
|
Forum: General CCS C Discussion Posted: Fri Mar 13, 2009 11:15 am Subject: 'union' question + CCS Compiler |
Hi,
Not sure if this is a general c-syntax/functionality or if its a compiler specific question...
In embedded devices where memory is scarce, I'd like to define a structure that can hold an 8 b ... |
Topic: CAN Bus Example - Doesn't work For Mode 2 |
snoop911
Replies: 0
Views: 2961
|
Forum: General CCS C Discussion Posted: Mon Nov 10, 2008 11:40 pm Subject: CAN Bus Example - Doesn't work For Mode 2 |
I got the CCS CAN development board, and downloaded the CCS to compile some of the examples...
I'm using Ex.20 from the exercise book, which uses Node B to send data, with an RTR, message id == 0x5 ... |
|