<?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>Model-Based Design Toolbox (MBDT)のトピックRe: How to configure Tcsc and Tasc in SPI communication?</title>
    <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/How-to-configure-Tcsc-and-Tasc-in-SPI-communication/m-p/1069865#M4603</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&amp;nbsp;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/wbj5238@163.com"&gt;wbj5238@163.com&lt;/A&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For adding custom code to your Simulink models you have more options - one way of doing so you can find detailed in this article on our community -&amp;nbsp;&lt;A href="https://community.nxp.com/docs/DOC-345880"&gt;How to use your own C code in our Toolbox (Battery Management System example)&lt;/A&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will cover another way of doing this, more suited in my opinion for this case where you only need to add 1 line.&lt;/P&gt;&lt;P&gt;Simulink has a block named&amp;nbsp;&lt;STRONG&gt;System Start Function&lt;/STRONG&gt;. You can use this block in the model you are using the SPI and there you can add the following line, in the System Start Function Exit Code section.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/110167i05C140E6F74DE483/image-size/large?v=v2&amp;amp;px=999" title="pastedImage_3.png" alt="pastedImage_3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;DSPI_MasterSetDelay(1, 100, 10, 20);&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/110206i4A9207910F69E987/image-size/large?v=v2&amp;amp;px=999" title="pastedImage_4.png" alt="pastedImage_4.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me go through the parameter list - you have, in order:&amp;nbsp;&lt;SPAN style="color: #602020; background-color: #e2e8f2; font-weight: bold; font-size: 14px;"&gt;&lt;EM&gt;instance,&amp;nbsp;&lt;SPAN style="font-weight: bold;"&gt;&lt;EM&gt;delayBetweenTransfers,&amp;nbsp;&lt;SPAN style="background-color: #e2e8f2; font-weight: bold;"&gt;&lt;EM&gt;delaySCKtoPCS,&amp;nbsp;delayPCStoSCK&lt;SPAN style="font-weight: bold;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in my example, it will set the following:&lt;/P&gt;&lt;P&gt;1 - it will set the delay for SPI INSTANCE 1&lt;/P&gt;&lt;P&gt;100 - it will set the delay between transfer to a minimum of 100ms&lt;/P&gt;&lt;P&gt;10 - it will set the delay between SCK and PCS to minimum 10ms&lt;/P&gt;&lt;P&gt;20 - it will set the delay between the PCS and SCK to minimum 20ms&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is just an example, you will need to tune this parameters as for your needs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One more thing I'd like to mention is that you will need to put it into the&amp;nbsp;&lt;EM&gt;Function Exit Code&amp;nbsp;&lt;/EM&gt;section so it is guaranteed to be executed after the SPI has been initialized. If this were to be executed before, the application would crash.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This code is only executed once, in the initialization. If you want to add code that would be executed in the main loop, you would need to use a similar block name&amp;nbsp;&lt;STRONG&gt;System Outputs Function&lt;/STRONG&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;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can read more details about the function in the NXP SDK doc (you can find it in &lt;STRONG&gt;{TOOLBOX_ROOT}\MPC_Platform_SDK\doc\Start_here.html&lt;/STRONG&gt;).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/110256i0D2684CD62BB34BA/image-size/large?v=v2&amp;amp;px=999" title="pastedImage_7.png" alt="pastedImage_7.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Razvan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Aug 2020 08:46:45 GMT</pubDate>
    <dc:creator>constantinrazva</dc:creator>
    <dc:date>2020-08-10T08:46:45Z</dc:date>
    <item>
      <title>How to configure Tcsc and Tasc in SPI communication?</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/How-to-configure-Tcsc-and-Tasc-in-SPI-communication/m-p/1069862#M4600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: #ffffff; color: #51626f; font-family: inherit; font-size: 100%; font-style: inherit; font-variant: normal; font-weight: inherit; letter-spacing: normal; orphans: 2; overflow-wrap: break-word; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;I am very new to NXP model-based design toolbox. I am trying to communicate with &lt;SPAN style="display: inline !important; float: none; background-color: #ffffff; color: #3d3d3d; font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; overflow-wrap: break-word; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;CAN TJA1154&lt;/SPAN&gt; which has an SPI interface.&lt;/SPAN&gt; &lt;SPAN style="display: inline !important; float: none; background-color: #ffffff; color: #3d3d3d; font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; overflow-wrap: break-word; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;I use mpc5744&lt;/SPAN&gt; .I can't find a way to configure Tcsc and Tasc.What should I do?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/109767iA8D7643967A577E9/image-size/large?v=v2&amp;amp;px=999" title="12.jpg" alt="12.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/109570iE478B303010F0BDA/image-size/large?v=v2&amp;amp;px=999" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2020 08:01:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/How-to-configure-Tcsc-and-Tasc-in-SPI-communication/m-p/1069862#M4600</guid>
      <dc:creator>wbj5238</dc:creator>
      <dc:date>2020-08-06T08:01:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure Tcsc and Tasc in SPI communication?</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/How-to-configure-Tcsc-and-Tasc-in-SPI-communication/m-p/1069863#M4601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&amp;nbsp;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/wbj5238@163.com"&gt;wbj5238@163.com&lt;/A&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For now we don't have support for controlling PCS to SCK delay or other, but you can achieve that by inserting custom code, using NXP SDK. Let me know if you would be interested in adding this so I can walk you through the steps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Razvan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2020 08:21:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/How-to-configure-Tcsc-and-Tasc-in-SPI-communication/m-p/1069863#M4601</guid>
      <dc:creator>constantinrazva</dc:creator>
      <dc:date>2020-08-06T08:21:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure Tcsc and Tasc in SPI communication?</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/How-to-configure-Tcsc-and-Tasc-in-SPI-communication/m-p/1069864#M4602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your reply.I really want to know how to implement this function. Please tell me how to insert custom code.You'd better give me an example to&amp;nbsp;&lt;SPAN style="display: inline !important; float: none; background-color: #ffffff; color: #51626f; font-family: inherit; font-size: 100%; font-style: inherit; font-variant: normal; font-weight: inherit; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt; control PCS to SCK delay.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="-webkit-text-stroke-width: 0px; color: #000011; white-space: normal; font-weight: inherit; display: inline !important; letter-spacing: normal; text-decoration: none; font-size: 100%; font-style: inherit; float: none; background-color: #ffffff; text-transform: none; word-spacing: 0px; font-variant: normal; text-indent: 0px; font-family: inherit; orphans: 2; text-align: left; "&gt;We are looking forward to your reply.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000017; background-color: #ffffff;"&gt;Kind regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: #ffffff; color: #51626f; font-family: inherit; font-size: 100%; font-style: inherit; font-variant: normal; font-weight: inherit; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;Bingjian Wang.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2020 03:11:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/How-to-configure-Tcsc-and-Tasc-in-SPI-communication/m-p/1069864#M4602</guid>
      <dc:creator>wbj5238</dc:creator>
      <dc:date>2020-08-07T03:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure Tcsc and Tasc in SPI communication?</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/How-to-configure-Tcsc-and-Tasc-in-SPI-communication/m-p/1069865#M4603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&amp;nbsp;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/wbj5238@163.com"&gt;wbj5238@163.com&lt;/A&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For adding custom code to your Simulink models you have more options - one way of doing so you can find detailed in this article on our community -&amp;nbsp;&lt;A href="https://community.nxp.com/docs/DOC-345880"&gt;How to use your own C code in our Toolbox (Battery Management System example)&lt;/A&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will cover another way of doing this, more suited in my opinion for this case where you only need to add 1 line.&lt;/P&gt;&lt;P&gt;Simulink has a block named&amp;nbsp;&lt;STRONG&gt;System Start Function&lt;/STRONG&gt;. You can use this block in the model you are using the SPI and there you can add the following line, in the System Start Function Exit Code section.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/110167i05C140E6F74DE483/image-size/large?v=v2&amp;amp;px=999" title="pastedImage_3.png" alt="pastedImage_3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;DSPI_MasterSetDelay(1, 100, 10, 20);&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/110206i4A9207910F69E987/image-size/large?v=v2&amp;amp;px=999" title="pastedImage_4.png" alt="pastedImage_4.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me go through the parameter list - you have, in order:&amp;nbsp;&lt;SPAN style="color: #602020; background-color: #e2e8f2; font-weight: bold; font-size: 14px;"&gt;&lt;EM&gt;instance,&amp;nbsp;&lt;SPAN style="font-weight: bold;"&gt;&lt;EM&gt;delayBetweenTransfers,&amp;nbsp;&lt;SPAN style="background-color: #e2e8f2; font-weight: bold;"&gt;&lt;EM&gt;delaySCKtoPCS,&amp;nbsp;delayPCStoSCK&lt;SPAN style="font-weight: bold;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in my example, it will set the following:&lt;/P&gt;&lt;P&gt;1 - it will set the delay for SPI INSTANCE 1&lt;/P&gt;&lt;P&gt;100 - it will set the delay between transfer to a minimum of 100ms&lt;/P&gt;&lt;P&gt;10 - it will set the delay between SCK and PCS to minimum 10ms&lt;/P&gt;&lt;P&gt;20 - it will set the delay between the PCS and SCK to minimum 20ms&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is just an example, you will need to tune this parameters as for your needs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One more thing I'd like to mention is that you will need to put it into the&amp;nbsp;&lt;EM&gt;Function Exit Code&amp;nbsp;&lt;/EM&gt;section so it is guaranteed to be executed after the SPI has been initialized. If this were to be executed before, the application would crash.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This code is only executed once, in the initialization. If you want to add code that would be executed in the main loop, you would need to use a similar block name&amp;nbsp;&lt;STRONG&gt;System Outputs Function&lt;/STRONG&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;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can read more details about the function in the NXP SDK doc (you can find it in &lt;STRONG&gt;{TOOLBOX_ROOT}\MPC_Platform_SDK\doc\Start_here.html&lt;/STRONG&gt;).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/110256i0D2684CD62BB34BA/image-size/large?v=v2&amp;amp;px=999" title="pastedImage_7.png" alt="pastedImage_7.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Razvan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2020 08:46:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/How-to-configure-Tcsc-and-Tasc-in-SPI-communication/m-p/1069865#M4603</guid>
      <dc:creator>constantinrazva</dc:creator>
      <dc:date>2020-08-10T08:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure Tcsc and Tasc in SPI communication?</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/How-to-configure-Tcsc-and-Tasc-in-SPI-communication/m-p/1069866#M4604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;&lt;SPAN style="color: #000011; background-color: #ffffff;"&gt;Thank you for your reply. It works well&lt;/SPAN&gt;. But &lt;SPAN style="color: #000011; background-color: #ffffff;"&gt;I can't find the &lt;SPAN style="display: inline !important; float: none; background-color: #ffffff; color: #51626f; font-family: inherit; font-size: 100%; font-style: inherit; font-variant: normal; font-weight: inherit; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;NXP SDK doc&lt;/SPAN&gt;&lt;/SPAN&gt;.There is no doc folder in&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;SPAN style="text-align: left; color: #51626f; text-transform: none; text-indent: 0px; letter-spacing: normal; font-family: inherit; font-size: 100%; font-style: inherit; font-variant: normal; text-decoration: none; word-spacing: 0px; display: inline !important; white-space: normal; orphans: 2; float: none; -webkit-text-stroke-width: 0px; background-color: #ffffff;"&gt;{TOOLBOX_ROOT}\MPC_Platform_SDK.&lt;SPAN style="color: #000011; background-color: #ffffff;"&gt;Can you send me a copy?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P style="border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #51626f; font-family: inherit; font-size: 100%; font-style: inherit; font-variant: normal; font-weight: inherit; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; vertical-align: baseline; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; padding: 0px; margin: 0px; border: 0px none currentColor;"&gt;&lt;SPAN style="background-color: #ffffff; border-image-outset: 0; border-image-repeat: stretch; border-image-slice: 100%; border-image-source: none; border-image-width: 1; color: #51626f; display: inline; float: none; font-family: inherit; font-size: 100%; font-style: inherit; font-variant: normal; font-weight: inherit; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; vertical-align: baseline; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; padding: 0px; margin: 0px; border: 0px none currentColor;"&gt;Bingjian Wang.&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/115236iE88EF038FB7375F1/image-size/large?v=v2&amp;amp;px=999" title="微信截图_20200818163156.png" alt="微信截图_20200818163156.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2020 03:58:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/How-to-configure-Tcsc-and-Tasc-in-SPI-communication/m-p/1069866#M4604</guid>
      <dc:creator>wbj5238</dc:creator>
      <dc:date>2020-08-19T03:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure Tcsc and Tasc in SPI communication?</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/How-to-configure-Tcsc-and-Tasc-in-SPI-communication/m-p/1069867#M4605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&amp;nbsp;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/wbj5238@163.com"&gt;wbj5238@163.com&lt;/A&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the late reply - it seems that I no longer get emails for new replies on the community. I have attached here a zip containing the documentation for the SDK we are using in the MPC toolbox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Razvan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2020 13:08:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/How-to-configure-Tcsc-and-Tasc-in-SPI-communication/m-p/1069867#M4605</guid>
      <dc:creator>constantinrazva</dc:creator>
      <dc:date>2020-08-19T13:08:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure Tcsc and Tasc in SPI communication?</title>
      <link>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/How-to-configure-Tcsc-and-Tasc-in-SPI-communication/m-p/1069868#M4606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&amp;nbsp;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/wbj5238@163.com"&gt;wbj5238@163.com&lt;/A&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems that the zip file is too large to be added here - I put this &lt;A href="https://we.tl/t-W5aqpbBdpv"&gt;link &lt;/A&gt;instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Razvan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2020 13:09:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Model-Based-Design-Toolbox-MBDT/How-to-configure-Tcsc-and-Tasc-in-SPI-communication/m-p/1069868#M4606</guid>
      <dc:creator>constantinrazva</dc:creator>
      <dc:date>2020-08-19T13:09:51Z</dc:date>
    </item>
  </channel>
</rss>

