* Atmel AT91SAM7S and AT91SAM7A3
@ 2008-06-25 17:16 Michelle Konzack
2008-06-28 8:36 ` Ben Nizette
0 siblings, 1 reply; 4+ messages in thread
From: Michelle Konzack @ 2008-06-25 17:16 UTC (permalink / raw)
To: Embedded
[-- Attachment #1: Type: text/plain, Size: 1851 bytes --]
Hello,
I have several projects where I have the need for a microcontroller and
I considered to use 8051 compatibles but not it is not more possible
because I need an USBHID-PDU device interface, which can only solved
using Linux.
I like to use the AT91SAM7S and the AT91SAM7A3 (it has 16 AD-Converters)
and want to know, whether there is support for accessing the 8 and 16
AD-Converters directly via the Kernel.
Also I like to know, which memory size for the AT91 you recommend.
The current projects are:
1) Solar-Volatge regulator
(Uin <=68V, Uout=30V) with USB interface to PC or Master controller)
2) 24V PbGel charger
(Uin=30V and nearly the same hardware as above)
3) 24V DV modular ATX PSU
(special for solarsystems and must support minimal features of an
UPS to protect the computer)
Q: I have downloaded nearly all stuff about specifications to USBHID
and like to know, whether someone can point me to sample codes HOW
to code the device stuff... which seems currently not availlable in
the Kernel... (It seems, I am the first one WHO need this stuff,
but I am not a genie in C programming)
Note: "eCosCentric" sell USB stacks, but for an inacceptable price,
since I build only small quantities for my projects.
Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant
--
Linux-User #280138 with the Linux Counter, http://counter.li.org/
##################### Debian GNU/Linux Consultant #####################
Michelle Konzack Apt. 917 ICQ #328449886
+49/177/9351947 50, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France IRC #Debian (irc.icq.com)
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Atmel AT91SAM7S and AT91SAM7A3
2008-06-25 17:16 Atmel AT91SAM7S and AT91SAM7A3 Michelle Konzack
@ 2008-06-28 8:36 ` Ben Nizette
2008-06-29 2:37 ` Michelle Konzack
0 siblings, 1 reply; 4+ messages in thread
From: Ben Nizette @ 2008-06-28 8:36 UTC (permalink / raw)
To: Michelle Konzack; +Cc: Embedded
On Wed, 2008-06-25 at 19:16 +0200, Michelle Konzack wrote:
> Hello,
>
> I have several projects where I have the need for a microcontroller and
> I considered to use 8051 compatibles but not it is not more possible
> because I need an USBHID-PDU device interface, which can only solved
> using Linux.
>
> I like to use the AT91SAM7S and the AT91SAM7A3 (it has 16 AD-Converters)
> and want to know, whether there is support for accessing the 8 and 16
> AD-Converters directly via the Kernel.
>
> Also I like to know, which memory size for the AT91 you recommend.
>
I would recommend posting this to a forum at http://www.at91.com. This
is a list more for discussion of embedded issues in the kernel than SoC
end-user support :-)
> The current projects are:
>
> 1) Solar-Volatge regulator
> (Uin <=68V, Uout=30V) with USB interface to PC or Master controller)
>
> 2) 24V PbGel charger
> (Uin=30V and nearly the same hardware as above)
>
> 3) 24V DV modular ATX PSU
> (special for solarsystems and must support minimal features of an
> UPS to protect the computer)
>
> Q: I have downloaded nearly all stuff about specifications to USBHID
> and like to know, whether someone can point me to sample codes HOW
> to code the device stuff... which seems currently not availlable in
> the Kernel... (It seems, I am the first one WHO need this stuff,
> but I am not a genie in C programming)
>
> Note: "eCosCentric" sell USB stacks, but for an inacceptable price,
> since I build only small quantities for my projects.
>
> Thanks, Greetings and nice Day/Evening
> Michelle Konzack
> Systemadministrator
> 24V Electronic Engineer
> Tamay Dogan Network
> Debian GNU/Linux Consultant
>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Atmel AT91SAM7S and AT91SAM7A3
2008-06-28 8:36 ` Ben Nizette
@ 2008-06-29 2:37 ` Michelle Konzack
2008-07-07 6:45 ` Richard Genoud
0 siblings, 1 reply; 4+ messages in thread
From: Michelle Konzack @ 2008-06-29 2:37 UTC (permalink / raw)
To: Embedded
[-- Attachment #1: Type: text/plain, Size: 1093 bytes --]
Hello Ben,
Am 2008-06-28 18:36:24, schrieb Ben Nizette:
> I would recommend posting this to a forum at http://www.at91.com. This
> is a list more for discussion of embedded issues in the kernel than SoC
> end-user support :-)
I was already on <http://www.at91.com/> but where I live, I can not
access the Web-Forum. I need a mailinglist.
Also I realy do not knoe whether accessing the AD-Converters in a Micro-
controller is a user space issue or a Kernel one, since I need Kernel
modules or not?
I realy do not know, how to begin this stuff...
Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
24V Electronic Engineer
Tamay Dogan Network
Debian GNU/Linux Consultant
--
Linux-User #280138 with the Linux Counter, http://counter.li.org/
##################### Debian GNU/Linux Consultant #####################
Michelle Konzack Apt. 917 ICQ #328449886
+49/177/9351947 50, rue de Soultz MSN LinuxMichi
+33/6/61925193 67100 Strasbourg/France IRC #Debian (irc.icq.com)
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-07-07 6:45 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-25 17:16 Atmel AT91SAM7S and AT91SAM7A3 Michelle Konzack
2008-06-28 8:36 ` Ben Nizette
2008-06-29 2:37 ` Michelle Konzack
2008-07-07 6:45 ` Richard Genoud
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).