<?xml version="1.0" encoding="utf-8"?>
				<!-- generator="e107" -->
				<!-- content type="Forum / topic" -->
				<rss  version="2.0">
				<channel>
				<title>8051 Microcontroller Projects AVR PIC Projects Tutorials Ebooks Libraries codes : Forum / topic</title>
				<link>http://www.8051projects.net/</link>
				<description>Learn to make simple microcontroller projects, pic, 8051, avr and arm projects. download 8051 projects, tutorials, libraries, sample codes. join the microcontroller discussion forum and ask doubts regarding electronics. the best source for 8051 over internet.</description>

<language>en-gb</language>
				<copyright><a rel="license" href="http://creativecommons.org/licenses/by-nc/2.5/in/" target="_blank"><img alt="Creative Commons License" width="80" height="15" style="border-width:0" src="http://i.creativecommons.org/l/by-nc/2.5/in/80x15.png" target="_blank" /></a>This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc/2.5/in/" target="_blank">Creative Commons Attribution-Noncommercial 2.5 India License</a>.<a href='http://www.8051projects.net/disclaimer.htm' target='_blank' />Rickey's World Disclaimer</a></copyright>
				<managingEditor>Ajay Bhargav - contact@nospam.com</managingEditor>
				<webMaster>contact@nospam.com</webMaster>
				<pubDate>Mon, 01 Dec 2008 12:56:26 -0800</pubDate>
				<lastBuildDate>Mon, 01 Dec 2008 12:56:26 -0800</lastBuildDate>
				<docs>http://backend.userland.com/rss</docs>
				<generator>e107 (http://e107.org)</generator>
				<ttl>60</ttl>
				<textInput>
				<title>Search</title>
				<description>Search 8051 Microcontroller Projects AVR PIC Projects Tutorials Ebooks Libraries codes</description>
				<name>query</name>
				<link>http://www.8051projects.net/search.php</link>
				</textInput>
						<item>
						<title>Non-aligned Access: Thumb Instruction : on ARM LPC2214 error</title>
<link>http://www.8051projects.net/forum-t9232.html</link>
<description><![CDATA[thank for attension on my problem<br />i'm using LPC2214 to collect data form ADC chanel control and store it in the ARRAY data by timer interrupt match each 1ms.That means I samples sample per 1 milisecons.And after 50milisecond I genearate all 50 collected data in ARRAY to PC through UART port.but I have problem<br />that is "Non-aligned Access: Thumb Instruction at 00000674H, Memory Access at 000009EBH"<br />when run in simulation by Keil C. <br />And when I load the HEX file of that code into my uc LPC2214 it only output through UART port 2 times and stand by,don't do anything until I reset uC LPC2214.<br />what can I do to solve that problem<br />here are code<br /><br />void IRQ_Match0_timer0(void)__irq;//match0 Timer0;<br />unsigned int FIR_LPF(unsigned int data_update,int *arraybuffer);<br /><br />in the function <br />int buffer_temp_array1[11]={0};<br />int buffer_temp_array2[11]={0};<br />int datacollected1[50]={0};<br />main()<br />{<br />setup all information for my application(VIC ,timer,UART)<br />.......<br />index=0;<br />While(1)<br />{<br />datacollected1[index]=FIR_LPF(dataonADC1,buffer_temp_array1);<br />datacollected2[index]=FIR_LPF(dataonADC2,buffer_temp_array2);<br />//here appear error when I see on ASM code generate of that code on DISSASEMBLY window on keil ""Non-aligned Access: Thumb Instruction at 00000674H, Memory Access at 000009EBH" on LDR instruction??///<br /><br />}<br />}<br />void IRQ_Match0_timer0(void)__irq;//interrupt Timer0 each ones milisecons<br />{<br />dataonADC1=readadcchanel(1);<br />dataonADC2=readadcchanel(2);<br />index++<br />if (index>=50)<br />{index=0;<br />outUART(datacollected1);//output all of datacollected and filter by LPF digital filter<br />outUART(datacollected2);<br />}<br />}<br />}<br />Please show me how  I can solve that problem !thank you verry much.]]></description>
<pubDate>Fri, 02 May 2008 21:59:00 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t9232.html</guid>
</item>
						<item>
						<title>Re: Non-aligned Access: Thumb Instruction : on ARM LPC2214 error</title>
<link>http://www.8051projects.net/forum-t9232.html</link>
<description><![CDATA[try increasing the stack size...<br /><br /><br />cant comment until we cud see the<br /><br />FIR_LPF(unsigned int data_update,int *arraybuffer);<br />definition! <br /> <img src='http://www.8051projects.net/e107_images/emotes/yahoo/7.gif' alt='' style='vertical-align:middle; border:0' />]]></description>
<author>shyam&lt;shyam@nospam.com&gt;</author>
<pubDate>Sun, 04 May 2008 12:48:23 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t9232.html</guid>
</item>
				</channel>
				</rss>