<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>EmbLogic &#187; praveen.joshi</title>
	<atom:link href="https://www.emblogic.com/blog/author/praveen-joshi/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.emblogic.com/blog</link>
	<description>Embedded System and ARM Training</description>
	<lastBuildDate>Tue, 03 Mar 2020 13:00:06 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.1</generator>
	<item>
		<title>character driver</title>
		<link>https://www.emblogic.com/blog/01/character-driver-7/</link>
		<comments>https://www.emblogic.com/blog/01/character-driver-7/#comments</comments>
		<pubDate>Wed, 30 Jan 2013 12:32:44 +0000</pubDate>
		<dc:creator><![CDATA[praveen.joshi]]></dc:creator>
				<category><![CDATA[Character Driver]]></category>

		<guid isPermaLink="false">http://emblogic.org/blog/?p=6108</guid>
		<description><![CDATA[proper implementation of cdev_init and cdev_add for 25 nod done.]]></description>
				<content:encoded><![CDATA[<p>proper implementation of cdev_init and cdev_add for 25 nod done.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.emblogic.com/blog/01/character-driver-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>character driver</title>
		<link>https://www.emblogic.com/blog/01/character-driver-6/</link>
		<comments>https://www.emblogic.com/blog/01/character-driver-6/#comments</comments>
		<pubDate>Tue, 29 Jan 2013 12:26:28 +0000</pubDate>
		<dc:creator><![CDATA[praveen.joshi]]></dc:creator>
				<category><![CDATA[Character Driver]]></category>

		<guid isPermaLink="false">http://emblogic.org/blog/?p=6018</guid>
		<description><![CDATA[driver register and unregister with kernel perform using register_chrdev function and alloc_chrdev_region and unregister with unregister_chrdev_region . one issue faced: Instead of whole program execute successfully there is no output  and after reboot it gives correct output.]]></description>
				<content:encoded><![CDATA[<p>driver register and unregister with kernel perform using register_chrdev function and alloc_chrdev_region and unregister with unregister_chrdev_region .</p>
<p>one issue faced:</p>
<p>Instead of whole program execute successfully there is no output  and after reboot it gives correct output.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.emblogic.com/blog/01/character-driver-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>thread: assignment</title>
		<link>https://www.emblogic.com/blog/01/thread-assignment/</link>
		<comments>https://www.emblogic.com/blog/01/thread-assignment/#comments</comments>
		<pubDate>Sat, 19 Jan 2013 11:15:20 +0000</pubDate>
		<dc:creator><![CDATA[praveen.joshi]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://emblogic.org/blog/?p=5937</guid>
		<description><![CDATA[assignment completed using mutex and semaphore both.]]></description>
				<content:encoded><![CDATA[<p>assignment completed using mutex and semaphore both.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.emblogic.com/blog/01/thread-assignment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IPC Project</title>
		<link>https://www.emblogic.com/blog/01/ipc-project-2/</link>
		<comments>https://www.emblogic.com/blog/01/ipc-project-2/#comments</comments>
		<pubDate>Mon, 14 Jan 2013 05:02:44 +0000</pubDate>
		<dc:creator><![CDATA[praveen.joshi]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://emblogic.org/blog/?p=5886</guid>
		<description><![CDATA[project completed using message queues but facing problem in semaphore]]></description>
				<content:encoded><![CDATA[<p>project completed using message queues but facing problem in semaphore</p>
]]></content:encoded>
			<wfw:commentRss>https://www.emblogic.com/blog/01/ipc-project-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>memory allocation</title>
		<link>https://www.emblogic.com/blog/12/memory-allocation/</link>
		<comments>https://www.emblogic.com/blog/12/memory-allocation/#comments</comments>
		<pubDate>Sat, 01 Dec 2012 07:21:53 +0000</pubDate>
		<dc:creator><![CDATA[praveen.joshi]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://emblogic.org/blog/?p=5697</guid>
		<description><![CDATA[ptr=malloc(sizeof(char)*4); if length of available characters in string is more than 4 then memory allocation to pointer cross the limit but it does not affect the output to print the string.]]></description>
				<content:encoded><![CDATA[<p>ptr=malloc(sizeof(char)*4);</p>
<p>if length of available characters in string is more than 4 then memory allocation to pointer cross the limit but it does not affect the output to print the string.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.emblogic.com/blog/12/memory-allocation/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
