Processors
Memory
You can write to the Atmel's RAM buffer at any speed you desire. I use it to log data myself (but then, I generate a 256-byte page (no, I don't fill it completely for addressing reasons) in 16 mS, then flush to flash. If you do your algorithm smartly, you can be writing to one buffer while burning the other. I recommend the AT part because I've used it and I'm happy.
I thought the extra clock pulse was required as well for a long time. I even wrote the code that way.Look closely. I think the extra pulse is only required if you use an inactive LOW clock pulse. As soon as you assume that the inactive state for the serial clock is HIGH then the extra clock pulse goes away!
Everything works on the edges so starting from the low end gives you an extra pulse. I wish they would just recommend an active high clock in the spec sheet and be done with it.
Since I changed to inactive HIGH clock I have rewritten the driver to remove the extra clock pulse. Now I can use generic 8 bit read and 8 bit write routines without inserting the extra pulse.
Distributed by:
See also:
See:
file: /Techref/atmel/index.htm, 5KB, , updated: 2013/7/22 17:02, local time: 2024/11/5 15:29,
owner: size111-hotmail-,
18.216.244.98:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://linistepper.com/Techref/atmel/index.htm"> Atmel</A> |
Did you find what you needed? |