View previous topic :: View next topic |
Author |
Message |
sagamenn
Joined: 16 Aug 2007 Posts: 7
|
A6280 help |
Posted: Thu Aug 16, 2007 8:32 am |
|
|
CCS A6280 c code help me!
thank you
Last edited by sagamenn on Fri Aug 17, 2007 3:35 am; edited 1 time in total |
|
|
sagamenn
Joined: 16 Aug 2007 Posts: 7
|
|
|
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
|
Posted: Fri Aug 17, 2007 12:33 am |
|
|
My advice is to use http://www.google.com with this search string:
Quote: | "led driver" "#use delay" "fuses" |
This will find CCS code. Then compare the data sheets for the
led drivers that are used in the code that you find, to the data
sheet for your led driver chip. They will probably be similar,
which means you can use the code.
Another option is to go to the Allegro website. Get the data sheet
for your led driver. Compare it to other led driver data sheets.
Find a commonly used led driver that has the same architecture
as your chip does. Then use Google to search for a driver for
that chip.
A third option is to just use an led driver that isn't so new.
Use a compatible one, that already has several drivers available
for it on the net.
A final option is to write your own driver. |
|
|
sagamenn
Joined: 16 Aug 2007 Posts: 7
|
|
Posted: Fri Aug 17, 2007 2:01 am |
|
|
ı dont find abaout A6280 DEMO CODE in google...can you help about this ...or give me a some example of allegro A6280 ..please... |
|
|
kevcon
Joined: 21 Feb 2007 Posts: 142 Location: Michigan, USA
|
|
Posted: Fri Aug 17, 2007 7:07 am |
|
|
This looks like a pretty cool part.
This is basically a big shift register, I'm sure there is code out there somewhere shows how to control a shift register. |
|
|
treitmey
Joined: 23 Jan 2004 Posts: 1094 Location: Appleton,WI USA
|
|
|
|