diff --git a/README.md b/README.md index 0a8e2e4..de8fa8c 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ 1. **TC264硬件环境:** - 推荐使用本公司TC264核心板,[点击此处购买](https://item.taobao.com/item.htm?spm=a1z10.3-c-s.w4002-22508770840.13.7e9549cc30NEDh&id=614276106814)。 2. **软件开发环境:** -(Tasking) -- Tasking 推荐使用版本:v6.3r1。 +AURIX™ Development Studio(以下简称ADS) +- ADS 当前(2020.11)推荐使用版本:Version: 1.2.2。 3. **仿真器:** (英飞凌下载器) - 英飞凌下载器:推荐使用本公司英飞凌下载器,[点击此处购买](https://item.taobao.com/item.htm?spm=a1z10.3-c-s.w4002-22508770840.9.7e9549cc30NEDh&id=614642766276)。 @@ -17,7 +17,7 @@ 1. **下载开源库:** 点击页面右侧的克隆/下载按钮,将工程文件保存到本地。您可以使用git克隆(Clone)或下载ZIP压缩包的方式来下载。推荐使用git将工程目录克隆到本地,这样可以使用git随时与我们的开源库保持同步。关于码云与git的使用教程可以参考以下链接 [https://gitee.com/help](https://gitee.com/help)。 2. **打开工程:** 将下载好的工程文件夹打开(若下载的为ZIP文件,请先解压压缩包)。在打开工程前,请务必确保您的IDE满足环境准备章节的要求。 -- 如果是新手请务必查看 “【文档】TASKING使用教程 芯片手册等”文件夹下的逐飞科技 TASKING使用说明书 V1.0.pdf文档,帮助快速上手。 +- 如果是新手请务必查看 “【文档】ADS使用教程 芯片手册等”文件夹下的逐飞科技 AURIX Development Studio使用说明书--逐飞科技 V1.3 PDF文档,帮助快速上手。ADS的下载链接文档中也有提供。 #### 逐飞科技TC264核心板 ![逐飞科技TC264核心板](https://images.gitee.com/uploads/images/2020/0412/213649_75123d91_848799.jpeg "逐飞科技TC264核心板.jpg") diff --git a/Seekfree_TC264_Opensource_Library/Libraries/seekfree_peripheral/SEEKFREE_7725.c b/Seekfree_TC264_Opensource_Library/Libraries/seekfree_peripheral/SEEKFREE_7725.c index 806b8d9..b5868fc 100644 --- a/Seekfree_TC264_Opensource_Library/Libraries/seekfree_peripheral/SEEKFREE_7725.c +++ b/Seekfree_TC264_Opensource_Library/Libraries/seekfree_peripheral/SEEKFREE_7725.c @@ -57,7 +57,7 @@ uint8 ov7725_idcode = 0; //------------------------------------------------------------------------------------------------------------------- uint8 ov7725_reg_init(void) { - simiic_delay_set(500); + simiic_delay_set(700); simiic_write_reg ( OV7725_DEV_ADD, OV7725_COM7, 0x80 ); //λͷ systick_delay_ms(STM0, 50); ov7725_idcode = simiic_read_reg( OV7725_DEV_ADD, OV7725_VER ,SCCB); diff --git a/【文档】ADS使用教程 芯片手册等/AURIX Development Studio使用说明书--逐飞科技 V1.3.pdf b/【文档】ADS使用教程 芯片手册等/AURIX Development Studio使用说明书--逐飞科技 V1.3.pdf deleted file mode 100644 index 68b1096..0000000 Binary files a/【文档】ADS使用教程 芯片手册等/AURIX Development Studio使用说明书--逐飞科技 V1.3.pdf and /dev/null differ diff --git a/【文档】ADS使用教程 芯片手册等/AURIX Development Studio使用说明书--逐飞科技 V1.4.pdf b/【文档】ADS使用教程 芯片手册等/AURIX Development Studio使用说明书--逐飞科技 V1.4.pdf new file mode 100644 index 0000000..495dc52 Binary files /dev/null and b/【文档】ADS使用教程 芯片手册等/AURIX Development Studio使用说明书--逐飞科技 V1.4.pdf differ