<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>8-bit Microcontrollers中的主题 Re: Sent protocol on HCS08SG</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Sent-protocol-on-HCS08SG/m-p/493435#M21897</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, you're going to have to read a little and make your own driver to access the sensor. With a timer or two, you can. I recommend you do it in assembler.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what I found ... By the way, I found the TLE7998, TLE4998 only.&lt;/P&gt;&lt;P&gt;The SENT protocol SAE J2716. Everything can be done with a micro depends on your imagination. I did the ISO 14230 protocol for accessing a vehicle ECU.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/www.zmdi.com/sites/default/files/A_Tutorial_of_Digital_SENT_Interface.pdf" target="test_blank"&gt;www.zmdi.com/sites/default/files/A_Tutorial_of_Digital_SENT_Interface.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/www.infineon.com/dgdl/TLE4998SP_Programming_Guide_Rev1.2.pdf?fileId=db3a30431ce5fb52011d29ca55c11bcd" target="test_blank"&gt;www.infineon.com/dgdl/TLE4998SP_Programming_Guide_Rev1.2.pdf?fileId=db3a30431ce5fb52011d29ca55c11bcd&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Feb 2016 01:57:53 GMT</pubDate>
    <dc:creator>Leojunin</dc:creator>
    <dc:date>2016-02-09T01:57:53Z</dc:date>
    <item>
      <title>Sent protocol on HCS08SG</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Sent-protocol-on-HCS08SG/m-p/493433#M21895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We want to implement the sent protocol on an HCS08SG device.&lt;/P&gt;&lt;P&gt;(Sent is used in our case on Infineon TLE7998 Hall sensor)&lt;/P&gt;&lt;P&gt;I've connected the digital signal of the sensor to input capture of the processor.&lt;/P&gt;&lt;P&gt;Does it exist some librairies I couldbegin to work for this protocol ?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;francois &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2016 12:11:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Sent-protocol-on-HCS08SG/m-p/493433#M21895</guid>
      <dc:creator>Francois</dc:creator>
      <dc:date>2016-02-05T12:11:12Z</dc:date>
    </item>
    <item>
      <title>Re: Sent protocol on HCS08SG</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Sent-protocol-on-HCS08SG/m-p/493434#M21896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Francois,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think there are no libraries for this protocol for S08 device. The MCU needs to have high computing power for the receive and decode the SENT message. It will need to process the interrupt service routine very frequently. It is recommended to use DMA module inside MCU (not S08) for the timer output data transfer to RAM. Please try use such newer MCU with DMA if possible for this application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Stano.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2016 14:22:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Sent-protocol-on-HCS08SG/m-p/493434#M21896</guid>
      <dc:creator>Stano</dc:creator>
      <dc:date>2016-02-05T14:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: Sent protocol on HCS08SG</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Sent-protocol-on-HCS08SG/m-p/493435#M21897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, you're going to have to read a little and make your own driver to access the sensor. With a timer or two, you can. I recommend you do it in assembler.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what I found ... By the way, I found the TLE7998, TLE4998 only.&lt;/P&gt;&lt;P&gt;The SENT protocol SAE J2716. Everything can be done with a micro depends on your imagination. I did the ISO 14230 protocol for accessing a vehicle ECU.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/www.zmdi.com/sites/default/files/A_Tutorial_of_Digital_SENT_Interface.pdf" target="test_blank"&gt;www.zmdi.com/sites/default/files/A_Tutorial_of_Digital_SENT_Interface.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/www.infineon.com/dgdl/TLE4998SP_Programming_Guide_Rev1.2.pdf?fileId=db3a30431ce5fb52011d29ca55c11bcd" target="test_blank"&gt;www.infineon.com/dgdl/TLE4998SP_Programming_Guide_Rev1.2.pdf?fileId=db3a30431ce5fb52011d29ca55c11bcd&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2016 01:57:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Sent-protocol-on-HCS08SG/m-p/493435#M21897</guid>
      <dc:creator>Leojunin</dc:creator>
      <dc:date>2016-02-09T01:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: Sent protocol on HCS08SG</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Sent-protocol-on-HCS08SG/m-p/493436#M21898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the response,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've witten a driver on a TPM in input capture mode.&lt;/P&gt;&lt;P&gt;During 2 ms, I store all the interval between pulses with interrupt.&lt;/P&gt;&lt;P&gt;during 2 other ms I decode the length of the pulse based on the initial 56 UT pulse length&lt;/P&gt;&lt;P&gt;I've set the CPU at 36 MHz but it requires effectively a lot of calculation&lt;/P&gt;&lt;P&gt;What kind of CPU could be more suitable for this applicationwith same modules (SCI, COMP, clock etc ...) and same pinout ?&lt;/P&gt;&lt;P&gt;Actually, I use SG32 in TSSOP20 package.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2016 14:39:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Sent-protocol-on-HCS08SG/m-p/493436#M21898</guid>
      <dc:creator>Francois</dc:creator>
      <dc:date>2016-02-11T14:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: Sent protocol on HCS08SG</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Sent-protocol-on-HCS08SG/m-p/493437#M21899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I read a little about the sensor. The clock is driven on the same line VDD, changing the voltage. Then it is a covert means SPI. You could make a driver leaving a port of any microcontroller. Using 2 pin. You can make a driver to control it. I imagine a transistor hung from the connector to 10V and its emitter fed from 5.6V with a diode which fall 0.6V and thus feed sensor handle and turn the clock.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="sensor.JPG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/35503iF3EFEA9231F10F6D/image-size/large?v=v2&amp;amp;px=999" role="button" title="sensor.JPG" alt="sensor.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Everything goes through the imagination. When I made the ISO14230 protocol, I used a QY4 @ 4MHz fbus.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should read carefully and more than once the sensor data sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2016 17:06:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Sent-protocol-on-HCS08SG/m-p/493437#M21899</guid>
      <dc:creator>Leojunin</dc:creator>
      <dc:date>2016-02-11T17:06:20Z</dc:date>
    </item>
    <item>
      <title>Re: Sent protocol on HCS08SG</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Sent-protocol-on-HCS08SG/m-p/493438#M21900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank for you idea of schematic, I'll think about that for a programmer of the TLE7998&lt;/P&gt;&lt;P&gt;(Actually,we use the Hitex one and this is a nightmare)&lt;/P&gt;&lt;P&gt;But the Infineon link above is only for programming the sensor once at production of the board&lt;/P&gt;&lt;P&gt;(amplification, offset, cutoff filter etc ...) This is done only once&lt;/P&gt;&lt;P&gt;After, when the sensor is running normally, the sent protocol is measurement of length of pulses&lt;/P&gt;&lt;P&gt;One 56 Unit Time pulse (~168 µs but not so accurate) then 8 pulses of 12 to 27 UT and I have to&lt;/P&gt;&lt;P&gt;calculate the length of these 8 pulses and then the Crc (which is very simple)&lt;/P&gt;&lt;P&gt;I my case (SG32 36 MHz, measurement and storage of pulses takes ~1 ms&lt;/P&gt;&lt;P&gt;decoding the length ~1 ms also. This could be ok but I think that with a 16 bits processor it could be improved&lt;/P&gt;&lt;P&gt;much more. I continue my investigations, but it runs not so bad ....&lt;/P&gt;&lt;P&gt;francois&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2016 19:57:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Sent-protocol-on-HCS08SG/m-p/493438#M21900</guid>
      <dc:creator>Francois</dc:creator>
      <dc:date>2016-02-11T19:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: Sent protocol on HCS08SG</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Sent-protocol-on-HCS08SG/m-p/493439#M21901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Francois,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the S08 core is running up to 20MHz Bus clock. The higher rate bus clock have the new MCUs of Kinetis family. The basic range is 50MHz -&amp;gt; exactly 48MHz -&amp;gt; Bus CLK = 24MHz. It comprises all standard peripherals and also DMA channels. The higher rate is 72MHz -&amp;gt; 36MHz Bus CLK, then 100MHz -&amp;gt; 50MHz Bus CLK or higher. All have basic or more power full peripherals always with DMA. The only one MCU in TSSOP20 package is LPC1111 or LPC1112, but not compatible with SG32 pinning.&lt;/P&gt;&lt;P&gt;I suggest you to use such new Kinetis device, either low power (L-family) with bus up to 24Mhz or higher K-family with bus up to 36MHz. It will be sufficient for SENT decode and manage other tasks also. Here are links:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.nxp.com/products/microcontrollers-and-processors/arm-processors/kinetis-cortex-m-mcus/l-series:KINETIS_L_SERIES" title="http://www.nxp.com/products/microcontrollers-and-processors/arm-processors/kinetis-cortex-m-mcus/l-series:KINETIS_L_SERIES"&gt;Ultra-Low Power MCUs – Kinetis L Series|NXP&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="http://www.nxp.com/products/microcontrollers-and-processors/arm-processors/kinetis-cortex-m-mcus/k-series:KINETIS_K_SERIES?cof=0&amp;amp;am=0" title="http://www.nxp.com/products/microcontrollers-and-processors/arm-processors/kinetis-cortex-m-mcus/k-series:KINETIS_K_SERIES?cof=0&amp;amp;am=0"&gt;ARM Cortex-M4 Cores|Kinetis K MCUs|NXP&lt;/A&gt; &lt;/P&gt;&lt;P&gt;You can also use the AN4432 about SENT protocol:&lt;/P&gt;&lt;P&gt;&lt;A href="http://cache.nxp.com/files/32bit/doc/app_note/AN4432.pdf?fpsp=1&amp;amp;WT_TYPE=Application%20Notes&amp;amp;WT_VENDOR=FREESCALE&amp;amp;WT_FILE_FORMAT=pdf&amp;amp;WT_ASSET=Documentation&amp;amp;fileExt=.pdf" title="http://cache.nxp.com/files/32bit/doc/app_note/AN4432.pdf?fpsp=1&amp;amp;WT_TYPE=Application%20Notes&amp;amp;WT_VENDOR=FREESCALE&amp;amp;WT_FILE_FORMAT=pdf&amp;amp;WT_ASSET=Documentation&amp;amp;fileExt=.pdf"&gt;http://cache.nxp.com/files/32bit/doc/app_note/AN4432.pdf?fpsp=1&amp;amp;WT_TYPE=Application%20Notes&amp;amp;WT_VENDOR=FREESCALE&amp;amp;WT_FILE_…&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this help you. If you need next help, you are welcome.&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Stano.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Feb 2016 23:35:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Sent-protocol-on-HCS08SG/m-p/493439#M21901</guid>
      <dc:creator>Stano</dc:creator>
      <dc:date>2016-02-11T23:35:12Z</dc:date>
    </item>
    <item>
      <title>Re: Sent protocol on HCS08SG</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Sent-protocol-on-HCS08SG/m-p/493440#M21902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;My project works not no bad but I'm facing a strange problem.&lt;/P&gt;&lt;P&gt;I have a c&amp;nbsp; calculation (it can be interrupted by timer interrupt which doent modify the registers of the calculation)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;long n;&lt;/P&gt;&lt;P&gt;TleValueAvg is int&lt;/P&gt;&lt;P&gt;Range is uint&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this first case the calculation of n works fine&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;253&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; n = (long)(RamRO.Tle[1].TleValueAvg);//&lt;/P&gt;&lt;P&gt;8be3:&amp;nbsp;&amp;nbsp; 32026E LDHX 0x026E&lt;/P&gt;&lt;P&gt;8be6:&amp;nbsp;&amp;nbsp; 9F TXA&lt;/P&gt;&lt;P&gt;8be7:&amp;nbsp;&amp;nbsp; 8B PSHH&lt;/P&gt;&lt;P&gt;8be8:&amp;nbsp;&amp;nbsp; 88 PULX&lt;/P&gt;&lt;P&gt;8be9:&amp;nbsp;&amp;nbsp; 87 PSHA&lt;/P&gt;&lt;P&gt;8bea:&amp;nbsp;&amp;nbsp; CD9C46 JSR 0x9C46 _SEXT16_32 (0x9c46)&lt;/P&gt;&lt;P&gt;8bed:&amp;nbsp;&amp;nbsp; 95 TSX&lt;/P&gt;&lt;P&gt;8bee:&amp;nbsp;&amp;nbsp; AF06 AIX #6&lt;/P&gt;&lt;P&gt;8bf0:&amp;nbsp;&amp;nbsp; CD9C2C JSR 0x9C2C _POP32 (0x9c2c)&lt;/P&gt;&lt;P&gt;256&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; n = n * Data.Tle[0].Range;&lt;/P&gt;&lt;P&gt;8bf3:&amp;nbsp;&amp;nbsp; 328016 LDHX 0x8016&lt;/P&gt;&lt;P&gt;8bf6:&amp;nbsp;&amp;nbsp; 4F CLRA&lt;/P&gt;&lt;P&gt;8bf7:&amp;nbsp;&amp;nbsp; 89 PSHX&lt;/P&gt;&lt;P&gt;8bf8:&amp;nbsp;&amp;nbsp; 8B PSHH&lt;/P&gt;&lt;P&gt;8bf9:&amp;nbsp;&amp;nbsp; 87 PSHA&lt;/P&gt;&lt;P&gt;8bfa:&amp;nbsp;&amp;nbsp; 87 PSHA&lt;/P&gt;&lt;P&gt;8bfb:&amp;nbsp;&amp;nbsp; 95 TSX&lt;/P&gt;&lt;P&gt;8bfc:&amp;nbsp;&amp;nbsp; 89 PSHX&lt;/P&gt;&lt;P&gt;8bfd:&amp;nbsp;&amp;nbsp; 8B PSHH&lt;/P&gt;&lt;P&gt;8bfe:&amp;nbsp;&amp;nbsp; AF06 AIX #6&lt;/P&gt;&lt;P&gt;8c00:&amp;nbsp;&amp;nbsp; 89 PSHX&lt;/P&gt;&lt;P&gt;8c01:&amp;nbsp;&amp;nbsp; 8B PSHH&lt;/P&gt;&lt;P&gt;8c02:&amp;nbsp;&amp;nbsp; 9EFE03 LDHX 3,SP&lt;/P&gt;&lt;P&gt;8c05:&amp;nbsp;&amp;nbsp; CD9BEA JSR 0x9BEA _LMUL (0x9bea)&lt;/P&gt;&lt;P&gt;8c08:&amp;nbsp;&amp;nbsp; 95 TSX&lt;/P&gt;&lt;P&gt;8c09:&amp;nbsp;&amp;nbsp; AF0C AIX #12&lt;/P&gt;&lt;P&gt;8c0b:&amp;nbsp;&amp;nbsp; CD9C2C JSR 0x9C2C _POP32 (0x9c2c)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this second case, the calculation of n return errors&lt;/P&gt;&lt;P&gt;n = f9f9f6a0 instead of fffff6a0&lt;/P&gt;&lt;P&gt;or n = fdfdfce0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My concern is that there is an access to 0x0230 which has nothing yo do with this calculation &lt;/P&gt;&lt;P&gt;I use very often this kind of code and I'm afraid of the errors it could create&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks very much for the help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;francois&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;253&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; n = (long)(RamRO.Tle[1].TleValueAvg) * Data.Tle[0].Range;&lt;/P&gt;&lt;P&gt;8be3:&amp;nbsp;&amp;nbsp; 32026E LDHX 0x026E&lt;/P&gt;&lt;P&gt;8be6:&amp;nbsp;&amp;nbsp; 9F TXA&lt;/P&gt;&lt;P&gt;8be7:&amp;nbsp;&amp;nbsp; 8B PSHH&lt;/P&gt;&lt;P&gt;8be8:&amp;nbsp;&amp;nbsp; 88 PULX&lt;/P&gt;&lt;P&gt;8be9:&amp;nbsp;&amp;nbsp; 87 PSHA&lt;/P&gt;&lt;P&gt;8bea:&amp;nbsp;&amp;nbsp; CD9C37 JSR 0x9C37 _SEXT16_32 (0x9c37)&lt;/P&gt;&lt;P&gt;8bed:&amp;nbsp;&amp;nbsp; C68017 LDA 0x8017&lt;/P&gt;&lt;P&gt;8bf0:&amp;nbsp;&amp;nbsp; CE8016 LDX 0x8016&lt;/P&gt;&lt;P&gt;8bf3:&amp;nbsp;&amp;nbsp; 87 PSHA&lt;/P&gt;&lt;P&gt;8bf4:&amp;nbsp;&amp;nbsp; 89 PSHX&lt;/P&gt;&lt;P&gt;8bf5:&amp;nbsp;&amp;nbsp; C60230 LDA 0x0230&lt;/P&gt;&lt;P&gt;8bf8:&amp;nbsp;&amp;nbsp; 87 PSHA&lt;/P&gt;&lt;P&gt;8bf9:&amp;nbsp;&amp;nbsp; 87 PSHA&lt;/P&gt;&lt;P&gt;8bfa:&amp;nbsp;&amp;nbsp; 95 TSX&lt;/P&gt;&lt;P&gt;8bfb:&amp;nbsp;&amp;nbsp; 89 PSHX&lt;/P&gt;&lt;P&gt;8bfc:&amp;nbsp;&amp;nbsp; 8B PSHH&lt;/P&gt;&lt;P&gt;8bfd:&amp;nbsp;&amp;nbsp; AF04 AIX #4&lt;/P&gt;&lt;P&gt;8bff:&amp;nbsp;&amp;nbsp; CD9BDB JSR 0x9BDB _LMUL (0x9bdb)&lt;/P&gt;&lt;P&gt;8c02:&amp;nbsp;&amp;nbsp; AF07 AIX #7&lt;/P&gt;&lt;P&gt;8c04:&amp;nbsp;&amp;nbsp; CD9C1D JSR 0x9C1D _POP32 (0x9c1d)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Feb 2016 15:47:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Sent-protocol-on-HCS08SG/m-p/493440#M21902</guid>
      <dc:creator>Francois</dc:creator>
      <dc:date>2016-02-29T15:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: Sent protocol on HCS08SG</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/Sent-protocol-on-HCS08SG/m-p/493441#M21903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've checked a little more closer and found the following issue :&lt;/P&gt;&lt;P&gt;I think that if the line 0x8be8 (LDA 0x232 which has nothing to do here&amp;nbsp; was replaced by CLRA, it would be OK.&lt;/P&gt;&lt;P&gt;Any help would be wellcome...&lt;/P&gt;&lt;P&gt;I'm a little afraid particulary with all the other pending designs I have with HCS08 and &lt;/P&gt;&lt;P&gt;we start to have serious doubts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Case not OK&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;n = (long)(RamRO.Tle[1].TleValueAvg) * (Data.Tle[0].Range);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;8bdd:&amp;nbsp;&amp;nbsp; CD9BD5 JSR 0x9BD5 _SEXT16_32 (0x9bd5)&lt;/P&gt;&lt;P&gt;8be0:&amp;nbsp;&amp;nbsp; C68017 LDA 0x8017&lt;/P&gt;&lt;P&gt;8be3:&amp;nbsp;&amp;nbsp; CE8016 LDX 0x8016&lt;/P&gt;&lt;P&gt;8be6:&amp;nbsp;&amp;nbsp; 87 PSHA&lt;/P&gt;&lt;P&gt;8be7:&amp;nbsp;&amp;nbsp; 89 PSHX&lt;/P&gt;&lt;P&gt;8be8:&amp;nbsp;&amp;nbsp; C60232 LDA 0x0232&lt;/P&gt;&lt;P&gt;8beb:&amp;nbsp;&amp;nbsp; 87 PSHA&lt;/P&gt;&lt;P&gt;8bec:&amp;nbsp;&amp;nbsp; 87 PSHA&lt;/P&gt;&lt;P&gt;8bed:&amp;nbsp;&amp;nbsp; 95 TSX&lt;/P&gt;&lt;P&gt;8bee:&amp;nbsp;&amp;nbsp; 89 PSHX&lt;/P&gt;&lt;P&gt;8bef:&amp;nbsp;&amp;nbsp; 8B PSHH&lt;/P&gt;&lt;P&gt;8bf0:&amp;nbsp;&amp;nbsp; AF04 AIX #4&lt;/P&gt;&lt;P&gt;8bf2:&amp;nbsp;&amp;nbsp; CD9B7F JSR 0x9B7F _LMUL (0x9b7f)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Case OK&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;n = (long)(RamRO.Tle[1].TleValueAvg) * Data.DummyUint;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;8bdd:&amp;nbsp;&amp;nbsp; CD9BD0 JSR 0x9BD0 _SEXT16_32 (0x9bd0)&lt;/P&gt;&lt;P&gt;8be0:&amp;nbsp;&amp;nbsp; 328020 LDHX 0x8020&lt;/P&gt;&lt;P&gt;8be3:&amp;nbsp;&amp;nbsp; 4F CLRA&lt;/P&gt;&lt;P&gt;8be4:&amp;nbsp;&amp;nbsp; 89 PSHX&lt;/P&gt;&lt;P&gt;8be5:&amp;nbsp;&amp;nbsp; 8B PSHH&lt;/P&gt;&lt;P&gt;8be6:&amp;nbsp;&amp;nbsp; 87 PSHA&lt;/P&gt;&lt;P&gt;8be7:&amp;nbsp;&amp;nbsp; 87 PSHA&lt;/P&gt;&lt;P&gt;8be8:&amp;nbsp;&amp;nbsp; 95 TSX&lt;/P&gt;&lt;P&gt;8be9:&amp;nbsp;&amp;nbsp; 89 PSHX&lt;/P&gt;&lt;P&gt;8bea:&amp;nbsp;&amp;nbsp; 8B PSHH&lt;/P&gt;&lt;P&gt;8beb:&amp;nbsp;&amp;nbsp; AF04 AIX #4&lt;/P&gt;&lt;P&gt;8bed:&amp;nbsp;&amp;nbsp; CD9B7A JSR 0x9B7A _LMUL (0x9b7a)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;typedef struct&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;/* DataFlash area */&lt;/P&gt;&lt;P&gt;/* Parameters for Tle */&lt;/P&gt;&lt;P&gt;StructDataTle Tle[2];&lt;/P&gt;&lt;P&gt;uint DummyUint;&lt;/P&gt;&lt;P&gt;} &lt;/P&gt;&lt;P&gt;StructData;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2016 07:53:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/Sent-protocol-on-HCS08SG/m-p/493441#M21903</guid>
      <dc:creator>Francois</dc:creator>
      <dc:date>2016-03-02T07:53:45Z</dc:date>
    </item>
  </channel>
</rss>

