Basic pin question

Discussion of issues related specifically to writing code for native mode devices. This includes ZBasic code as well as assembly language code and C code, both inline and standalone.
Post Reply
meenbombs
Posts: 35
Joined: 20 November 2008, 15:54 PM

Basic pin question

Post by meenbombs »

I have a question about the ZX-32. The suggested circuit guide and the datasheet from ATMEL show several pins to provide Vdd and Vss. Do each of those pins need to be connected or can you pick one? Come to think of it, I have the same question for the ZX-328. Thanks in advance.
mikep
Posts: 796
Joined: 24 September 2005, 15:54 PM

Post by mikep »

The simple answer is yes. Each pin should be fed from Vdd and Vss - do not route power through the chip. It is a good idea to also put a 100n filter cap across each pair of supply wires. Also don't forget to connect AVcc and AREF. See appendix G of the ZBasic Reference for more details.
Mike Perks
meenbombs
Posts: 35
Joined: 20 November 2008, 15:54 PM

Post by meenbombs »

Thanks Mike. As always, first rate support.
Post Reply