Errors in Due board/schematic files

I would like to confirm the post from Aiekakiku (thanks!) Errors in Due board/schematic files - #12 by Aiekakiku - Arduino Due - Arduino Forum
R23 is the wrong value. It should be 1K

On my DUE it was preventing the 16U2 from resetting the SAM3X and causing the "No device found on COMxx" errors.
It also prevented the SAM3X from being reset after successfully loading a sketch.
I suspect that many others have this same problem on the DUE.

my related post with details: Due appears as COM6 port but gives error "No device found on COM6" on upload - #9 by system - Arduino Due - Arduino Forum

Update: See also Due appears as COM6 port but gives error "No device found on COM6" on upload - #11 by system - Arduino Due - Arduino Forum for the necessary 16U2 firmware fix


Andrew

i think this thread should ''official'' and all the differences between reference schematic and real board should be posted here

@michaeluna... I've been doing schematic drawings for nearly 50 years and "That" is the most unique and difficult to follow schematic drawing I've seen yet.
That having been said and it wasn't intended as a criticism by any means your work, as far as it goes is OK.
Remember always that a schematic is a road map first and in many cases additional material not usually included in the BOM is represented on the schematic.
Individual circuits like the Power Supplies, Controller and I/O circuitry are usually in separate area's... The Uno drawing is an example of one that is close to the ideal.
I used a high end cad package when I last worked (2008) and I do realize that struggling with a 'difficult' free package has it's special challenges, ones you have done well with.
My best piece of advice would be to study how others (professionals) compose their drawings and try to incorporate (copy the style) of the most legible and understandable ones into your style.
A Schematic drawing is an engineering document used for many different purposes and by many different people. All the way from the poor techie that has to use it for troubleshooting to the people who actually order parts and use the schematic as a means of verifying the BOM for accuracy... of parts and sometimes the count as well.
And let's not forget the other engineers that may need to use the drawing as well... Great work for a beginner.

Doc

I have found a group label inconsistencies in the schematic. The naming of the AD inputs is flipped in the schematic.

Sources: Atmel SAM3X datasheet 23-Mar-15
Arduino DUE Schematic (download fom site dated ?)

Peripheral from pg.18
Datasheet Labels from pg.40

Pin # Peripheral Label (Datasheet) Label (Schematic)

78 PA16 AD7 AD0
79 PA24 AD6 AD1
80 PA23 AD5 AD2
81 PA22 AD4 AD3
82 PA6 AD3 AD4
83 PA4 AD2 AD5
84 PA3 AD1 AD6
85 PA2 AD0 AD7

ADC Channel 7 is A0
…………………………….
ADC Channel 0 is A7

It's weird…but correct. :confused:

Members

I noticed that the DUE .sch has 2 pins marked as SS0/PWM10. Please see photo. Why is this? What are they used for?