<?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: K82 : access to VBAT and SYS register files in Kinetis Microcontrollers</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K82-access-to-VBAT-and-SYS-register-files/m-p/827100#M50000</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mark !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is any reason in SDK for have 8 instead of 32 ? Can it be some hidden defect of other limitations ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Eugene&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Dec 2018 08:08:42 GMT</pubDate>
    <dc:creator>EugeneHiihtaja</dc:creator>
    <dc:date>2018-12-04T08:08:42Z</dc:date>
    <item>
      <title>K82 : access to VBAT and SYS register files</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K82-access-to-VBAT-and-SYS-register-files/m-p/827098#M49998</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;It is not so clear everything about SYS and VBAT register files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are they just memory areas what mapped to memory&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;0x40041000 System Register file&lt;/P&gt;&lt;P&gt;0x4003E000 VBAT register file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can see this addresses in AIPS0 tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But can access with User privileges given to those areas ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also in MK82F25615.h VBAT register file defines as 8 dword long only. Should it be 32 dwords long ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;/** RFVBAT - Register Layout Typedef */&lt;BR /&gt;typedef struct {&lt;BR /&gt; __IO uint32_t REG[&lt;STRONG&gt;8&lt;/STRONG&gt;]; /**&amp;lt; VBAT register file register, array offset: 0x0, array step: 0x4 */&lt;BR /&gt;} RFVBAT_Type;&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Eugene&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2018 09:31:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K82-access-to-VBAT-and-SYS-register-files/m-p/827098#M49998</guid>
      <dc:creator>EugeneHiihtaja</dc:creator>
      <dc:date>2018-12-03T09:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: K82 : access to VBAT and SYS register files</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K82-access-to-VBAT-and-SYS-register-files/m-p/827099#M49999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eugene&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The system and RTC register files in the K82 can be accessed (R/W) as byte, short or long word in user or supervisor mode.&lt;/P&gt;&lt;P&gt;There are 32 bytes of system register file space and 128 bytes of RTC register file space [the size in your header looks to be incorrect]&lt;/P&gt;&lt;P&gt;All can be accessed with normal memory mapped accesses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Beware that RTC register file space can only be accessed when VBAT is connected - it will hard fault if not (as do accesses to other RTC registers).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The content remains stable across resets but is cleared to 0 on power cycles (main power for system register file space and VBAT power for RTC register file space).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.utasker.com%2F" rel="nofollow" target="_blank"&gt;http://www.utasker.com/&lt;/A&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.utasker.com%2Fkinetis%2FFRDM-K82F.html" rel="nofollow" target="_blank"&gt;http://www.utasker.com/kinetis/FRDM-K82F.html&lt;/A&gt;&lt;BR /&gt;For less questions and faster, cheaper developments: try uTasker for Kinetis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2018 00:22:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K82-access-to-VBAT-and-SYS-register-files/m-p/827099#M49999</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2018-12-04T00:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: K82 : access to VBAT and SYS register files</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K82-access-to-VBAT-and-SYS-register-files/m-p/827100#M50000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mark !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is any reason in SDK for have 8 instead of 32 ? Can it be some hidden defect of other limitations ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Eugene&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2018 08:08:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K82-access-to-VBAT-and-SYS-register-files/m-p/827100#M50000</guid>
      <dc:creator>EugeneHiihtaja</dc:creator>
      <dc:date>2018-12-04T08:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: K82 : access to VBAT and SYS register files</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K82-access-to-VBAT-and-SYS-register-files/m-p/827101#M50001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Eugene&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Probably the SDK is simply wrong; if it was done for a specific reason there would presumably have been a comment to explain why. You may need to ask the programmer (if he/she is known and hasn't already left the company).&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2018 13:11:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K82-access-to-VBAT-and-SYS-register-files/m-p/827101#M50001</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2018-12-04T13:11:09Z</dc:date>
    </item>
  </channel>
</rss>

