<?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 Hi, I am Ramakrishna. in Digital Signal Controllers</title>
    <link>https://community.nxp.com/t5/Digital-Signal-Controllers/Hi-I-am-Ramakrishna/m-p/493502#M723</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Currently I am doing the Bootloader work for this controller.&lt;/P&gt;&lt;P&gt;When I am trying to change the linker file of application code, I am facing problems.&lt;/P&gt;&lt;P&gt;Is there any security password for the DSC that it will lock the controller when proper things are not written into the linker file.&lt;/P&gt;&lt;P&gt;Kindly help on this issue.&lt;/P&gt;&lt;P&gt;Also, please help me how to change the command file of application code.&lt;/P&gt;&lt;P&gt;I am not understanding.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Jan 2016 04:31:39 GMT</pubDate>
    <dc:creator>ramakrishnadutt</dc:creator>
    <dc:date>2016-01-18T04:31:39Z</dc:date>
    <item>
      <title>Hi, I am Ramakrishna.</title>
      <link>https://community.nxp.com/t5/Digital-Signal-Controllers/Hi-I-am-Ramakrishna/m-p/493502#M723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Currently I am doing the Bootloader work for this controller.&lt;/P&gt;&lt;P&gt;When I am trying to change the linker file of application code, I am facing problems.&lt;/P&gt;&lt;P&gt;Is there any security password for the DSC that it will lock the controller when proper things are not written into the linker file.&lt;/P&gt;&lt;P&gt;Kindly help on this issue.&lt;/P&gt;&lt;P&gt;Also, please help me how to change the command file of application code.&lt;/P&gt;&lt;P&gt;I am not understanding.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2016 04:31:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Digital-Signal-Controllers/Hi-I-am-Ramakrishna/m-p/493502#M723</guid>
      <dc:creator>ramakrishnadutt</dc:creator>
      <dc:date>2016-01-18T04:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: Hi, I am Ramakrishna.</title>
      <link>https://community.nxp.com/t5/Digital-Signal-Controllers/Hi-I-am-Ramakrishna/m-p/493503#M724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Unfortunately, the security feature is related to the Flash technology, for the DSC family with DSP56800EX core for example MC56F84xxx and MC56F82xxx, the two families use the same flash technology as that of Kinetis. If you want to DISABLE the security feature, just do not write any value to the WORD address from P:0x200 to 0x207, in other words, keep the address section as the values shipped from factory.&lt;/P&gt;&lt;P&gt;The following is the memory allocation for MC56F82748. Pls do not touch the program flash address:&lt;/P&gt;&lt;P&gt;.p_reserved_FCF&amp;nbsp; (RWX) : ORIGIN = 0x00000200, LENGTH = 0x00000008&lt;/P&gt;&lt;P&gt;it is okay, the DSC will be in unsecure mode.&lt;/P&gt;&lt;P&gt;This is the security mechanism. After Reset, the Low byte value saved in P:0x206 will be copied to the byte register FTFA_FSEC, if the SEC bits is 10 in binary, the DSC will be in unsecure mode, the user&amp;nbsp; can write/read flash via JTAG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MEMORY {&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; # I/O registers area for on-chip peripherals&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .x_Peripherals (RW)&amp;nbsp;&amp;nbsp; : ORIGIN = 0xC000, LENGTH = 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; # List of all sections specified in the "Build options" tab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .p_Interrupts&amp;nbsp; (RWX) : ORIGIN = 0x00000000, LENGTH = 0x000000DE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .p_Code&amp;nbsp; (RWX) : ORIGIN = 0x00000208, LENGTH = 0x00007DF8&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .x_Data&amp;nbsp; (RW) : ORIGIN = 0x00000000, LENGTH = 0x00001000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .p_reserved_FCF&amp;nbsp; (RWX) : ORIGIN = 0x00000200, LENGTH = 0x00000008&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .x_internal_ROM&amp;nbsp; (RW) : ORIGIN = 0x000040DE, LENGTH = 0x00000122&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; # p_flash_ROM_data mirrors x_Data, mapping to origin and length&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; # the "X" flag in "RX" tells the debugger flash p-memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; # the p-memory flash is directed to the address determined by AT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; # in the data_in_p_flash_ROM section definition&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .p_flash_ROM_data&amp;nbsp; (RX) : ORIGIN = 0x00000000, LENGTH = 0x00001000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;XiangJun Rong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jan 2016 09:42:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Digital-Signal-Controllers/Hi-I-am-Ramakrishna/m-p/493503#M724</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2016-01-19T09:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: Hi, I am Ramakrishna.</title>
      <link>https://community.nxp.com/t5/Digital-Signal-Controllers/Hi-I-am-Ramakrishna/m-p/493504#M725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, I understood, but can u please tell me how to write/modfiy the linker file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because i am using bootloader project &amp;amp; application project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to link the application project to the bootloader project.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2016 04:43:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Digital-Signal-Controllers/Hi-I-am-Ramakrishna/m-p/493504#M725</guid>
      <dc:creator>ramakrishnadutt</dc:creator>
      <dc:date>2016-01-20T04:43:51Z</dc:date>
    </item>
    <item>
      <title>Re: Hi, I am Ramakrishna.</title>
      <link>https://community.nxp.com/t5/Digital-Signal-Controllers/Hi-I-am-Ramakrishna/m-p/493505#M726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ramakrishna&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial','sans-serif';"&gt;For how write the link command file, please refer to &amp;lt;Chapter 7 ELF Linker&amp;gt; in the DSC build tools reference, which locates under CW10.6 folder:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial','sans-serif';"&gt;C:\Freescale\CW MCU v10.6.4\MCU\Help\PDF\MCU_DSC_Compiler.pdf&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial','sans-serif';"&gt;For how to modify the link command file in application project so that it can be supported by bootloader, please refer to section 5 in this AN:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial','sans-serif';"&gt;&lt;A class="jive-link-external-small" href="http://cache.nxp.com/files/microcontrollers/doc/app_note/AN4759.pdf" rel="nofollow"&gt;http://cache.nxp.com/files/microcontrollers/doc/app_note/AN4759.pdf&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif';"&gt;&amp;gt;&amp;gt; Is there any security password for the DSC that it will lock the controller when proper things are not written into the linker file.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif';"&gt;To change the security state, please program the security byte of the flash configuration filed. The chip can be unsecured by using the backdoor key access feature. For details, please refer to the Reference Manual for your DSC. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif';"&gt;I’m confused with your request, how does the DSC know whether proper things are written into the linker file? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Fiona Kuang&lt;/P&gt;&lt;P&gt;Technical Information &amp;amp; Commercial Support&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2016 08:11:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Digital-Signal-Controllers/Hi-I-am-Ramakrishna/m-p/493505#M726</guid>
      <dc:creator>TICS_Fiona</dc:creator>
      <dc:date>2016-01-20T08:11:04Z</dc:date>
    </item>
  </channel>
</rss>

