<?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: System Control Block - description &amp; memory map in i.MX RT Crossover MCUs</title>
    <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/System-Control-Block-description-memory-map/m-p/834204#M1565</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Igor. That's exactly what I was looking for...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Oct 2018 01:12:32 GMT</pubDate>
    <dc:creator>er_arpit_arora</dc:creator>
    <dc:date>2018-10-12T01:12:32Z</dc:date>
    <item>
      <title>System Control Block - description &amp; memory map</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/System-Control-Block-description-memory-map/m-p/834202#M1563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I have been trying to find the section for the System Control Block (SCB) in i.MX RT1060 in the reference guide but I am not able to find any chapter which carries the register description + map for the registers defined in the following SCB struct. One can find this struct in core_cm7.h.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could someone please direct me to the correct documentation?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;typedef struct&lt;BR /&gt;{&lt;BR /&gt; __IM uint32_t CPUID; /*!&amp;lt; Offset: 0x000 (R/ ) CPUID Base Register */&lt;BR /&gt; __IOM uint32_t ICSR; /*!&amp;lt; Offset: 0x004 (R/W) Interrupt Control and State Register */&lt;BR /&gt; __IOM uint32_t VTOR; /*!&amp;lt; Offset: 0x008 (R/W) Vector Table Offset Register */&lt;BR /&gt; __IOM uint32_t AIRCR; /*!&amp;lt; Offset: 0x00C (R/W) Application Interrupt and Reset Control Register */&lt;BR /&gt; __IOM uint32_t SCR; /*!&amp;lt; Offset: 0x010 (R/W) System Control Register */&lt;BR /&gt; __IOM uint32_t CCR; /*!&amp;lt; Offset: 0x014 (R/W) Configuration Control Register */&lt;BR /&gt; __IOM uint8_t SHPR[12U]; /*!&amp;lt; Offset: 0x018 (R/W) System Handlers Priority Registers (4-7, 8-11, 12-15) */&lt;BR /&gt; __IOM uint32_t SHCSR; /*!&amp;lt; Offset: 0x024 (R/W) System Handler Control and State Register */&lt;BR /&gt; __IOM uint32_t CFSR; /*!&amp;lt; Offset: 0x028 (R/W) Configurable Fault Status Register */&lt;BR /&gt; __IOM uint32_t HFSR; /*!&amp;lt; Offset: 0x02C (R/W) HardFault Status Register */&lt;BR /&gt; __IOM uint32_t DFSR; /*!&amp;lt; Offset: 0x030 (R/W) Debug Fault Status Register */&lt;BR /&gt; __IOM uint32_t MMFAR; /*!&amp;lt; Offset: 0x034 (R/W) MemManage Fault Address Register */&lt;BR /&gt; __IOM uint32_t BFAR; /*!&amp;lt; Offset: 0x038 (R/W) BusFault Address Register */&lt;BR /&gt; __IOM uint32_t AFSR; /*!&amp;lt; Offset: 0x03C (R/W) Auxiliary Fault Status Register */&lt;BR /&gt; __IM uint32_t ID_PFR[2U]; /*!&amp;lt; Offset: 0x040 (R/ ) Processor Feature Register */&lt;BR /&gt; __IM uint32_t ID_DFR; /*!&amp;lt; Offset: 0x048 (R/ ) Debug Feature Register */&lt;BR /&gt; __IM uint32_t ID_AFR; /*!&amp;lt; Offset: 0x04C (R/ ) Auxiliary Feature Register */&lt;BR /&gt; __IM uint32_t ID_MFR[4U]; /*!&amp;lt; Offset: 0x050 (R/ ) Memory Model Feature Register */&lt;BR /&gt; __IM uint32_t ID_ISAR[5U]; /*!&amp;lt; Offset: 0x060 (R/ ) Instruction Set Attributes Register */&lt;BR /&gt; uint32_t RESERVED0[1U];&lt;BR /&gt; __IM uint32_t CLIDR; /*!&amp;lt; Offset: 0x078 (R/ ) Cache Level ID register */&lt;BR /&gt; __IM uint32_t CTR; /*!&amp;lt; Offset: 0x07C (R/ ) Cache Type register */&lt;BR /&gt; __IM uint32_t CCSIDR; /*!&amp;lt; Offset: 0x080 (R/ ) Cache Size ID Register */&lt;BR /&gt; __IOM uint32_t CSSELR; /*!&amp;lt; Offset: 0x084 (R/W) Cache Size Selection Register */&lt;BR /&gt; __IOM uint32_t CPACR; /*!&amp;lt; Offset: 0x088 (R/W) Coprocessor Access Control Register */&lt;BR /&gt; uint32_t RESERVED3[93U];&lt;BR /&gt; __OM uint32_t STIR; /*!&amp;lt; Offset: 0x200 ( /W) Software Triggered Interrupt Register */&lt;BR /&gt; uint32_t RESERVED4[15U];&lt;BR /&gt; __IM uint32_t MVFR0; /*!&amp;lt; Offset: 0x240 (R/ ) Media and VFP Feature Register 0 */&lt;BR /&gt; __IM uint32_t MVFR1; /*!&amp;lt; Offset: 0x244 (R/ ) Media and VFP Feature Register 1 */&lt;BR /&gt; __IM uint32_t MVFR2; /*!&amp;lt; Offset: 0x248 (R/ ) Media and VFP Feature Register 2 */&lt;BR /&gt; uint32_t RESERVED5[1U];&lt;BR /&gt; __OM uint32_t ICIALLU; /*!&amp;lt; Offset: 0x250 ( /W) I-Cache Invalidate All to PoU */&lt;BR /&gt; uint32_t RESERVED6[1U];&lt;BR /&gt; __OM uint32_t ICIMVAU; /*!&amp;lt; Offset: 0x258 ( /W) I-Cache Invalidate by MVA to PoU */&lt;BR /&gt; __OM uint32_t DCIMVAC; /*!&amp;lt; Offset: 0x25C ( /W) D-Cache Invalidate by MVA to PoC */&lt;BR /&gt; __OM uint32_t DCISW; /*!&amp;lt; Offset: 0x260 ( /W) D-Cache Invalidate by Set-way */&lt;BR /&gt; __OM uint32_t DCCMVAU; /*!&amp;lt; Offset: 0x264 ( /W) D-Cache Clean by MVA to PoU */&lt;BR /&gt; __OM uint32_t DCCMVAC; /*!&amp;lt; Offset: 0x268 ( /W) D-Cache Clean by MVA to PoC */&lt;BR /&gt; __OM uint32_t DCCSW; /*!&amp;lt; Offset: 0x26C ( /W) D-Cache Clean by Set-way */&lt;BR /&gt; __OM uint32_t DCCIMVAC; /*!&amp;lt; Offset: 0x270 ( /W) D-Cache Clean and Invalidate by MVA to PoC */&lt;BR /&gt; __OM uint32_t DCCISW; /*!&amp;lt; Offset: 0x274 ( /W) D-Cache Clean and Invalidate by Set-way */&lt;BR /&gt; uint32_t RESERVED7[6U];&lt;BR /&gt; __IOM uint32_t ITCMCR; /*!&amp;lt; Offset: 0x290 (R/W) Instruction Tightly-Coupled Memory Control Register */&lt;BR /&gt; __IOM uint32_t DTCMCR; /*!&amp;lt; Offset: 0x294 (R/W) Data Tightly-Coupled Memory Control Registers */&lt;BR /&gt; __IOM uint32_t AHBPCR; /*!&amp;lt; Offset: 0x298 (R/W) AHBP Control Register */&lt;BR /&gt; __IOM uint32_t CACR; /*!&amp;lt; Offset: 0x29C (R/W) L1 Cache Control Register */&lt;BR /&gt; __IOM uint32_t AHBSCR; /*!&amp;lt; Offset: 0x2A0 (R/W) AHB Slave Control Register */&lt;BR /&gt; uint32_t RESERVED8[1U];&lt;BR /&gt; __IOM uint32_t ABFSR; /*!&amp;lt; Offset: 0x2A8 (R/W) Auxiliary Bus Fault Status Register */&lt;BR /&gt;} SCB_Type;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Oct 2018 02:35:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/System-Control-Block-description-memory-map/m-p/834202#M1563</guid>
      <dc:creator>er_arpit_arora</dc:creator>
      <dc:date>2018-10-07T02:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: System Control Block - description &amp; memory map</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/System-Control-Block-description-memory-map/m-p/834203#M1564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arpit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please check sect.4.3 System control block&amp;nbsp; ARM Cortex-M7 Devices Generic User Guide&lt;BR /&gt;&lt;A href="https://static.docs.arm.com/dui0646/b/DUI0646B_cortex_m7_dgug.pdf"&gt;https://static.docs.arm.com/dui0646/b/DUI0646B_cortex_m7_dgug.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2018 01:35:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/System-Control-Block-description-memory-map/m-p/834203#M1564</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2018-10-11T01:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: System Control Block - description &amp; memory map</title>
      <link>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/System-Control-Block-description-memory-map/m-p/834204#M1565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Igor. That's exactly what I was looking for...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2018 01:12:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/System-Control-Block-description-memory-map/m-p/834204#M1565</guid>
      <dc:creator>er_arpit_arora</dc:creator>
      <dc:date>2018-10-12T01:12:32Z</dc:date>
    </item>
  </channel>
</rss>

