<?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>topic Re: S08RN Trim values in 8-bit Microcontrollers</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/S08RN-Trim-values/m-p/719998#M22485</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. The trim value is stored in Flash (some predefined location by convention to make it easier for programmers to know where to store it automatically).&amp;nbsp; Since this is Flash you can manipulate as any other Flash location.&amp;nbsp; However, a trim value normally would not have to be changed after initial calculation.&amp;nbsp; That's why a location up in high address space which is usually protected to protect a bootloader is the ideal solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. I don't know about this particular MCU variant but more recent parts have been shipping pre-trimmed.&amp;nbsp; So, in those cases the trim value will not be FF.&amp;nbsp; If using a programmer that can calculate the trim value for you (like Cyclone PRO) then the programmer may replace the factory trim value with a different one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Correct.&amp;nbsp; This is one of the first steps during MCU initialization.&amp;nbsp; Now, I read in your quote this particular part may do it automatically for you.&amp;nbsp; I don't know.&amp;nbsp; But, it wouldn't hurt to do it manually to be sure it gets loaded correctly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Nov 2017 09:17:40 GMT</pubDate>
    <dc:creator>tonyp</dc:creator>
    <dc:date>2017-11-20T09:17:40Z</dc:date>
    <item>
      <title>S08RN Trim values</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/S08RN-Trim-values/m-p/719997#M22484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found following information about S08RN trimming but I have some question were I'm not 100% sure and if my understanding is correct:&lt;/P&gt;&lt;P&gt;1) Factory reserved memory location is not accessible (read/write) by user?&lt;/P&gt;&lt;P&gt;2) The conventional location at 0xFF6E is blank 0xFFs when part is shipped?&lt;/P&gt;&lt;P&gt;3) If conventional location 0xFF6E is used the user SW must read it and write it to ICS_C3?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"For S08RN, All MCU devices are factory programmed with a trim value in a factory reserved memory location. This value is uploaded to the ICS_C3 register and ICS_C4 register during any reset initialization. That means you don't need to initialize ICS_C3 in your software.&lt;/P&gt;&lt;P&gt;However, if you want to use other trim values, the conventional location is 0xFF6E-0xFF6F, P&amp;amp;E tools will program new trim value in those addresses.&lt;/P&gt;&lt;P&gt;By the way, the RN60 factory trim value is 39.0625 kHz"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;Jochen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Nov 2017 08:49:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/S08RN-Trim-values/m-p/719997#M22484</guid>
      <dc:creator>jochengerster</dc:creator>
      <dc:date>2017-11-20T08:49:35Z</dc:date>
    </item>
    <item>
      <title>Re: S08RN Trim values</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/S08RN-Trim-values/m-p/719998#M22485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. The trim value is stored in Flash (some predefined location by convention to make it easier for programmers to know where to store it automatically).&amp;nbsp; Since this is Flash you can manipulate as any other Flash location.&amp;nbsp; However, a trim value normally would not have to be changed after initial calculation.&amp;nbsp; That's why a location up in high address space which is usually protected to protect a bootloader is the ideal solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. I don't know about this particular MCU variant but more recent parts have been shipping pre-trimmed.&amp;nbsp; So, in those cases the trim value will not be FF.&amp;nbsp; If using a programmer that can calculate the trim value for you (like Cyclone PRO) then the programmer may replace the factory trim value with a different one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Correct.&amp;nbsp; This is one of the first steps during MCU initialization.&amp;nbsp; Now, I read in your quote this particular part may do it automatically for you.&amp;nbsp; I don't know.&amp;nbsp; But, it wouldn't hurt to do it manually to be sure it gets loaded correctly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Nov 2017 09:17:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/S08RN-Trim-values/m-p/719998#M22485</guid>
      <dc:creator>tonyp</dc:creator>
      <dc:date>2017-11-20T09:17:40Z</dc:date>
    </item>
    <item>
      <title>Re: S08RN Trim values</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/S08RN-Trim-values/m-p/719999#M22486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply but I need to know exactly how the trimming is implemented on S08RN&lt;/P&gt;&lt;P&gt;Can someone from NXP Apps please have a look at this&lt;/P&gt;&lt;P&gt;1) Factory reserved memory location is not accessible (read/write) by user?&lt;/P&gt;&lt;P&gt;1 a) Is this reserved memory location the IFR so user can't by mistake overwrite it?&lt;/P&gt;&lt;P&gt;2) The conventional location at 0xFF6E is blank 0xFFs when part is shipped?&lt;/P&gt;&lt;P&gt;3) If conventional location 0xFF6E is used the user SW must read it and write it to ICS_C3?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again&lt;/P&gt;&lt;P&gt;Jochen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Nov 2017 15:51:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/S08RN-Trim-values/m-p/719999#M22486</guid>
      <dc:creator>jochengerster</dc:creator>
      <dc:date>2017-11-20T15:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: S08RN Trim values</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/S08RN-Trim-values/m-p/720000#M22487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jochen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I already send you some information, I will continue with the support directly to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Vicente Gomez&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Nov 2017 18:52:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/S08RN-Trim-values/m-p/720000#M22487</guid>
      <dc:creator>vicentegomez</dc:creator>
      <dc:date>2017-11-27T18:52:24Z</dc:date>
    </item>
  </channel>
</rss>

