<?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: Need your help：How can I access MSCAN with Processor Expert</title>
    <link>https://community.nxp.com/t5/Processor-Expert-Software/Need-your-help-How-can-I-access-MSCAN-with-Processor-Expert/m-p/177533#M408</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ad 1) Yes, the pins need to be selected. From your screensot, there seems to be a problem that you have two Freescale_CAN components in the project - you should remove one of them.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ad 2) This error means that your message wasn't received. In CAN communication, the message is not treated as sent &amp;nbsp;until the receiving &amp;nbsp;device acknowledges the reception. The problem might be that you don't have target device properly connected, it doesn't work or the timing configurations of the transmitter and receiver do not match.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;best regards&lt;BR /&gt;Petr Hradsky&lt;BR /&gt;Processor Expert Support Team&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Jul 2012 21:20:53 GMT</pubDate>
    <dc:creator>ProcessorExpert</dc:creator>
    <dc:date>2012-07-23T21:20:53Z</dc:date>
    <item>
      <title>Need your help：How can I access MSCAN with Processor Expert</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Need-your-help-How-can-I-access-MSCAN-with-Processor-Expert/m-p/177527#M402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;I am new to Processor Expert . My English is not that good ,forgive me if somehow cause a misunderstanding .Here below is what U may help me :&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;1. I am nOw working on a&amp;nbsp;DEMO09S12XEP100&amp;nbsp;bord&amp;nbsp;without a hardware&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;data&amp;nbsp;sheet in my hand...&lt;IMG alt=":smileysad:" class="emoticon emoticon-smileysad" id="smileysad" src="http://freescale.i.lithium.com/i/smilies/16x16_smiley-sad.gif" title="Smiley Sad" /&gt;&lt;/LI&gt;&lt;LI&gt;2. I am now using PE to configure my MSCAN ,but it still can not work ,I can't receive any data from the CAN PORT.&lt;/LI&gt;&lt;LI&gt;3. How can I divide the standard fram and&amp;nbsp; extended frame？&lt;/LI&gt;&lt;LI&gt;4. Do I need an initialization function to be put into the &lt;STRONG&gt;MAIN&lt;/STRONG&gt; () if I have already set&amp;nbsp; CAN initialization "init.code" enable?&lt;/LI&gt;&lt;LI&gt;5. Anything can be helpful!&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;best regards !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;hefei&lt;/P&gt;&lt;P&gt;BATTERY MANAGEMENT SYSTEM R&amp;amp;D.WXEV&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jul 2012 16:26:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Need-your-help-How-can-I-access-MSCAN-with-Processor-Expert/m-p/177527#M402</guid>
      <dc:creator>AliasKid</dc:creator>
      <dc:date>2012-07-04T16:26:35Z</dc:date>
    </item>
    <item>
      <title>Re: Need your help：How can I access MSCAN with Processor Expert</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Need-your-help-How-can-I-access-MSCAN-with-Processor-Expert/m-p/177528#M403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ad 1) Do you mean board documentation ? The schematics is available at&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://cache.freescale.com/files/soft_dev_tools/hardware_tools/schematics/DEMO9S12XEP100_SCH.pdf?fpsp=1" rel="nofollow" target="_blank"&gt;http://cache.freescale.com/files/soft_dev_tools/hardware_tools/schematics/DEMO9S12XEP100_SCH.pdf?fpsp=1&lt;/A&gt;&lt;/P&gt;&lt;P&gt;other documents are also available on the product page:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=DEMO9S12XEP100&amp;amp;fsrch=1" rel="nofollow" target="_blank"&gt;http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=DEMO9S12XEP100&amp;amp;fsrch=1&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ad 2) What PEx component do you use for the configuration? There are two available - Init_MSCAN that provides just initialization code and Freescale_CAN component that also provides a runtime methods for CAN communication and it's commertial (can be bought from Freescale).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ad 4) If you set Init.code to enable, you don't need to call the initalization from the main, it's handled in PE_low_level_init() function.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For debugging purposes I recommend to enable loop-back mode and also enable error interrupt/event. If you send anything in loop mode, you should receive it immediatelly.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;best regards&lt;BR /&gt;Petr Hradsky&lt;BR /&gt;Processor Expert Support &amp;nbsp;Team&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jul 2012 19:00:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Need-your-help-How-can-I-access-MSCAN-with-Processor-Expert/m-p/177528#M403</guid>
      <dc:creator>ProcessorExpert</dc:creator>
      <dc:date>2012-07-04T19:00:36Z</dc:date>
    </item>
    <item>
      <title>Re: Need your help：How can I access MSCAN with Processor Expert</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Need-your-help-How-can-I-access-MSCAN-with-Processor-Expert/m-p/177529#M404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, thank you for the board documentation . YEAH , I do use&amp;nbsp; Freescale_CAN component for my&amp;nbsp; configuration .Thank you again for telling the initalization is handled in PE_low_level_init() function ，otherwise&amp;nbsp; the compiler&amp;nbsp; may keep warn me for ignoring it .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I had been woking on&amp;nbsp; the loop-back mode configuration these days . Somehow it meets problems that I can not tell exactly .&lt;/P&gt;&lt;P&gt;DO U have a DEMO PE project for&amp;nbsp; CAN communication ？ Or&amp;nbsp; where can I find a tutorial documentation for&amp;nbsp; PE MSCAN configuration ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;best regards !&lt;/P&gt;&lt;P&gt;He Fei&lt;/P&gt;&lt;P&gt;BMS R&amp;amp;D.WXEV&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Jul 2012 19:30:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Need-your-help-How-can-I-access-MSCAN-with-Processor-Expert/m-p/177529#M404</guid>
      <dc:creator>AliasKid</dc:creator>
      <dc:date>2012-07-07T19:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: Need your help：How can I access MSCAN with Processor Expert</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Need-your-help-How-can-I-access-MSCAN-with-Processor-Expert/m-p/177530#M405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please find attached a simple demo project for HCS12 C32 that you may find useful. It &amp;nbsp;does a simple "bridge" between SCI and CAN (MSCAN) with using FreescaleCAN. It receives characers on SCI and sends them via CAN and vice versa. It also shows &amp;nbsp;reading ADC and settings PWM.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can also find some basic code snippets on "Typical usage" page of the help for the Freescale_CAN component.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;best regards&lt;BR /&gt;Petr Hradsky&lt;BR /&gt;Processor Expert Support Team&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2012 20:37:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Need-your-help-How-can-I-access-MSCAN-with-Processor-Expert/m-p/177530#M405</guid>
      <dc:creator>ProcessorExpert</dc:creator>
      <dc:date>2012-07-09T20:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: Need your help：How can I access MSCAN with Processor Expert</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Need-your-help-How-can-I-access-MSCAN-with-Processor-Expert/m-p/177531#M406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HAHA ，the "&lt;SPAN style="widows: 2; text-transform: none; text-indent: 0px; letter-spacing: normal; border-collapse: separate; font: medium SimSun; white-space: normal; orphans: 2; color: #000000; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;"&gt;&lt;SPAN style="font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold;"&gt;Typical Usage"&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 14px;"&gt;page&lt;/SPAN&gt;&lt;SPAN style="font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 14px;"&gt;is just amazing !!!&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="widows: 2; text-transform: none; text-indent: 0px; letter-spacing: normal; border-collapse: separate; font: medium SimSun; white-space: normal; orphans: 2; color: #000000; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;"&gt;&lt;SPAN style="font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 14px;"&gt;I happened TO go&amp;nbsp;to the "&lt;SPAN style="widows: 2; text-transform: none; text-indent: 0px; letter-spacing: normal; border-collapse: separate; font: medium SimSun; white-space: normal; orphans: 2; color: #000000; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;"&gt;&lt;SPAN style="line-height: 18px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; color: #005ba2; font-size: 14px; font-weight: bold;"&gt;Bean FreescaleCAN page&lt;/SPAN&gt;&lt;/SPAN&gt;"early today ，some how just miss it ! THE &lt;SPAN style="widows: 2; text-transform: none; text-indent: 0px; letter-spacing: normal; border-collapse: separate; font: medium SimSun; white-space: normal; orphans: 2; color: #000000; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;"&gt;&lt;SPAN style="font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold;"&gt;Typical Usage page !! Thanks a lot ! Now I am going to read all of them !&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="widows: 2; text-transform: none; text-indent: 0px; letter-spacing: normal; border-collapse: separate; font: medium SimSun; white-space: normal; orphans: 2; color: #000000; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;"&gt;&lt;SPAN style="font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 14px;"&gt;&lt;SPAN style="widows: 2; text-transform: none; text-indent: 0px; letter-spacing: normal; border-collapse: separate; font: medium SimSun; white-space: normal; orphans: 2; color: #000000; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;"&gt;&lt;SPAN style="font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold;"&gt;Thank you again for all your kindhearted help !!!&amp;nbsp;&amp;nbsp; &lt;IMG alt=":smileyvery-happy:" class="emoticon emoticon-smileyvery-happy" id="smileyvery-happy" src="http://freescale.i.lithium.com/i/smilies/16x16_smiley-very-happy.gif" title="Smiley Very Happy" /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="widows: 2; text-transform: none; text-indent: 0px; letter-spacing: normal; border-collapse: separate; font: medium SimSun; white-space: normal; orphans: 2; color: #000000; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;"&gt;&lt;SPAN style="font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 14px;"&gt;&lt;SPAN style="widows: 2; text-transform: none; text-indent: 0px; letter-spacing: normal; border-collapse: separate; font: medium SimSun; white-space: normal; orphans: 2; color: #000000; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;"&gt;&lt;SPAN style="font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold;"&gt;I will be back soon ~~~&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2012 17:52:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Need-your-help-How-can-I-access-MSCAN-with-Processor-Expert/m-p/177531#M406</guid>
      <dc:creator>AliasKid</dc:creator>
      <dc:date>2012-07-10T17:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: Need your help：How can I access MSCAN with Processor Expert</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Need-your-help-How-can-I-access-MSCAN-with-Processor-Expert/m-p/177532#M407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt=":smileytongue:" class="emoticon emoticon-smileytongue" id="smileytongue" src="http://freescale.i.lithium.com/i/smilies/16x16_smiley-tongue.gif" title="Smiley Tongue" /&gt;&amp;nbsp; It is me again .I have got two questions here :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;first&lt;/STRONG&gt;，do I need to confige the PINs through the CAN configuration？Most of the time I cannot see them(or it) .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;second&lt;/STRONG&gt; ，during the CAN1_SendFrame（）function ，I got a "transmit buffer full error" all the time .what can I do ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/*&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;if (!(CAN0TFLG &amp;amp; bufmask)) {&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* Is the transmit buffer full? */&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return ERR_TXFULL;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /* If yes then error */&lt;BR /&gt;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;*/&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Attachment:&amp;nbsp; picture for the first question ，the other for the second&amp;nbsp;and my code is in event.c document .thank you !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2012 21:54:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Need-your-help-How-can-I-access-MSCAN-with-Processor-Expert/m-p/177532#M407</guid>
      <dc:creator>AliasKid</dc:creator>
      <dc:date>2012-07-11T21:54:31Z</dc:date>
    </item>
    <item>
      <title>Re: Need your help：How can I access MSCAN with Processor Expert</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Need-your-help-How-can-I-access-MSCAN-with-Processor-Expert/m-p/177533#M408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ad 1) Yes, the pins need to be selected. From your screensot, there seems to be a problem that you have two Freescale_CAN components in the project - you should remove one of them.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ad 2) This error means that your message wasn't received. In CAN communication, the message is not treated as sent &amp;nbsp;until the receiving &amp;nbsp;device acknowledges the reception. The problem might be that you don't have target device properly connected, it doesn't work or the timing configurations of the transmitter and receiver do not match.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;best regards&lt;BR /&gt;Petr Hradsky&lt;BR /&gt;Processor Expert Support Team&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2012 21:20:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Need-your-help-How-can-I-access-MSCAN-with-Processor-Expert/m-p/177533#M408</guid>
      <dc:creator>ProcessorExpert</dc:creator>
      <dc:date>2012-07-23T21:20:53Z</dc:date>
    </item>
    <item>
      <title>Re: Need your help：How can I access MSCAN with Processor Expert</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Need-your-help-How-can-I-access-MSCAN-with-Processor-Expert/m-p/177534#M409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much !&amp;nbsp;My &amp;nbsp;target device&amp;nbsp; was not connected properly&amp;nbsp;&amp;nbsp; &lt;IMG alt=":smileyvery-happy:" class="emoticon emoticon-smileyvery-happy" id="smileyvery-happy" src="http://freescale.i.lithium.com/i/smilies/16x16_smiley-very-happy.gif" title="Smiley Very Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2012 07:14:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Need-your-help-How-can-I-access-MSCAN-with-Processor-Expert/m-p/177534#M409</guid>
      <dc:creator>AliasKid</dc:creator>
      <dc:date>2012-07-25T07:14:16Z</dc:date>
    </item>
    <item>
      <title>Re: Need your help：How can I access MSCAN with Processor Expert</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Need-your-help-How-can-I-access-MSCAN-with-Processor-Expert/m-p/177535#M410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all, i´m new with the P.E too, and i´m in trouble&amp;nbsp; trying to configure the MSCAN on Cold Fire V1.&lt;/P&gt;&lt;P&gt;I tryed to find the &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #ffffff;"&gt;attached simple demo project for HCS12 C32 but i didn´t get anything. I´m using CW 6.3. To be honest, i´m starting with the CAN module, i don´t have a simple idea how to procedure. Could anyone help me?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #ffffff;"&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Petr Hradsky or anyone else&lt;/SPAN&gt;, could you direct me , where can i find that useful bridge document&amp;nbsp; about SCI and CAN?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #ffffff;"&gt;Thank you!&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Nov 2012 14:04:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Need-your-help-How-can-I-access-MSCAN-with-Processor-Expert/m-p/177535#M410</guid>
      <dc:creator>james07</dc:creator>
      <dc:date>2012-11-30T14:04:52Z</dc:date>
    </item>
    <item>
      <title>Re: Need your help：How can I access MSCAN with Processor Expert</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Need-your-help-How-can-I-access-MSCAN-with-Processor-Expert/m-p/177536#M411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;first,U need a license.&lt;/P&gt;&lt;P&gt;second,you can find everything in your PC somewhere like :&lt;SPAN style="text-decoration: underline;"&gt;\Freescale\CodeWarrior for Microcontrollers V6.3\ProcessorExpert\Projects\Test projects&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This can BE a lot help :smileyhappy:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2012 15:39:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Need-your-help-How-can-I-access-MSCAN-with-Processor-Expert/m-p/177536#M411</guid>
      <dc:creator>AliasKid</dc:creator>
      <dc:date>2012-12-03T15:39:25Z</dc:date>
    </item>
    <item>
      <title>Re: Need your help：How can I access MSCAN with Processor Expert</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Need-your-help-How-can-I-access-MSCAN-with-Processor-Expert/m-p/177537#M412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Steven, i have already a license for the MCU Code Warrior 6.3, but that library doesn´t contain that micro controller that you are using, because of that i would like to see a demo project to configure mine.&amp;nbsp; I found the Typical Usage that you all were refering to. Thanks! I apreciate very much!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. do you have a document, or PDF that you can show me, a little example of the can process? I´m really lost about it =\&lt;/P&gt;&lt;P&gt; After all, i´m going to reconfigure my MCU and see if a can handle that. &lt;/P&gt;&lt;P&gt;Best regards;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2012 00:32:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Need-your-help-How-can-I-access-MSCAN-with-Processor-Expert/m-p/177537#M412</guid>
      <dc:creator>james07</dc:creator>
      <dc:date>2012-12-07T00:32:51Z</dc:date>
    </item>
    <item>
      <title>Re: Need your help：How can I access MSCAN with Processor Expert</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Need-your-help-How-can-I-access-MSCAN-with-Processor-Expert/m-p/177538#M413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will be back later and answer your question . I am quite busy right at the moment~&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2012 01:34:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Need-your-help-How-can-I-access-MSCAN-with-Processor-Expert/m-p/177538#M413</guid>
      <dc:creator>AliasKid</dc:creator>
      <dc:date>2012-12-19T01:34:03Z</dc:date>
    </item>
    <item>
      <title>Re: Need your help：How can I access MSCAN with Processor Expert</title>
      <link>https://community.nxp.com/t5/Processor-Expert-Software/Need-your-help-How-can-I-access-MSCAN-with-Processor-Expert/m-p/177539#M414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I attach the example project. It was probably accidentally removed during forums migration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;Petr Hradsky&lt;/P&gt;&lt;P&gt;Processor Expert Support Team&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Nov 2013 11:08:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Processor-Expert-Software/Need-your-help-How-can-I-access-MSCAN-with-Processor-Expert/m-p/177539#M414</guid>
      <dc:creator>Petr_H</dc:creator>
      <dc:date>2013-11-26T11:08:04Z</dc:date>
    </item>
  </channel>
</rss>

