<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://e2e.ti.com/utility/FeedStylesheets/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>Hercules™ Safety Microcontrollers Forum - Recent Threads</title><link>http://e2e.ti.com/support/microcontrollers/hercules/f/312.aspx</link><description>Enter the online technical support community for the TMS570 &amp;amp; TMS470M Microcontrollers.</description><dc:language>en-US</dc:language><generator>6.x Production</generator><item><title>issue with RM48L952</title><link>http://e2e.ti.com/thread/272390.aspx</link><pubDate>Tue, 18 Jun 2013 08:33:56 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:88aa6fe6-863f-43de-94ce-d67587aff4ac</guid><dc:creator>Vaidyanathan Balakrishnan</dc:creator><slash:comments>7</slash:comments><comments>http://e2e.ti.com/thread/272390.aspx</comments><wfw:commentRss>http://e2e.ti.com/support/microcontrollers/hercules/f/312/t/272390/rss.aspx</wfw:commentRss><description>&lt;p&gt;We are using RM48L952 (144 pin package) and I find that when we program the attached Halcogen project into the chip, the chip fails to start. This change seems to be permanent i.e. the chip is lost forever. What happens is that when we debug with XDS100 and CCS, the cursto stops at c_init00. What could be the reason?&lt;/p&gt;
&lt;p&gt;The main change I did was to reduce the VICLK1 by changing the divisor - we needed to run SPI at 100 Khz which was not possible with VCLK1 at 100 MHz. I set the divisor of VCLK1 such that VCLK1 is about 11.35 MHz, generated the code, compiled and tried debugging. It was taking a long time to show the cursor at the program line so I pressed pause. The code was cycling at the memory parity check while loop. I thought it was taking too much time because of low VCLK1, stopped the project, went to Halcogen and changed VCLK1 to 100 MHz again to check. Again I could not debug.&lt;/p&gt;
&lt;p&gt;I programmed another working work - still the same issue.&lt;/p&gt;
&lt;p&gt;Changed processor board, programmed the working project, it worked. Programmed the new Halcogen project again, debug stopped at c_init. Changed back to working project, debug worked.&lt;/p&gt;
&lt;p&gt;I have attached Halcogen project which hangs up the processor. The difference between this and the project which stopped the processor completely is that the VCLK1 was set to 11.35 MHz.&lt;/p&gt;
&lt;p&gt;What could be the issue?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How to Measure of Execution Time without including any header file?</title><link>http://e2e.ti.com/thread/272596.aspx</link><pubDate>Tue, 18 Jun 2013 19:50:27 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:99b7e890-790e-4016-8e20-fb555ba73cd6</guid><dc:creator>Hani Abdul-Ghani</dc:creator><slash:comments>2</slash:comments><comments>http://e2e.ti.com/thread/272596.aspx</comments><wfw:commentRss>http://e2e.ti.com/support/microcontrollers/hercules/f/312/t/272596/rss.aspx</wfw:commentRss><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Could someone help me to measure the runtime that a portion of code elapsed to execute?&lt;/p&gt;
&lt;p&gt;The tricky part that we are using fixed point code and is not allowed to add a library nor to include header file since it will add more code.&lt;/p&gt;
&lt;p&gt;I know there are many ways to do that and I reviewed them some of them such as:&lt;/p&gt;
&lt;p&gt;&lt;span&gt;1- &lt;strong&gt;QueryPerformanceCounter()&lt;/strong&gt; and &lt;b&gt;QueryPerformanceFrequency()&lt;/b&gt;,&lt;/span&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;2- &lt;b&gt;&lt;span style="text-decoration:underline;"&gt;GetTimestamp()&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;span style="text-decoration:underline;"&gt;3- &lt;b&gt;&lt;span style="text-decoration:underline;"&gt;GetTickCount()&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;span style="text-decoration:underline;"&gt;&lt;b&gt;&lt;span style="text-decoration:underline;"&gt;4- clock(), time()&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;span style="text-decoration:underline;"&gt;&lt;b&gt;&lt;span style="text-decoration:underline;"&gt;5- &lt;b&gt;&lt;span style="text-decoration:underline;"&gt;Time Stamp Counter Registers (TSCL and TSCH)&lt;/span&gt;&amp;nbsp;&amp;nbsp;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;but all need a header file or a library to add.&lt;/p&gt;
&lt;p&gt;I want to use the (TSCH, TSCL) but it needs the header file (c6x.h),&amp;nbsp; I wonder if I could get the address of the counter (TSCH, TSCL) and then read the contents and do the calculation.&lt;/p&gt;
&lt;p&gt;I&amp;#39;m using the processor TMS470 tool 4.4.16.&lt;/p&gt;
&lt;p&gt;Our code is around 1.3 ms, so we need the measurement&amp;nbsp; to be in&amp;nbsp;mircrosecond level.&lt;/p&gt;
&lt;p&gt;Open for any new idea.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;habdulgh&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>TMS570LS31xxUSB Error connecting to the target (Error -2062 @0x0)</title><link>http://e2e.ti.com/thread/272750.aspx</link><pubDate>Wed, 19 Jun 2013 09:43:17 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:b0b71ef5-396f-40db-97da-d6203caf4b3c</guid><dc:creator>Nicholas Hall</dc:creator><slash:comments>4</slash:comments><comments>http://e2e.ti.com/thread/272750.aspx</comments><wfw:commentRss>http://e2e.ti.com/support/microcontrollers/hercules/f/312/t/272750/rss.aspx</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I have the TMS570LS31xxUSB. I have been able to load programs to MCU a few times using the demos and the demo code.&amp;nbsp; I have just generated my first code from HalCoGen and trying to load it to the MCU I get the following error.&lt;/p&gt;
&lt;p&gt;FATAL &amp;gt;&amp;gt; CortexR4: Error connecting to the target: (Error -2062 @ 0x0) Unable to halt device. Reset the device, and retry the operation. If error persists, confirm configuration, power-cycle the board, and/or try more reliable JTAG settings (e.g. lower TCLK). (Emulation package 5.1.73.0) &lt;/p&gt;
&lt;p&gt;I&amp;#39;m not really sure what could have caused this, though it did correspond with changeing the erase settings to necessary sectors only.&amp;nbsp; I have tried changing back to full erase and also updated from nowFlash to UniFlash 2.2.0, but am still getting the error message.&lt;/p&gt;
&lt;p&gt;I am not yet very skilled with these things so please bear that in mind when giving instructions.&amp;nbsp; Changing the frequency from 140MHz to 10MHz in nowFlash did not make any difference, and neither has disconnecting and reconnecting the board.&amp;nbsp; Could you let me know what I should do in this situation.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>TMS570LS - SCI Phantom Interrupt</title><link>http://e2e.ti.com/thread/272571.aspx</link><pubDate>Tue, 18 Jun 2013 17:41:00 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:05bc3784-163e-419c-ac22-ec5618a8d6f5</guid><dc:creator>Charles Johnston</dc:creator><slash:comments>8</slash:comments><comments>http://e2e.ti.com/thread/272571.aspx</comments><wfw:commentRss>http://e2e.ti.com/support/microcontrollers/hercules/f/312/t/272571/rss.aspx</wfw:commentRss><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;The sciLowLevelInterrupt() routine supplied with HALCoGen 3.04.00 has a case statement that switches on SCI Interrupt Vector Offset 1 (SCIINTVECT1).&amp;nbsp; The default case is commented as a phantom interrupt.&amp;nbsp; We are frequently getting this phantom interrupt with an offset of 0 which is reserved.&amp;nbsp; The SCI Flags Register (SCIFLR) is showing the RXRDY bit is set, but the ISR does not process it due to the higher priority phantom interrupt.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;1) What causes an SCI phantom interrupt?&lt;/p&gt;
&lt;p&gt;2) We periodically disable SCI_RX_INT to directly access the queue.&amp;nbsp; If this is done at the same time a byte is coming in, could this cause the offset register to be cleared?&lt;/p&gt;
&lt;p&gt;Thanks, Charlie Johnston&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:Arial;font-size:xx-small;"&gt;&lt;span style="font-family:Arial;font-size:xx-small;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;i&gt;&lt;span style="font-family:Arial;font-size:small;"&gt;&lt;span style="font-family:Arial;font-size:small;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;i&gt;&lt;span style="font-family:Arial;font-size:small;"&gt;&lt;span style="font-family:Arial;font-size:small;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;span style="font-family:Arial;font-size:small;"&gt;&lt;span style="font-family:Arial;font-size:small;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;span style="font-family:Arial;font-size:x-small;"&gt;&lt;span style="font-family:Arial;font-size:x-small;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;span style="font-family:Arial;font-size:x-small;"&gt;&lt;span style="font-family:Arial;font-size:x-small;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;span style="font-family:Arial;font-size:x-small;"&gt;&lt;span style="font-family:Arial;font-size:x-small;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;span style="font-family:Arial;font-size:x-small;"&gt;&lt;span style="font-family:Arial;font-size:x-small;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Statup File</title><link>http://e2e.ti.com/thread/271950.aspx</link><pubDate>Sat, 15 Jun 2013 18:20:58 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:097726cb-0cce-43ac-b0d3-ad1ed3561632</guid><dc:creator>Megan Graham</dc:creator><slash:comments>7</slash:comments><comments>http://e2e.ti.com/thread/271950.aspx</comments><wfw:commentRss>http://e2e.ti.com/support/microcontrollers/hercules/f/312/t/271950/rss.aspx</wfw:commentRss><description>&lt;p&gt;I am having problems running projects. I am using CCS5.4.0 and HALCoGen 3.5.2; I have a TMS570LS3137 board using TI XDS100v2 USB Emulator. I can run the demos just fine. When I add my own project I get the following:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;~ In the debug perspective connected to the target and see the following message in the console window: &amp;nbsp;&amp;nbsp; &amp;quot;CortexR4: GEL Output:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Memory Map Setup for Flash @ Address 0x0&amp;quot; &amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;~ When I pause the run I see in the Debug window:0x00000004 (no symbols are defined for 0x00000004)&lt;/p&gt;
&lt;p&gt;~&amp;nbsp;In the Disassembly window it seems to be stuck at address 0x00000004 which has no instructions there (all FFFFF&amp;#39;s)&lt;/p&gt;
&lt;p&gt;It doesn&amp;#39;t seem to run the startup&amp;nbsp;generated from HalCoGen.&lt;/p&gt;
&lt;p&gt;What did I miss?&lt;/p&gt;
&lt;p&gt;Megan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Which IC Package for Hercules Part contains JTAG SRST Pin?</title><link>http://e2e.ti.com/thread/272005.aspx</link><pubDate>Sun, 16 Jun 2013 17:45:09 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:a04f7c83-4325-4400-b1fe-9a1946211f79</guid><dc:creator>Pashan None</dc:creator><slash:comments>6</slash:comments><comments>http://e2e.ti.com/thread/272005.aspx</comments><wfw:commentRss>http://e2e.ti.com/support/microcontrollers/hercules/f/312/t/272005/rss.aspx</wfw:commentRss><description>&lt;p&gt;Hello Support,&lt;/p&gt;
&lt;p&gt;I am looking for any Hercules Family Part which contains JTAG SRST Pin within it&amp;#39;s IC Package.&lt;/p&gt;
&lt;p&gt;Please let me know.&lt;br /&gt;Thank you.&lt;br /&gt;Regards&lt;br /&gt;Pashan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Error in Flash API 2.0 Beta Release</title><link>http://e2e.ti.com/thread/272846.aspx</link><pubDate>Wed, 19 Jun 2013 16:15:52 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:1f6bb7f0-49ff-4cff-8d30-dcc1d899b8f8</guid><dc:creator>Pashan None</dc:creator><slash:comments>1</slash:comments><comments>http://e2e.ti.com/thread/272846.aspx</comments><wfw:commentRss>http://e2e.ti.com/support/microcontrollers/hercules/f/312/t/272846/rss.aspx</wfw:commentRss><description>&lt;p&gt;Hello Support,&lt;/p&gt;
&lt;p&gt;In the HalcoGen 3.05.02, I received a Beta Release 2.0 Flash API.&lt;/p&gt;
&lt;p&gt;Within the CGT.CSS.h file I see there is a typo as shown below in RED Bold [R is missing]&amp;nbsp;:&lt;/p&gt;
&lt;p&gt;/* Defines the method to indicate packed enums */&lt;br /&gt;#if defined(__TI_GNU_ATT&lt;strong&gt;&lt;span style="color:#ff0000;"&gt;R&lt;/span&gt;&lt;/strong&gt;IBUTE_SUPPORT__)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --- &lt;span style="color:#ff0000;"&gt;Typo&lt;/span&gt;&lt;br /&gt;/* --gcc option enabled so we can specify this */&lt;br /&gt;#define ATTRIBUTE_PACKED&amp;nbsp;&amp;nbsp;&amp;nbsp; __attribute__((packed))&lt;br /&gt;#else&lt;br /&gt;/* --gcc option not enabled so we cannot specify this */&lt;br /&gt;#define ATTRIBUTE_PACKED&lt;br /&gt;#endif&lt;/p&gt;
&lt;p&gt;Can you please confirm if it is an error or not because it is not matching with spnu151.pdf?&lt;/p&gt;
&lt;p&gt;Also, is there a final 2.0 Release instead of Beta Release?&lt;/p&gt;
&lt;p&gt;Thank you.&lt;br /&gt;Regards&lt;br /&gt;Pashan&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Read in ADC RAM 1</title><link>http://e2e.ti.com/thread/272187.aspx</link><pubDate>Mon, 17 Jun 2013 14:45:57 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:0e451d5a-e9de-43a9-8f84-857f36522df1</guid><dc:creator>Brice Plavonil</dc:creator><slash:comments>9</slash:comments><comments>http://e2e.ti.com/thread/272187.aspx</comments><wfw:commentRss>http://e2e.ti.com/support/microcontrollers/hercules/f/312/t/272187/rss.aspx</wfw:commentRss><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;on RM48x or TMS570LS dev board kit&lt;/p&gt;
&lt;p&gt;I set the ADC to read in continuous mode, and set the ADC memory to be 64 on group1. Eventually I set the fifo size to 64 even if I can&amp;#39;t figure out what is the link between the adc fifo and the group memory.&lt;/p&gt;
&lt;p&gt;I start my conversion ...&lt;/p&gt;
&lt;p&gt;and stop the conversion when fifo is full, assuming that the adc RAM contain the 64 values converted.&lt;/p&gt;
&lt;p&gt;I realize that in the adc RAM there is more than 256 available values ? is it possible ?&lt;/p&gt;
&lt;p&gt;because the TRM says that there are 64 buffers for conversion &amp;nbsp;possible on the ADC,Somewhere else it says that there &amp;nbsp;1024 buffers ? where is the truth ?&lt;/p&gt;
&lt;p&gt;the BNDB part in the ADBNDCR register says that it is possible to have 1FFh x 2 = 512 x 2 buffers ? &amp;nbsp;&lt;/p&gt;
&lt;p&gt;How could I know that I reached the accurate number of &amp;nbsp;conversion that &amp;nbsp;I want before reading the adc RAM ? &amp;nbsp;&lt;/p&gt;
&lt;p&gt;thank you beforehand.&lt;/p&gt;
&lt;p&gt;Brice&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Halcogen 3.05.02 installs 3.05.01 verson</title><link>http://e2e.ti.com/thread/272799.aspx</link><pubDate>Wed, 19 Jun 2013 13:02:10 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:73a3371c-cf70-4d94-a626-76bab331d051</guid><dc:creator>Pashan None</dc:creator><slash:comments>2</slash:comments><comments>http://e2e.ti.com/thread/272799.aspx</comments><wfw:commentRss>http://e2e.ti.com/support/microcontrollers/hercules/f/312/t/272799/rss.aspx</wfw:commentRss><description>&lt;p&gt;Hello Support,&lt;/p&gt;
&lt;p&gt;I have downloaded HalcoGen 3.05.02&amp;nbsp; -- Released 28-May-2013&lt;/p&gt;
&lt;p&gt;When I install, I see the version number as 3.05.01.&lt;/p&gt;
&lt;p&gt;Please confirm if I am missing something.&lt;/p&gt;
&lt;p&gt;Thank you.&lt;br /&gt;Regards&lt;br /&gt;Pashan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Design recommendations for Vcc pins with regulator enabled?</title><link>http://e2e.ti.com/thread/272759.aspx</link><pubDate>Wed, 19 Jun 2013 10:17:57 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:6ee94e4c-b03e-4557-b6a5-197113574dc1</guid><dc:creator>Mathew Maher</dc:creator><slash:comments>1</slash:comments><comments>http://e2e.ti.com/thread/272759.aspx</comments><wfw:commentRss>http://e2e.ti.com/support/microcontrollers/hercules/f/312/t/272759/rss.aspx</wfw:commentRss><description>&lt;p&gt;If I&amp;#39;ve enabled the internal 1.5v regulator (ENZ low), and have no need for external 1v5, what are the recommendations for Vcc pins, i.e. are they best left NC, or should they be decoupled (100nf)?&lt;/p&gt;
&lt;p&gt;cheers&lt;/p&gt;
&lt;p&gt;Mat&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Structure of mibspiPORT5, linPORT, hetPORT, spiPORT1 registers for use with gioSetDirection()</title><link>http://e2e.ti.com/thread/272785.aspx</link><pubDate>Wed, 19 Jun 2013 12:29:52 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:e8b26467-66d4-4341-a39d-01b548dab1ba</guid><dc:creator>Alan Day</dc:creator><slash:comments>5</slash:comments><comments>http://e2e.ti.com/thread/272785.aspx</comments><wfw:commentRss>http://e2e.ti.com/support/microcontrollers/hercules/f/312/t/272785/rss.aspx</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve looked and searched throughout the TMR and I can&amp;#39;t find a single mention of how these registers work. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;0xFFFFFFFF sets all pins to output from the example provided&lt;/p&gt;
&lt;p&gt;What about some pins set as outputs?&lt;/p&gt;
&lt;p&gt;Which bit in 0xFFFFFFFF represents LINTX or LINRX or HET4 or mibspi5NENA etc in their respective registers?&lt;/p&gt;
&lt;p&gt;Cheers,&lt;/p&gt;
&lt;p&gt;Alan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>FlexRay line driver?</title><link>http://e2e.ti.com/thread/272392.aspx</link><pubDate>Tue, 18 Jun 2013 08:37:06 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:6a836c7b-5a62-4f61-b8b4-6debca07ac78</guid><dc:creator>Massimo</dc:creator><slash:comments>2</slash:comments><comments>http://e2e.ti.com/thread/272392.aspx</comments><wfw:commentRss>http://e2e.ti.com/support/microcontrollers/hercules/f/312/t/272392/rss.aspx</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I want to connect 2 tms570LS2xx using FlexRay.&lt;/p&gt;
&lt;p&gt;I cannot use a flexray transceiver, for several reasons. Which line driver can I use for the physical connection? An LVTTL buffer, or an optocoupler?&lt;/p&gt;
&lt;p&gt;Thanks, best regards&lt;br /&gt;Massimo&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RM46 - CLEARINT - Problem</title><link>http://e2e.ti.com/thread/271576.aspx</link><pubDate>Thu, 13 Jun 2013 16:18:35 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:75b0b5ed-3773-46cb-b17e-613e2b3a318f</guid><dc:creator>Andy Kay</dc:creator><slash:comments>7</slash:comments><comments>http://e2e.ti.com/thread/271576.aspx</comments><wfw:commentRss>http://e2e.ti.com/support/microcontrollers/hercules/f/312/t/271576/rss.aspx</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;we are using RM46 @80MHz and we have set up MPU with peripherals as DEVICE_NONSHAREABLE with HalCoGen.&lt;/p&gt;
&lt;p&gt;Now, we have a problem:&lt;/p&gt;
&lt;p&gt;- in some functions I want to disable the RTI compare interrupt&lt;br /&gt;- then do some action&lt;br /&gt;- and re-enable the RTI compare interrupt&lt;/p&gt;
&lt;p&gt;Looks like this&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:courier new,courier;"&gt;// disable 1ms IRQ&lt;br /&gt;rtiREG1-&amp;gt;CLEARINT = RTI_COMP0_IRQ_BIT;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // &amp;#39;RTI_COMP0_IRQ_BIT&amp;#39; is defines as &amp;#39;0x01&amp;#39;)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:courier new,courier;"&gt;// Read flag (and reset, if elapsed)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;if(T_timer.at_periodtimer[u8_timer_idx].u8_flag)&lt;/span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // This global VAR is also read and written in 1ms IRQ&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;{&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;&amp;nbsp;&amp;nbsp; T_timer.at_periodtimer[u8_timer_idx].u8_flag = 0;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;&amp;nbsp;&amp;nbsp; u8_retval = 1;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;}&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;// enable 1ms IRQ&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new,courier;"&gt;rtiREG1-&amp;gt;SETINT&amp;nbsp;&amp;nbsp; = RTI_COMP0_IRQ_BIT;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;In the case, that the &amp;#39;1ms IRQ&amp;#39; routine breaks normal programm execution&lt;br /&gt;around the time, when I try to clear the enable flag (&lt;span style="font-family:courier new,courier;"&gt;rtiREG1-&amp;gt;CLEARINT = RTI_COMP0_IRQ_BIT&lt;/span&gt;, see above),&lt;br /&gt;magic things happen:&lt;/p&gt;
&lt;p&gt;The &amp;#39;1ms IRQ&amp;#39; is called twice!!!! (Directly after leaving the IRQ routine, it is called again!&lt;br /&gt;(But it should not be called until another 1 millisecond has passed).&lt;/p&gt;
&lt;p&gt;What I have tested:&lt;/p&gt;
&lt;p&gt;- put one &amp;quot;NOP&amp;quot; after &amp;#39;&lt;span style="font-family:courier new,courier;"&gt;rtiREG1-&amp;gt;CLEARINT = RTI_COMP0_IRQ_BIT;&lt;/span&gt;&amp;#39;&lt;br /&gt;-&amp;gt; IRQ Routine is called twice -&amp;gt; ERROR!&lt;/p&gt;
&lt;p&gt;- put 2 &amp;quot;NOP&amp;quot; after &amp;#39;&lt;span style="font-family:courier new,courier;"&gt;rtiREG1-&amp;gt;CLEARINT = RTI_COMP0_IRQ_BIT;&lt;/span&gt;&amp;#39;&lt;br /&gt;-&amp;gt; IRQ Routine is called only once -&amp;gt; works!!!&lt;/p&gt;
&lt;p&gt;- switch Memorytype for peripherals to &amp;quot;STRONGLY ORDERED&amp;quot;&lt;br /&gt;-&amp;gt; IRQ Routine is called only once -&amp;gt; works!!!&amp;nbsp; (... with no &amp;quot;NOP&amp;quot;s at all...)&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Do you have any explanation for this behavior?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Andy&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Halcogen ADC bug or not</title><link>http://e2e.ti.com/thread/272786.aspx</link><pubDate>Wed, 19 Jun 2013 12:30:27 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:6a6802a7-ee82-4946-8ad6-e35953d80966</guid><dc:creator>Vytautas Bau��a</dc:creator><slash:comments>1</slash:comments><comments>http://e2e.ti.com/thread/272786.aspx</comments><wfw:commentRss>http://e2e.ti.com/support/microcontrollers/hercules/f/312/t/272786/rss.aspx</wfw:commentRss><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I just wanted to ask whether it is a bug.&lt;/p&gt;
&lt;p&gt;I tried configuring TMS570LS0432 ADCgroup1 and left all configuration as is, just chose some PINs to enable from last row (PIN16, PIN17, PIN20 and PIN21). And when I select these pins &amp;quot;Cycle Time:&amp;quot; &amp;quot;t Total (us)&amp;quot; time doesn&amp;#39;t change. Because of this whenever I chose some pin configuration (specifically PIN0, PIN10, PIN20 and PIN21) everytime I got readings from ADC channel, they came&amp;nbsp;&amp;nbsp;not in correct order, besides one of reading wasn&amp;#39;t done (randomly), so I had to enable one more additional pin.&lt;/p&gt;
&lt;p&gt;When I chose any other ADC pins order, not including &amp;nbsp;(PIN16, PIN17, PIN20 and PIN21), things work like a charm.&lt;br /&gt;I&amp;nbsp;took&amp;nbsp;a week to spot this.&lt;br /&gt;So just wanted to inform others and clarify maybe these pins act like so intentionally?&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>DRV8301-LS12-Kit and spare gio</title><link>http://e2e.ti.com/thread/271621.aspx</link><pubDate>Thu, 13 Jun 2013 20:35:39 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:2126b6b0-83d1-4ed8-8779-57d1d8c7bb44</guid><dc:creator>Michael Holmes</dc:creator><slash:comments>3</slash:comments><comments>http://e2e.ti.com/thread/271621.aspx</comments><wfw:commentRss>http://e2e.ti.com/support/microcontrollers/hercules/f/312/t/271621/rss.aspx</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve got a DRV8301-LS12 motor dev kit and I&amp;#39;m trying to find a couple of spare gio pins to use. &amp;nbsp;It&amp;#39;s unclear from the schematics that came with the kit whether any of the connectors have spare gio available.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The DRV8301 board has J12 with GPIO-28 and GPIO-29, but when I try to trace them back to the processor, I get nowhere. &amp;nbsp;On the DRV8301 schematic, GPIO-28 traces to the GPIO-28 (pin 43) on connector J1. &amp;nbsp;But on the CNCD schematic, pin 43 is labeled GPIO28/SCIRXDA/XZCS6n and is connected to a wire labeled SCIRX_Base which doesn&amp;#39;t goto the processor (near as I can tell).&lt;/p&gt;
&lt;p&gt;Can anyone help me find some spare gpio from the processor that I can connect to from the DRV8301 board?&lt;/p&gt;
&lt;p&gt;Thanks in advance!&lt;/p&gt;
&lt;p&gt;Mike&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Can we use CCSV5 on TMS570 MDK?</title><link>http://e2e.ti.com/thread/272656.aspx</link><pubDate>Wed, 19 Jun 2013 03:04:35 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:da44e62b-9d50-4122-96f0-0b497287eed3</guid><dc:creator>kevin huang101715</dc:creator><slash:comments>0</slash:comments><comments>http://e2e.ti.com/thread/272656.aspx</comments><wfw:commentRss>http://e2e.ti.com/support/microcontrollers/hercules/f/312/t/272656/rss.aspx</wfw:commentRss><description>&lt;p&gt;Hi:&lt;/p&gt;
&lt;p&gt;I download the CCSV5 and install it.&lt;/p&gt;
&lt;p&gt;It show a license requirement window.&lt;/p&gt;
&lt;p&gt;I input the&amp;nbsp;&amp;quot;TMDX570-Development-Kit.lic&amp;quot; that are under CCSV4 directory, but it show invalid lincense.&lt;/p&gt;
&lt;p&gt;How can i get a new license for CCSV5?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Flash API 1.51 doesn't compile with --unaligned_access=off option even though --gcc option is ON</title><link>http://e2e.ti.com/thread/272581.aspx</link><pubDate>Tue, 18 Jun 2013 18:30:17 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:c113d19e-0fe3-4efb-8464-d8944512f015</guid><dc:creator>Pashan None</dc:creator><slash:comments>1</slash:comments><comments>http://e2e.ti.com/thread/272581.aspx</comments><wfw:commentRss>http://e2e.ti.com/support/microcontrollers/hercules/f/312/t/272581/rss.aspx</wfw:commentRss><description>&lt;p&gt;Hello Support,&lt;/p&gt;
&lt;p&gt;We need to compile Flash API Library Header files using --unaligned_access = off option for Version 1.51.&lt;br /&gt;Can you please let us know how to do that?&lt;br /&gt;Because of ATTRIBUTE_PACKED as used within Types.h, TI Compiler is giving error.&lt;/p&gt;
&lt;p&gt;Thank you.&lt;br /&gt;Regards&lt;br /&gt;Pashan&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>HET PULSEHI?</title><link>http://e2e.ti.com/thread/272421.aspx</link><pubDate>Tue, 18 Jun 2013 10:02:17 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:73cf79f1-6d7f-4a53-bfd9-db9dbb59a832</guid><dc:creator>Jack Andrews</dc:creator><slash:comments>3</slash:comments><comments>http://e2e.ti.com/thread/272421.aspx</comments><wfw:commentRss>http://e2e.ti.com/support/microcontrollers/hercules/f/312/t/272421/rss.aspx</wfw:commentRss><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Please could someone explain what HET action PULSEHI actually does and how it differs from SET? &amp;nbsp;I can&amp;#39;t seem to find any documentation for it.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Jack&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>TMS470 CCS release and debug mode</title><link>http://e2e.ti.com/thread/272333.aspx</link><pubDate>Tue, 18 Jun 2013 03:26:25 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:ef2629d0-0f4c-4145-9d35-a6f950574925</guid><dc:creator>Ramkumar natarajan</dc:creator><slash:comments>1</slash:comments><comments>http://e2e.ti.com/thread/272333.aspx</comments><wfw:commentRss>http://e2e.ti.com/support/microcontrollers/hercules/f/312/t/272333/rss.aspx</wfw:commentRss><description>&lt;p&gt;Hi Forum members&lt;/p&gt;
&lt;p&gt;i am using TMS470 in my design&lt;/p&gt;
&lt;p&gt;The code is running fine when the .out file is compiled in debug mode and downloaded to device.&lt;/p&gt;
&lt;p&gt;If we compile same code in release mode and download .out file, the code does not work properly in the microcontroller&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>HET Issue: Cannot stop pwm output, if duty cycle was set to 100%</title><link>http://e2e.ti.com/thread/272374.aspx</link><pubDate>Tue, 18 Jun 2013 07:11:34 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:77f74ece-b770-4b8f-9429-e326af356dff</guid><dc:creator>Emmanuel Dhollande</dc:creator><slash:comments>1</slash:comments><comments>http://e2e.ti.com/thread/272374.aspx</comments><wfw:commentRss>http://e2e.ti.com/support/microcontrollers/hercules/f/312/t/272374/rss.aspx</wfw:commentRss><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I am using the pwm generation on the TMS570 platform using the HET module. I generate the code using HAlcogen (version 03.03.01).&lt;/p&gt;
&lt;p&gt;The pwm generation works so far, however if Ithe duty cycle was set before to 100% (pwmSetDuty()) , calling the method pwmstop from the generated het.c does not deactivate the output.&lt;/p&gt;
&lt;p&gt;For any other pwm duty cycle, I can stop the pwm generation, and the output on my pin is low.&lt;/p&gt;
&lt;p&gt;Should I explicitely set the pin to low, after having called the pwmStop method ?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks an regards&lt;/p&gt;
&lt;p&gt;Emmanuel&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>LIN Communication</title><link>http://e2e.ti.com/thread/272387.aspx</link><pubDate>Tue, 18 Jun 2013 08:07:52 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:60c917b8-5d3f-4c39-a978-e714522567fa</guid><dc:creator>ishan maniar</dc:creator><slash:comments>1</slash:comments><comments>http://e2e.ti.com/thread/272387.aspx</comments><wfw:commentRss>http://e2e.ti.com/support/microcontrollers/hercules/f/312/t/272387/rss.aspx</wfw:commentRss><description>&lt;p&gt;Hie,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I am using the TMS570 HDK, And I want to Transmit and Receive LIN messages, over a LIN bus.&lt;/p&gt;
&lt;p&gt;Is there any code example for LIN communication, in a similar way there are example codes for CAN?&lt;/p&gt;
&lt;p&gt;An example would really help.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Cheers, Ishan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Question about pinmux for 4 certain pins</title><link>http://e2e.ti.com/thread/272447.aspx</link><pubDate>Tue, 18 Jun 2013 11:46:00 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:9819fb78-6f12-4ecd-9507-8fca281da555</guid><dc:creator>Tom Major</dc:creator><slash:comments>1</slash:comments><comments>http://e2e.ti.com/thread/272447.aspx</comments><wfw:commentRss>http://e2e.ti.com/support/microcontrollers/hercules/f/312/t/272447/rss.aspx</wfw:commentRss><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I am currently designing a board with a TMS5703137BZWTQQ1 and have to look at each pin for all my desired functions.&lt;/p&gt;
&lt;p&gt;For these 4 pin functions, two ball grid pins are assigned (document SPNS162A &amp;ndash;APRIL 2012&amp;ndash;REVISED NOVEMBER 2012)&lt;/p&gt;
&lt;p&gt;HET1_21:&amp;nbsp; H4 J3&lt;br /&gt;HET1_27:&amp;nbsp; A9 B2&lt;br /&gt;HET1_29:&amp;nbsp; A3 C3&lt;br /&gt;GIOB_2:&amp;nbsp; F2 V10&lt;/p&gt;
&lt;p&gt;Is this some kind of error or is this correct? How can one have the same pin function (like GIOB_2) on two different pins? E.g. how can one read one GIO B2 input from two different pins?&lt;/p&gt;
&lt;p&gt;Would be great if someone from TI could clarify this.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Tom&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>tms570 bq76pl536 spi driver</title><link>http://e2e.ti.com/thread/272465.aspx</link><pubDate>Tue, 18 Jun 2013 12:27:58 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:72494df3-95b7-4cb5-9149-00915cd2ebe4</guid><dc:creator>Mehmet Karadeniz</dc:creator><slash:comments>1</slash:comments><comments>http://e2e.ti.com/thread/272465.aspx</comments><wfw:commentRss>http://e2e.ti.com/support/microcontrollers/hercules/f/312/t/272465/rss.aspx</wfw:commentRss><description>&lt;p&gt;hello ,&lt;/p&gt;
&lt;p&gt;i started new project and need to communicate with bq76pl536 &amp;nbsp;ic from tms570, &amp;nbsp;is there any ready to use driver for this ic ?&lt;/p&gt;
&lt;p&gt;i am run out of time &amp;nbsp;that why need ready to use driver&amp;nbsp;&lt;/p&gt;
&lt;p&gt;thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Code Composer Studio 4 was not detected (Error message from Hercules Safety MCU Demos)</title><link>http://e2e.ti.com/thread/270213.aspx</link><pubDate>Thu, 06 Jun 2013 21:04:32 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:6c9fb739-a9ca-4a0c-82da-608dd1f48bd8</guid><dc:creator>Nicholas Hall</dc:creator><slash:comments>12</slash:comments><comments>http://e2e.ti.com/thread/270213.aspx</comments><wfw:commentRss>http://e2e.ti.com/support/microcontrollers/hercules/f/312/t/270213/rss.aspx</wfw:commentRss><description>&lt;p&gt;Hi, I have just aqcuired a TMS570LS31xxUSB dev board and am keen to view some Code Composer Studio demos.&amp;nbsp; However, when I try to do this I get the error message given in the title followed by a pop up box saying it is not installed on the system and asking me if I want to download it.&amp;nbsp; I have seen this thread http://e2e.ti.com/support/microcontrollers/hercules/f/312/t/219081.aspx where the answers given for a different dev board were&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;1. You can open the Demo project from CCS under project menu -&amp;gt; Import existing CCS project. Assuming that the installation was in the default directory, set the search location to: C:\ti\Hercules\Hercules Safety MCU Demos\RM48x_target_sources\build. &lt;br /&gt;You can build this project and flash it using &amp;#39;run-&amp;gt;load&amp;#39; under CCS debug view.&lt;/p&gt;
&lt;p&gt;2. It is highly recommended that you update to CCSv5 and latest version of the &lt;a href="http://www.ti.com/tool/HalcoGen" title="Link to Tool Folder" target="_blank"&gt;HalcoGen&lt;/a&gt; (code creation tool) and the demo software.&lt;/p&gt;
&lt;p&gt;3. At the minimum you need the CCS and the Hercules Demo software. That can be found at this link: http://www.ti.com/mcu/docs/mcuprodtoolsw.tsp?sectionId=95&amp;amp;tabId=2836&amp;amp;familyId=1931&amp;amp;toolTypeId=1&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;However, I can&amp;#39;t find the appropriate folder, either in C:\Program Files (x86)\Texas Instruments\Hercules\Hercules Safety MCU Demos or using a system search, and I&amp;#39;m not sure how to download any software without a company, website, etc.&lt;/p&gt;
&lt;p&gt;Could you advise me what to do to view these demos.&amp;nbsp; Thanks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Fixed point arithmetics TMS570LS0432</title><link>http://e2e.ti.com/thread/271466.aspx</link><pubDate>Thu, 13 Jun 2013 10:32:16 GMT</pubDate><guid isPermaLink="false">cb01d8b2-d089-468d-babb-77d1d8683490:27689992-7cdc-405e-995e-e8e58c4d7032</guid><dc:creator>Vytautas Bau��a</dc:creator><slash:comments>2</slash:comments><comments>http://e2e.ti.com/thread/271466.aspx</comments><wfw:commentRss>http://e2e.ti.com/support/microcontrollers/hercules/f/312/t/271466/rss.aspx</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Hello,&lt;/p&gt;
&lt;p&gt;I would like to use a PID controller with fixed point arithmetics.&lt;/p&gt;
&lt;p&gt;So far I tried using &amp;quot;Cortex-R4 CMSIS DSP Library&amp;quot;, which isn&amp;#39;t flexible at all. Description of functions is dim. And for my specific implementation q15_t type doesn&amp;#39;t seem to provide sufficient variable range (-2 to 1.99...).&lt;/p&gt;
&lt;p&gt;1)So, is IQmath (used for C28 family, &amp;quot;tidcs\c28&amp;quot;) suitable for TMS570LS0432 microcontroller? Because this library has a whole different scale of&amp;nbsp;support and for me it seems more comprehensible.&lt;/p&gt;
&lt;p&gt;2)If yes, how can I get it running on my board with PID implementation.&lt;/p&gt;
&lt;p&gt;3)I had a suggestion of using &amp;quot;motorware&amp;quot; library, could you point me how better or worse this library is, compared, to &amp;quot;tidcs&amp;quot; or &amp;quot;CMSIS&amp;quot;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>