Skip to content

Commit ba705ac

Browse files
MaPePeRJamesH65
authored andcommitted
Add link to elinux BCM2835_datasheet_errata (raspberrypi#747)
* Add link to elinux BCM2835_datasheet_errata It just took me a few days and lending a frequency counter from a friend to figure out, that the [fractional divider for a clock needs to be specified with base 4096 instead of 1024](https://elinux.org/BCM2835_datasheet_errata#p105_table), how it says in the PDF file. Only to then find out that this has been already documented somewhere. I think there should at least be a link to that page. It would be even better if it would be possible to add information like this as PDF-Annotations to the file that is hosted on the website. * Update README.md
1 parent 53314df commit ba705ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hardware/raspberrypi/bcm2835/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ This is the Broadcom chip used in the Raspberry Pi Model A, B, B+, the Compute M
55
Please refer to:
66

77
- [Peripheral specification](BCM2835-ARM-Peripherals.pdf)
8+
- **Note:** This document contains a number of errors. A list of currently known errata and some additional information can be found [here](https://elinux.org/BCM2835_datasheet_errata).
89
- [GPU documentation](https://docs.broadcom.com/docs/12358545) and [open-source driver](https://docs.broadcom.com/docs/12358546)
910
- [ARM1176 processor](https://www.arm.com/products/processors/classic/arm11/arm1176.php)
1011
- [ARM1176JZF-S](http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.ddi0301h/index.html)

0 commit comments

Comments
 (0)