<?xml-stylesheet type="text/xsl" href="https://community.element14.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Tiva LaunchPad: Building an Event/Data Logger - Part 1 – SD Card capability</title><link>/technologies/internet-of-things/b/blog/posts/tiva-launchpad-building-an-event-data-logger---part-1-sd-card-capability</link><description>Part 1: You are here.Part 2: Tiva LaunchPad: Building an Event/Data Logger - Part 2 – Real Time Clock capability Note: This project uses a Tiva LaunchPad board, but it works with the MSP432 LaunchPad board too with some modifications by martinva...</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Tiva LaunchPad: Building an Event/Data Logger - Part 1 – SD Card capability</title><link>https://community.element14.com/technologies/internet-of-things/b/blog/posts/tiva-launchpad-building-an-event-data-logger---part-1-sd-card-capability</link><pubDate>Wed, 17 Feb 2016 23:13:41 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:8e2f21ce-4c92-4f62-b409-60620c918c43</guid><dc:creator>bluehash</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Hello Shabaz,&lt;/p&gt;&lt;p&gt;The stellarisiti forums have been merged into the 43oh forum. Could you change your link from the article to the following:&lt;/p&gt;&lt;p&gt;&lt;a class="jive-link-external-small" href="http://forum.43oh.com/topic/6933-energia-library-petit-fatfs-sd-card-library/" rel="nofollow ugc noopener" target="_blank" title="http://forum.43oh.com/topic/6933-energia-library-petit-fatfs-sd-card-library/"&gt;[Energia Library] Petit FatFS SD Card Library - TivaC / CC3XXX Energia Libraries - 43oh&lt;/a&gt; &lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;It is under Software Implementation:&lt;/p&gt;&lt;blockquote class="jive-quote"&gt;&lt;p&gt;&lt;span&gt;This was easy. An&lt;/span&gt;&lt;a class="" href="http://forum.stellarisiti.com/index.php?app=core&amp;amp;module=attach&amp;amp;section=attach&amp;amp;attach_id=770"&gt; existing SD card implementation&lt;/a&gt;&lt;span&gt; &lt;/span&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;img src="https://community.element14.com/aggbug?PostID=18155&amp;AppID=27&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Tiva LaunchPad: Building an Event/Data Logger - Part 1 – SD Card capability</title><link>https://community.element14.com/technologies/internet-of-things/b/blog/posts/tiva-launchpad-building-an-event-data-logger---part-1-sd-card-capability</link><pubDate>Sun, 10 May 2015 22:30:12 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:8e2f21ce-4c92-4f62-b409-60620c918c43</guid><dc:creator>pjrestrepo</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Hello Shabaz,&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am using the same TM4C123GXL pad as you, but, instead of the SD card directly, I am trying to use Adafruit MicroSD breakout card. It doesn&amp;#39;t see the card. In the CardInfo example code, I notice that chipselect is set to 32. &lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;const int chipSelect = 32; //cs PIN&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;A little below, there is the mode for pin 10 as output: &lt;/p&gt;&lt;p&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;pinMode(10, OUTPUT);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // change this to 53 on a mega&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;However, looking at the pins_energia.h under the stellarpad variant (is that the correct one?), pin 32 corresponds to PD_7 which is the pin at J4-9. I assume I am doing something wrong, or looking in the wrong place, but can&amp;#39;t figure it out. The pin at J1-8 would be pin 8, and corresponds to PA_5&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any assistance will be most appreciated.&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=18155&amp;AppID=27&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Tiva LaunchPad: Building an Event/Data Logger - Part 1 – SD Card capability</title><link>https://community.element14.com/technologies/internet-of-things/b/blog/posts/tiva-launchpad-building-an-event-data-logger---part-1-sd-card-capability</link><pubDate>Sat, 18 Apr 2015 04:03:40 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:8e2f21ce-4c92-4f62-b409-60620c918c43</guid><dc:creator>e14 Contributor</dc:creator><slash:comments>2</slash:comments><description>&lt;p&gt;Hello&amp;nbsp; Shabaz,&lt;/p&gt;&lt;p&gt;My name is Twofur and I’m new to the posting to forums and getting help from open sources. I’m learning computer architecture and I’m at a stage of building a project with a micro-controller that collects data and store it on a SD card.&amp;nbsp; I’m using a Tiva Launch pad just like yours and I’ve uploaded the code to the device and hooked up the device to the right pins. When I run the device and it initializing the SD card it says that it had a card failed, or not present even though it is been checked over many times to correctly wired(by your website instructions) and the pins are connected. Now when I used another person’s booster from 43oh and the code (yours), it works properly. What I wanted to ask, first was have you had this problem (I don’t think you did), and second is there a trick your using to get your card to work (like a unknown resistor I’m not seeing in the picture to the CD or is there something miss-wired). Any advice or suggestions to do something from your experience will be helpful to understanding why this is not working. Also before I leave I wanted to thank you for your post and time you put into this program. It looks much cleaner then a lot of code I’ve seen for writing to SD card for other open source code and look easy to implement.&lt;/p&gt;&lt;ol&gt;&lt;li&gt;p.s. I forgot to put this in but I wanted to ask where the ports are being init(). I’m new to energia and It’s been hard to follow the path the program takes to assign the ports to the device (I’ve seen a lot of code this week and not having a debugger to watch makes it hard to locate parts of code at times.) Thanks for this as well if you have time.&lt;/li&gt;&lt;/ol&gt;&lt;img src="https://community.element14.com/aggbug?PostID=18155&amp;AppID=27&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Tiva LaunchPad: Building an Event/Data Logger - Part 1 – SD Card capability</title><link>https://community.element14.com/technologies/internet-of-things/b/blog/posts/tiva-launchpad-building-an-event-data-logger---part-1-sd-card-capability</link><pubDate>Tue, 24 Mar 2015 19:21:35 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:8e2f21ce-4c92-4f62-b409-60620c918c43</guid><dc:creator>ravi_butani</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Thanks for this post &lt;span&gt;[mention:b0bc65b9ecdc4307bd967592f00e340a:e9ed411860ed4f2ba0265705b8793d05]&lt;/span&gt;.. SD library works just great with CC3200 Launchpad and you have made my job easier for my project in sudden impact design challenge... otherwise I am using &lt;a class="jive-link-blog-small" href="/challengesprojects/design-challenges/sudden-impact/b/blog/posts/real_5f00_time_5f00_monitor-real-time-player-monitoring-system-post-3-playing-with-cc3200-for-sd-card-interfacing"&gt;[This way&lt;/a&gt; for SD interfacing with CC3200 and it has many limitations...&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=18155&amp;AppID=27&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Tiva LaunchPad: Building an Event/Data Logger - Part 1 – SD Card capability</title><link>https://community.element14.com/technologies/internet-of-things/b/blog/posts/tiva-launchpad-building-an-event-data-logger---part-1-sd-card-capability</link><pubDate>Thu, 02 Oct 2014 16:18:46 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:8e2f21ce-4c92-4f62-b409-60620c918c43</guid><dc:creator>e14 Contributor</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Hi DAB,&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Nice work and thank you for posting this!&amp;nbsp; I have the Tiva C series as well and am trying to implement a wave file player that plays audio through a speaker.&amp;nbsp; How hard would it be do you think to move from your project (writing to the sd card), to my project (reading from the sd card)?&lt;/p&gt;&lt;p&gt;I would think that the code you have provided has libraries that also include functions for reading from the SD card.&amp;nbsp; I am thinking since energia is so much like arduino, maybe I could merge your code for my Tiva C series mcu and some other .wav player code for arduino?&amp;nbsp; What would you do?&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thanks for your time,&lt;/p&gt;&lt;p&gt;Aaron&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=18155&amp;AppID=27&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Tiva LaunchPad: Building an Event/Data Logger - Part 1 – SD Card capability</title><link>https://community.element14.com/technologies/internet-of-things/b/blog/posts/tiva-launchpad-building-an-event-data-logger---part-1-sd-card-capability</link><pubDate>Sat, 26 Jul 2014 18:15:35 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:8e2f21ce-4c92-4f62-b409-60620c918c43</guid><dc:creator>DAB</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Great post.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I need to build a couple of these loggers for data collection.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;DAB&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=18155&amp;AppID=27&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Tiva LaunchPad: Building an Event/Data Logger - Part 1 – SD Card capability</title><link>https://community.element14.com/technologies/internet-of-things/b/blog/posts/tiva-launchpad-building-an-event-data-logger---part-1-sd-card-capability</link><pubDate>Sat, 26 Jul 2014 13:46:36 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:8e2f21ce-4c92-4f62-b409-60620c918c43</guid><dc:creator>dougw</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Great project Shabaz - lots of potential uses. It wasn&amp;#39;t too long ago that this level of functionality took a considerable effort to implement.&lt;/p&gt;&lt;p&gt;Does this SD library use FAT32? (PC compatible files)&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=18155&amp;AppID=27&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item></channel></rss>