推荐星级:
  • 1
  • 2
  • 3
  • 4
  • 5

树莓派1-4博通cpu外围寄存器基址获取

更新时间:2022-05-08 18:31:08 大小:16K 上传用户:simpower查看TA发布的资源 标签:树莓派cpu寄存器 下载积分:9分 评价赚积分 (如何评价?) 打赏 收藏 评论(0) 举报

资料介绍

树莓派1,2,3,4,博通cpu外围寄存器基址获取,可以用来编写驱动控制GPIO,PWM,ISP,I2C等功能。具体内容如下: Here are the current values as of this writing, in table form: SoC Peripheral Address Peripheral Size SDRAM Address Source BCM2835 0x20000000 0x01000000 0x40000000 i BCM2836 0x3f000000 0x01000000 0xC0000000 i BCM2837 0x3f000000 0x01000000 0xC0000000 i BCM2711 0xfe000000 0x01800000 0xc0000000 i Building a C program using these functions The include file and library are installed by default on a Raspberry Pi OS system. Just add the following line to your C program: #include Example: #include #include int main(void) { printf("bcm_host_get_peripheral_address -> 0x%08x\n", bcm_host_get_peripheral_address()); printf("bcm_host_get_peripheral_size -> 0x%08x\n", bcm_host_get_peripheral_size()); printf("bcm_host_get_sdram_address -> 0x%08x\n", bcm_host_get_sdram_address()); return 0; } Link with: -lbcm_host So a simple command line compile might be: cc myfile.c -I/opt/vc/include -L/opt/vc/lib -lbcm_host -o myfile

部分文件列表

文件名 大小
peripheral.docx 16K

【关注B站账户领20积分】

全部评论(0)

暂无评论

上传资源 上传优质资源有赏金

  • 打赏
  • 30日榜单
  • 21ic下载 打赏310.00元   1天前

    用户:w178191520

  • 21ic下载 打赏310.00元   1天前

    用户:小猫做电路

  • 21ic下载 打赏310.00元   1天前

    用户:zhengdai

  • 21ic下载 打赏220.00元   1天前

    用户:gsy幸运

  • 21ic下载 打赏220.00元   1天前

    用户:jh0355

  • 21ic下载 打赏210.00元   1天前

    用户:jh03551

  • 21ic下载 打赏60.00元   1天前

    用户:sun2152

  • 21ic下载 打赏60.00元   1天前

    用户:xuzhen1

  • 21ic下载 打赏80.00元   1天前

    用户:xzxbybd

  • 21ic下载 打赏60.00元   1天前

    用户:铁蛋锅

  • 21ic下载 打赏60.00元   1天前

    用户:liqiang9090

  • 21ic下载 打赏20.00元   1天前

    用户:方中禾

  • 21ic下载 打赏20.00元   1天前

    用户:w1966891335

  • 21ic下载 打赏30.00元   1天前

    用户:玉落彼岸

  • 21ic下载 打赏15.00元   1天前

    用户:kk1957135547

  • 21ic下载 打赏15.00元   1天前

    用户:w993263495

  • 21ic下载 打赏15.00元   1天前

    用户:x15580286248

  • 21ic下载 打赏20.00元   1天前

    用户:WK520077778

  • 21ic下载 打赏25.00元   1天前

    用户:hp860629

  • 21ic下载 打赏15.00元   1天前

    用户:sbfd010

  • 21ic下载 打赏10.00元   1天前

    用户:严光辉

推荐下载