<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: What&#8217;s Different in FullFAT 1.1.0</title>
	<atom:link href="http://blog.james.walms.co.uk/2010/02/20/whats-different-in-fullfat-1-1-0/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.james.walms.co.uk/2010/02/20/whats-different-in-fullfat-1-1-0/</link>
	<description>James Walmsley&#039;s Blog</description>
	<lastBuildDate>Thu, 01 Apr 2010 09:15:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Evghenii Bobrov</title>
		<link>http://blog.james.walms.co.uk/2010/02/20/whats-different-in-fullfat-1-1-0/comment-page-1/#comment-2986</link>
		<dc:creator>Evghenii Bobrov</dc:creator>
		<pubDate>Thu, 01 Apr 2010 09:15:28 +0000</pubDate>
		<guid isPermaLink="false">http://worm.me.uk/?p=297#comment-2986</guid>
		<description>Hi James!
Sorry for my english!
I try to use your last trunk version (r349). 
In file ff_dir.c on a line 1790 where are:
*((FF_T_UINT16 *) &amp;EntryBuffer[FF_FAT_LFN_NAME_1 + x]) = Name[i];
If you will be use your sources on a processor which require align to word boundary, then error occured.
Example:
///////////////////////////////////////////////////////
U8 EntryBuffer[32];
U16 Name[16];
*((U16*)&amp;EntryBuffer[1]) = Name[0];// error
////////////////////////////////////////////////////
You need to use macros. Something like this:
#define write16(a,v)		(ADR(a)=(U8)(((U16)(v))&amp;0xff), ADR(a+1)=(U8)(((U16)(v))&gt;&gt;8))</description>
		<content:encoded><![CDATA[<p>Hi James!<br />
Sorry for my english!<br />
I try to use your last trunk version (r349).<br />
In file ff_dir.c on a line 1790 where are:<br />
*((FF_T_UINT16 *) &amp;EntryBuffer[FF_FAT_LFN_NAME_1 + x]) = Name[i];<br />
If you will be use your sources on a processor which require align to word boundary, then error occured.<br />
Example:<br />
///////////////////////////////////////////////////////<br />
U8 EntryBuffer[32];<br />
U16 Name[16];<br />
*((U16*)&amp;EntryBuffer[1]) = Name[0];// error<br />
////////////////////////////////////////////////////<br />
You need to use macros. Something like this:<br />
#define write16(a,v)		(ADR(a)=(U8)(((U16)(v))&amp;0xff), ADR(a+1)=(U8)(((U16)(v))&gt;&gt;8))</p>
]]></content:encoded>
	</item>
</channel>
</rss>
