<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>里飞网 - STM32F750Z8开发板</title>
    <link>http://dz.lfly.xyz/forum.php?mod=forumdisplay&amp;fid=41</link>
    <description>Latest 20 threads of STM32F750Z8开发板</description>
    <copyright>Copyright(C) 里飞网</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Tue, 28 Apr 2026 06:39:02 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://dz.lfly.xyz/static/image/common/logo_88_31.gif</url>
      <title>里飞网</title>
      <link>http://dz.lfly.xyz/</link>
    </image>
    <item>
      <title>MDK下载算法－W25Q256</title>
      <link>http://dz.lfly.xyz/forum.php?mod=viewthread&amp;tid=10</link>
      <description><![CDATA[MDK下载算法－W25Q256
参考了正点原子
说在前面：
1、下载算法就是把固件通过用户提供的读、写、擦除函数写到指定的地址处。
2、QSPI的映射地址是0x90000000，而W25Q256的地址是从0开始，而下载算法提供的地址是用户工程设置的IROM地址如0x90000000，读、写、擦除函数都 ...]]></description>
      <category>STM32F750Z8开发板</category>
      <author>阿里兄</author>
      <pubDate>Wed, 25 Dec 2019 09:48:00 +0000</pubDate>
    </item>
    <item>
      <title>LTDC—驱动RGB TFT屏显示</title>
      <link>http://dz.lfly.xyz/forum.php?mod=viewthread&amp;tid=9</link>
      <description><![CDATA[LTDC—驱动RGB TFT屏显示一些注意事项，后面直接看代码
1、STM32F750Z8在使用了SDRAM后，最多只能驱动RGB666。
2、LCD有闪烁，可适当提高LTDC时钟频率，如果LTDC时钟过高，则LCD可能花屏。
3、LTDC比较好配置，直接从手删除拿来参数填上即可。
4、LTDC显示需要用到SDRAM ...]]></description>
      <category>STM32F750Z8开发板</category>
      <author>阿里兄</author>
      <pubDate>Fri, 20 Dec 2019 07:07:49 +0000</pubDate>
    </item>
    <item>
      <title>FMC—读写SDRAM-W9825G6KH-6</title>
      <link>http://dz.lfly.xyz/forum.php?mod=viewthread&amp;tid=8</link>
      <description><![CDATA[FMC—读写SDRAM-W9825G6KH-6
一些注意事项，后面直接看代码
1、W9825G6KH是行地址(row)13bit，列地址(column)9bit，数据16位，4banks，总共32M字节，166MHz/CL3 or 133MHz/CL2，0°C ~ 70°C。
2、可配置为SDRAM1或SDRAM2，SDRAM1地址为0xC0000000，SDRAM2地址为0xD0000 ...]]></description>
      <category>STM32F750Z8开发板</category>
      <author>阿里兄</author>
      <pubDate>Fri, 20 Dec 2019 06:34:10 +0000</pubDate>
    </item>
    <item>
      <title>QSPI—读写串行 FLASH-W25Q256</title>
      <link>http://dz.lfly.xyz/forum.php?mod=viewthread&amp;tid=7</link>
      <description><![CDATA[QSPI—读写串行 FLASH-W25Q256

一些注意事项，后面直接看代码
1、W25Q256的最大时钟为104M，时钟配置为hqspi.Init.ClockPrescaler = 2;即216M/(2+1)=72M。
2、QSPI FlashSize为2^(FlashSize+1)次方，W25Q256为32M字节，hqspi.Init.FlashSize = 24;即2^(24+1)＝32MB，此 ...]]></description>
      <category>STM32F750Z8开发板</category>
      <author>阿里兄</author>
      <pubDate>Thu, 19 Dec 2019 09:35:05 +0000</pubDate>
    </item>
    <item>
      <title>RGB LCD的正规接法(RGB666，RGB565)</title>
      <link>http://dz.lfly.xyz/forum.php?mod=viewthread&amp;tid=3</link>
      <description><![CDATA[RGB666 RGB565正规接法如下：]]></description>
      <category>STM32F750Z8开发板</category>
      <author>阿里兄</author>
      <pubDate>Sat, 09 Nov 2019 08:46:22 +0000</pubDate>
    </item>
  </channel>
</rss>