StartKIT ADC sample

All technical discussions and projects around startKIT
Post Reply
gkrusi
Junior Member
Posts: 7
Joined: Mon May 26, 2014 10:32 pm

StartKIT ADC sample

Post by gkrusi »

I can't really find what ADC_SAMP pin in hardware datasheet of StartKIT is? It's not in any other datasheet or so. Is it internal? I'd like to connect it to some other port like X0D39 instead of X0D00. Is it possible to make a change like this? Now it's arguing with SPI pins...


User avatar
segher
XCore Expert
Posts: 844
Joined: Sun Jul 11, 2010 1:31 am
Contact:

Post by segher »

This is ball V13, which is port 1I on the debug tile. You
trigger it externally or by software (running on the debug
tile). See e.g. the U16 datasheet.
User avatar
infiniteimprobability
XCore Legend
Posts: 1126
Joined: Thu May 27, 2010 10:08 am
Contact:

Post by infiniteimprobability »

On the startkit PCB, the ADC sample pin is connected to XD0 on the user tile, also know as PORT_1A..

I haven't checked the gerbers of the startkit to see if you could cut that track. Failing that you could ensure PORT_1A was high impedance (make it an input) and then connect it to X0D39. You'd lose use of PORT_1A though which I suspect isn't what you are looking for..
Post Reply