-
Notifications
You must be signed in to change notification settings - Fork 3
Description
There appears to be an errors in the P1AM-200 schematics. The base controller SPI net labels in the "Base Controller and Supporting Circuitry" block suggests pins PA16, PA17 and PA19 are being used but these do not match the port A block part of the schematic.
The variant files suggest that the correct pins are PD21, PC22 and PC23. I assume that ARDUINO_CS should be PD20_CS.
Also, Arduino pin 41 BC_EXTRA PC11 is shown unconnected in the schematics. And there is inconsistent naming of the BASE_LED_GPIO net which I think is called BUILTIN_LED elsewhere.
These errors are making it difficult when designing custom modules. For context, we use our own variant files so that we can configure the SERCOMs for our use case etc. Therefore it's important to know exactly what is connected to where to avoid mistakes in our designs. I'm sure this will affect other users as well.