<?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[T536 大小核共享内存，有没有简单的Demo？]]></title><description><![CDATA[<p dir="auto">SDK用的V1.2<br />
FreeRTOS通过共享内存发数据给Linux</p>
<p dir="auto">我目前的做法是FreeRTOS持续生成数据(大约1K)写到0x44100~0x44600<br />
Linux这边读到的始终是旧数据，后续生成的似乎没被写入内存</p>
<p dir="auto">指针都加了volatile，是否还需要什么配置？</p>
]]></description><link>https://bbs.aw-ol.com/topic/6481/t536-大小核共享内存-有没有简单的demo</link><generator>RSS for Node</generator><lastBuildDate>Sat, 16 May 2026 20:20:34 GMT</lastBuildDate><atom:link href="https://bbs.aw-ol.com/topic/6481.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 03 Jul 2025 02:23:58 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to T536 大小核共享内存，有没有简单的Demo？ on Fri, 04 Jul 2025 02:49:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://bbs.aw-ol.com/uid/7592">@bleem1998</a> Linux那边使用内存映射读取的吗？内存共享需要限制不能通过cache访问，对应映射使用ioremap_nocache，直接volatile只是表示每次操作都访问硬件，不会被优化，这个硬件没有说不能是cache。</p>
]]></description><link>https://bbs.aw-ol.com/post/26627</link><guid isPermaLink="true">https://bbs.aw-ol.com/post/26627</guid><dc:creator><![CDATA[jasonzhang]]></dc:creator><pubDate>Fri, 04 Jul 2025 02:49:05 GMT</pubDate></item><item><title><![CDATA[Reply to T536 大小核共享内存，有没有简单的Demo？ on Thu, 03 Jul 2025 09:32:41 GMT]]></title><description><![CDATA[<p dir="auto">RPMsg、RPBuf</p>
]]></description><link>https://bbs.aw-ol.com/post/26620</link><guid isPermaLink="true">https://bbs.aw-ol.com/post/26620</guid><dc:creator><![CDATA[awwwwa]]></dc:creator><pubDate>Thu, 03 Jul 2025 09:32:41 GMT</pubDate></item></channel></rss>