初级会员

- 积分
- 113
- 金钱
- 113
- 注册时间
- 2013-6-2
- 在线时间
- 14 小时
|

楼主 |
发表于 2018-5-29 01:51:21
|
显示全部楼层
本帖最后由 jiapei100 于 2018-5-29 05:48 编辑
多谢多谢!!
我在这里发了新帖 http://www.openedv.com/forum.php?mod=viewthread&tid=272237
1)硬件:怎么接线?
我不是买的阿波罗STM32F767ZI,而是买的 Nucleo-F767ZI。ATK-OV5640 怎么接 Nucleo-F767ZI ?
9,ALIENTEK OV5640摄像头模块,连接关系为:
OV5640模块 ------------ STM32开发板
OV_D0~D7 ------------ PB8/PB9/PD3/PC11/PC9/PC8/PC7/PC6
OV_SCL ------------ PB4
OV_SDA ------------ PB3
OV_VSYNC ------------ PB7
OV_HREF ------------ PH7
OV_RESET ------------ PA15
OV_PCLK ------------ PA6
OV_PWDN ------------ PCF8574_P2
2)软件,编译不过。
就是上述的两个Error Messages。
[mw_shl_code=bash,true]/opt/GCCToolChains/gnu-mcu-eclipse/arm-none-eabi-gcc/7.2.1-1.1-20180401-0515/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/bin/ld: F767ZI_OV5640_Openedv.elf section `.bss' will not fit in region `RAM'
/opt/GCCToolChains/gnu-mcu-eclipse/arm-none-eabi-gcc/7.2.1-1.1-20180401-0515/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/bin/ld: region `RAM' overflowed by 127372200 bytes
collect2: error: ld returned 1 exit status
makefile:77: recipe for target 'F767ZI_OV5640_Openedv.elf' failed
make: *** [F767ZI_OV5640_Openedv.elf] Error 1[/mw_shl_code]
这两个错误,你们遇到过么?
不好意思,我只用Eclipse,没有用uVision...
|
|