<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[flash写异步]]></title><description><![CDATA[<p dir="auto">我在使用YTM32B1ME05芯片的板子时，有个设计需求如下：BT刷写过程中要求一直发送数据，同时flash要写入内存；但是按照我当前的使用方法，flash写入时需要while执行mainfunction等到flash写完，我理解在这个过程中，上位机下发的can数据中的内容我就无法接收并且存储下来，无法实现边收数据，边写入的要求，请问一下该芯片是否支持类似flash异步写入的功能，来实现flash写入时，不影响我周期任务中其他功能正常执行<img src="https://yt-static-main.oss-cn-shanghai.aliyuncs.com/nodebb/1422/27cd4622-6260-4278-a9e5-b9c23ed39d8b.png" alt="86dc5df1-5b00-431f-a070-46ac0d3d8fef-7cb68a5da13c60b3702133e8c4c3f47d.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.ytmicro.com/topic/2119/flash写异步</link><generator>RSS for Node</generator><lastBuildDate>Wed, 15 Jul 2026 21:04:51 GMT</lastBuildDate><atom:link href="https://forum.ytmicro.com/topic/2119.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 15 Jul 2026 10:13:54 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to flash写异步 on Wed, 15 Jul 2026 10:16:55 GMT]]></title><description><![CDATA[<p dir="auto">你可以不采用do while的方式，可以在你周期性的任务里面调用Fls_MainFunction()函数就可以，需要注意，每次调用Fls_Write的时候最好判断一下当前Fls的状态是否IDLE了。</p>
]]></description><link>https://forum.ytmicro.com/post/9233</link><guid isPermaLink="true">https://forum.ytmicro.com/post/9233</guid><dc:creator><![CDATA[houjun_xiao]]></dc:creator><pubDate>Wed, 15 Jul 2026 10:16:55 GMT</pubDate></item></channel></rss>