Search the web
Sign In
New User? Sign Up
AT91SAM
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 968 - 997 of 4052   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
968
hello, i am trying to communicate with spi to an 5v powered ic (tpic6b595). problem seems to be the outputs (mosi, cs, clk) with a high level which is to low...
Thomas
cool_1969
Offline Send Email
Feb 3, 2006
4:10 pm
969
hello, i am trying to communicate with spi to an 5v powered ic (tpic6b595). problem seems to be the outputs (mosi, cs, clk) with a high level which is to low...
Thomas
cool_1969
Offline Send Email
Feb 3, 2006
4:10 pm
970
Tom, I avoided this problem by switching from a TPIC part over to an On Semi NUD3112DMT1 which is a tiny/low cost dual inductive load driver which has built in...
Al Welch
alwelch93021
Offline Send Email
Feb 3, 2006
10:01 pm
971
Al, the on semi part is not an option because of: a) the mex. drain source voltage is 16V but i need 40v. b) i need a serial to parallel shift register because...
Thomas
cool_1969
Offline Send Email
Feb 4, 2006
12:03 pm
972
Tom Then plan B would be to look at Level Translators from TI. They offer dual supply. Al ... From: AT91SAM@yahoogroups.com [mailto:AT91SAM@yahoogroups.com]...
Al Welchaxxiom
alwelch93021
Offline Send Email
Feb 4, 2006
2:10 pm
973
Or maybe even Atmel themselves; the U6815BM is a hex driver w. 6x low-side + 6x hi-side MOSFET drivers which can be connected as 6x push-pull outputs also. ...
Larsen, Morten ActeNO
morten_vh_la...
Offline Send Email
Feb 6, 2006
11:14 am
974
Hello, I am newly in the ARM community. Use SAM7A3. Which compiler is at the better to use (Keil, IAR)? Is the gccARM 3.3.1 to be recommended ? Thanks Johann...
johann_zimmermann
johann_zimme...
Offline Send Email
Feb 6, 2006
11:52 am
975
Hi, some time ago we bought the mentioned board which is bundled with the J-Link and IAR. Recently I downloaded the eval version of CrossWorks. After setting...
Mike Wolfram
mikewolfram
Online Now Send Email
Feb 6, 2006
3:04 pm
976
Hi, There is a command line tool, which pretends to be a GPLed SAM-BA by paul(at)pjrc.com : http://www.pjrc.com/arm/sam7_pgm/ I've tried it and found it works...
Alexey Martyushenko
aamarov
Offline Send Email
Feb 7, 2006
11:15 am
977
hello again, atmel support confirmed that there is no protection diode between i/o pin and vddio. so there is no problem to connect the pin with a pull- up to...
Thomas
cool_1969
Offline Send Email
Feb 7, 2006
7:45 pm
978
anybody has finished the i2s use ssc and worked with some codec or dac /adc? i have write some code for sam7s64 according at91rm9200,but the voltage of tk...
º«ÌÎ
cntonnyhan
Offline Send Email
Feb 8, 2006
2:11 am
979
... I would use gcc 3.4.3. This is very reliable and produces pretty tight code. I've used it to ship three or four products so far....
Charles Manning
embeddedjanitor
Offline Send Email
Feb 8, 2006
2:23 am
980
I need to be sure that all the data is shifted out before I write new data to the tx regsiter of the USART. If my com port is configured for 115200 how long...
Henk Visser
pacific_beac...
Offline Send Email
Feb 8, 2006
2:32 am
981
For the AT91SAM7S256 are there any solutions out there that will allow me to easily expand the amount of avaiable SRAM? Thanks for any info. -Henk ... From:...
Henk Visser
pacific_beac...
Offline Send Email
Feb 8, 2006
2:44 am
982
Kinda. You can do it either like virtual memory in your PC or as a manual swap. Grab any SRAM chip and bitbang everything via the ARM's GPIOs. You can start...
Sean
seangra
Offline Send Email
Feb 8, 2006
3:36 am
983
... By playing with other divisor values you should be able to get far faster than this, but what are you sending the data to? Most PCs can't handle higher...
Charles Manning
embeddedjanitor
Offline Send Email
Feb 8, 2006
6:35 am
984
... There being no MMU on a SAM7, this sounds pretty challenging. I suppose you could do something in an exception handler. eg. Say you map a virtual memory...
Charles Manning
embeddedjanitor
Offline Send Email
Feb 8, 2006
6:49 am
985
... tight code. ... You can find the sources as well as compiled binary for version 3.4.3, as well as other versions, at www.gnuarm.com. BTW, this site is paid...
Rick Collins
gnuarm
Offline Send Email
Feb 8, 2006
2:04 pm
986
Hello, One option you may look into is using a serial flash memory. You can setup the SPI with PDC to move blocks of memory between the Flash and the...
Peter Wintulich
pwintulich
Offline Send Email
Feb 8, 2006
11:35 pm
987
... For those that are mildly freaked out by the thought of building a compiler from source, it is not a complex process at all. The instructions on how to do...
Charles Manning
embeddedjanitor
Offline Send Email
Feb 9, 2006
12:48 am
988
... Yes, sorry that is what I meant. You can either use the exception handler or do a manual swap of a region of SRAM to your external SRAM. I don't know how...
Sean
seangra
Offline Send Email
Feb 9, 2006
2:00 am
989
Hi all, I am working with an AT91SAM7S64 and am turning to the list wit an USB related problem. I hope you can help me. When the host is doing an OUT transfer...
Foltos
foltos@...
Send Email
Feb 9, 2006
4:11 am
990
Hi, there was a thread with the subject "AT91SAM7S64 USB happiness??" before. Morten Larsen had problems with OUT control transfers. I think he had the same...
Foltos
foltos@...
Send Email
Feb 9, 2006
4:13 am
991
No, I did not have time to look at it more closely - but you are correct; the ZLP-handshake of the OUT transaction did not work when the transaction carried a...
Larsen, Morten ActeNO
morten_vh_la...
Offline Send Email
Feb 9, 2006
12:27 pm
992
... compiler ... other places. ... For Windows users, it has been "pre-packaged" at http://www.siwawi.arubi.uni-kl.de/avr_projects/arm_projects/#winarm or...
budfrog99
Offline Send Email
Feb 10, 2006
4:48 am
993
Hi All, Is anybody using the AT91SAM7X and is it easy to get hold of? Regards Mike...
Mike Betz
mike@...
Send Email
Feb 10, 2006
5:00 am
994
Hello, First post to the list. I am in the process of redesigning an ATMega128 unit, and am thinking about the sam7s128 or s256. I was also looking at the...
G B
gfbankston
Offline Send Email
Feb 10, 2006
5:00 am
995
My distributor mentioned production quantities will be available in mid to late March. From what I understand samples are very difficult to get now. It looks...
Joel Winarske
joelw_94089
Offline Send Email
Feb 10, 2006
5:10 am
996
... Building is not required with the files at www.gnuarm.com. There are precompiled binaries for Windows, Unix and Mac OS X. In fact, I am currently...
Rick Collins
gnuarm
Offline Send Email
Feb 10, 2006
5:43 am
997
Glen, Wait states are required for the flash only. Normally your program will need access to RAM as well. So you will have some advantage to run the core above...
Miroslav Kostadinov
miro_atc
Offline Send Email
Feb 10, 2006
8:05 am
Messages 968 - 997 of 4052   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help