Lab 1 Peer review
Issues
- ERC
- Error: Input Power pin not driven by any Output Power pins
- This can be resolved by simply adding 'PWR_FLAG' flags to the power sources. It's up to you where you add them but I added them where the USB receptacle is grounded and to its output VBUS.
- RESET button for MCU
- I do not think you should need the 3.3V power symbol where you have your RESET button.
- Overline generally means the pin is active low i.e. a low voltage will yield an active bit. Take a look at this forum post suggesting how to implement a button for an active low RESET pin.
Suggestions
- Labels
- Not necessary but it does make the schematic easier to understand, especially for reviewers.
- Conn_01x01_Pin
- What is the purpose of the 1x1 pins labeled GND?
Thoughts
Good job on the schematic. Our implementations differ quite a bit but I trust everything else works.