<?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>Processor Expert Software中的主题 Re: UJA1169 in Normal Mode</title>
    <link>https://community.nxp.com/t5/Processor-Expert-Software/UJA1169-in-Normal-Mode/m-p/2123848#M5960</link>
    <description>Hello,&lt;BR /&gt;&lt;BR /&gt;A lot of time has passed, and I can't remember the exact solution to that problem. However, over the years, I've worked with the UJA on other projects and have gained some experience. I'll try to give you some hints that might help:&lt;BR /&gt;&lt;BR /&gt;1. Ensure that you are in Forced Normal Mode:&lt;BR /&gt;Read register 0x74; it should return 0x08 to indicate Forced Normal Mode.&lt;BR /&gt;&lt;BR /&gt;2. Make sure that you're writing the correct data to the MTPNV cells:&lt;BR /&gt;&lt;BR /&gt;For Normal Mode, write:&lt;BR /&gt;0x00 to 0x73,&lt;BR /&gt;0x00 to 0x74,&lt;BR /&gt;0x47 to 0x75.&lt;BR /&gt;&lt;BR /&gt;For Software Development Mode, write:&lt;BR /&gt;0x00 to 0x73,&lt;BR /&gt;0x04 to 0x74,&lt;BR /&gt;0xFB to 0x75.&lt;BR /&gt;&lt;BR /&gt;Make sure to double-check these values.&lt;BR /&gt;&lt;BR /&gt;3. I believe the issue I had back then was timing-related:&lt;BR /&gt;I didn't give the device enough time after writing the configuration. I made the mistake of reading the status register immediately after sending the command. Try adding a delay before reading the status register and see if that helps.</description>
    <pubDate>Thu, 26 Jun 2025 09:11:57 GMT</pubDate>
    <dc:creator>RaresTudor</dc:creator>
    <dc:date>2025-06-26T09:11:57Z</dc:date>
    <item>
      <title>UJA1169 in Normal Mode</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/UJA1169-in-Normal-Mode/m-p/1272162#M4689</link>
      <description>&lt;P&gt;Hello, I am trying to configure the UJA1169TK/F/3 to work in Normal Mode but I am stuck at&amp;nbsp; switching the SBC from Standby mode to Normal Mode, I try to do this by writting the value 0x07 in the Mode Control register at the address 0x01. Even if I do this, when I read back the register it shows me that I am still in Stand By mode ,and the CAN communication is not working.&lt;/P&gt;&lt;P&gt;I want to mention that the SPI communication works fine, I have created a function to read the ID of the SBC and it returns the correct value. I have also wrote in the non volatile memory and disabled the Forced Normal mode.&lt;/P&gt;&lt;P&gt;Do you guys have any idea why I can switch to Normal Mode?&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 May 2021 12:26:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/UJA1169-in-Normal-Mode/m-p/1272162#M4689</guid>
      <dc:creator>RaresTudor</dc:creator>
      <dc:date>2021-05-05T12:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: UJA1169 in Normal Mode</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/UJA1169-in-Normal-Mode/m-p/1274291#M4695</link>
      <description>&lt;P&gt;After you write the register content ,do you read it again to verify?&lt;/P&gt;</description>
      <pubDate>Mon, 10 May 2021 07:24:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/UJA1169-in-Normal-Mode/m-p/1274291#M4695</guid>
      <dc:creator>guoweisun</dc:creator>
      <dc:date>2021-05-10T07:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: UJA1169 in Normal Mode</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/UJA1169-in-Normal-Mode/m-p/1971926#M5849</link>
      <description>&lt;P&gt;Set&amp;nbsp; state to&amp;nbsp; nornal mode ..but fail....still at standby mode&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if(status == STATUS_SUCCESS)&lt;BR /&gt;{&lt;BR /&gt;status = SBC_SetMode(config-&amp;gt;mode);&lt;BR /&gt;}&lt;BR /&gt;/* Device was initialized successfully. */&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="yannichang960308_0-1728630750814.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/304168i6733A5ABC14930C4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="yannichang960308_0-1728630750814.png" alt="yannichang960308_0-1728630750814.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2024 07:14:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/UJA1169-in-Normal-Mode/m-p/1971926#M5849</guid>
      <dc:creator>yannichang960308</dc:creator>
      <dc:date>2024-10-11T07:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: UJA1169 in Normal Mode</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/UJA1169-in-Normal-Mode/m-p/1971947#M5850</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;I am trying to configure the UJA1169TK/F/3 to work in Normal Mode but I am stuck at&amp;nbsp; switching the SBC from Standby mode to Normal Mode, I try to do this by writting the value 0x07 in the Mode Control register at the address 0x01. Even if I do this, when I read back the register it shows me that I am still in Stand By mode ,and the CAN communication is not working.&lt;/P&gt;&lt;P&gt;I want to mention that the SPI communication works fine, I have created a function to read the ID of the SBC and it returns the correct value. I have also wrote in the non volatile memory and disabled the Forced Normal mode.&lt;/P&gt;&lt;P&gt;Do you guys have any idea why I can switch to Normal Mode?&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2024 07:29:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/UJA1169-in-Normal-Mode/m-p/1971947#M5850</guid>
      <dc:creator>yannichang960308</dc:creator>
      <dc:date>2024-10-11T07:29:03Z</dc:date>
    </item>
    <item>
      <title>Re: UJA1169 in Normal Mode</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/UJA1169-in-Normal-Mode/m-p/2123763#M5959</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I encountered the same problem. Does anyone know the reason?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jun 2025 07:58:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/UJA1169-in-Normal-Mode/m-p/2123763#M5959</guid>
      <dc:creator>walkingg</dc:creator>
      <dc:date>2025-06-26T07:58:39Z</dc:date>
    </item>
    <item>
      <title>Re: UJA1169 in Normal Mode</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/UJA1169-in-Normal-Mode/m-p/2123848#M5960</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;A lot of time has passed, and I can't remember the exact solution to that problem. However, over the years, I've worked with the UJA on other projects and have gained some experience. I'll try to give you some hints that might help:&lt;BR /&gt;&lt;BR /&gt;1. Ensure that you are in Forced Normal Mode:&lt;BR /&gt;Read register 0x74; it should return 0x08 to indicate Forced Normal Mode.&lt;BR /&gt;&lt;BR /&gt;2. Make sure that you're writing the correct data to the MTPNV cells:&lt;BR /&gt;&lt;BR /&gt;For Normal Mode, write:&lt;BR /&gt;0x00 to 0x73,&lt;BR /&gt;0x00 to 0x74,&lt;BR /&gt;0x47 to 0x75.&lt;BR /&gt;&lt;BR /&gt;For Software Development Mode, write:&lt;BR /&gt;0x00 to 0x73,&lt;BR /&gt;0x04 to 0x74,&lt;BR /&gt;0xFB to 0x75.&lt;BR /&gt;&lt;BR /&gt;Make sure to double-check these values.&lt;BR /&gt;&lt;BR /&gt;3. I believe the issue I had back then was timing-related:&lt;BR /&gt;I didn't give the device enough time after writing the configuration. I made the mistake of reading the status register immediately after sending the command. Try adding a delay before reading the status register and see if that helps.</description>
      <pubDate>Thu, 26 Jun 2025 09:11:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/UJA1169-in-Normal-Mode/m-p/2123848#M5960</guid>
      <dc:creator>RaresTudor</dc:creator>
      <dc:date>2025-06-26T09:11:57Z</dc:date>
    </item>
  </channel>
</rss>

