-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add component lib to top level folder #44
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Remove the Firmware folder? It seems to have been pulled back in from last year.
- Have the project folder (BlackBox) at the top level with Firmware and Hardware underneath. Anything common between projects hardware- or firmware-wise should go in a common/ top-level folder (or some other similar name like core/). Also I'd prefer lowercase with underscores, so black_box/hardware/... etc.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- SPI lines do not use pull-ups, except possibly for MISO. See https://electronics.stackexchange.com/questions/234703/spi-bus-termination-and-pull-up-resistors
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Label the NRST pin on the left side of the BUTTONS section.
- Clean up the left side of the SDCARD_CONS section -- suggest switching the X split locations of MISO1 and MOSI1.
- For components with values (e.g. resistors, capacitors) show the values as well. Right click, properties, markings, additional markings -> Show: Value.
Should NRST not have a pull-up? Or is is just floating/ground? |
Please explain your idea for the accelerometer -- is it on another board? If so, it needs to be another schematic. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See section 6 Electrical characteristics (particularly 6.1.6, Power Supply Scheme) of the STM32f401re datasheet for how decoupling capacitors should be on the VDD/VSS, VDDA/VSSA, and VREF+/VREF- pins (i.e. values and number of capacitors)
No description provided.