Chadderz121/bakingpi-www

GPIO Address different from the datasheet

Opened this issue · 2 comments

the address where the gpio pin starts on the data sheet for bcm2835 is 0x7E200000
but in the book thats 0x20200000 which confused me

In the datasheet, towards the bottom of the paragraph that mentions the address, it does say that 0x7Exxxxxxx will be 0x20xxx xxx.

Also the tutorial mentions this early on.