<?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>S12 / MagniV Microcontrollers中的主题 Re: MM912G634DV1AE  Programming</title>
    <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/MM912G634DV1AE-Programming/m-p/235878#M9452</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I contacted &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;at least 8V to TCLK pin&lt;/SPAN&gt; and solved my problem,&lt;/P&gt;&lt;P&gt;now i have two question :&lt;/P&gt;&lt;P&gt;1- how can i use interrupt timer?&lt;/P&gt;&lt;P&gt;2- what is interrupt vector for Timer ?&lt;/P&gt;&lt;P&gt;3-do you have source code for init timer ?&lt;/P&gt;&lt;P&gt;4- &lt;STRONG&gt;I can not use Low side driver i'd write &lt;/STRONG&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;B_LSCEN&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;= 0x05;&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;B_LSCR&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;=&amp;nbsp; 0x03;&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;STRONG&gt;and for disable &lt;/STRONG&gt;&lt;STRONG style="font-size: 10pt; line-height: 1.5em;"&gt;B_LSCR = 0;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;why I can not use it?it has a special note?Alse I can use High side driver without any problem.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 06 Jul 2013 05:44:23 GMT</pubDate>
    <dc:creator>adelantesey</dc:creator>
    <dc:date>2013-07-06T05:44:23Z</dc:date>
    <item>
      <title>MM912G634DV1AE  Programming</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/MM912G634DV1AE-Programming/m-p/235860#M9434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I have problem for programming with &lt;STRONG style="color: #51626f; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 11.818181991577148px;"&gt;&lt;A style="color: #017bba;"&gt;MM912G634DV1AE&lt;/A&gt; &lt;/STRONG&gt; , my programmer is MULTILINK UNIVERSAL I have error with subject about can not write in 0xFFF8!&lt;/P&gt;&lt;P&gt;what is your suggestion ?&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Jun 2013 10:33:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/MM912G634DV1AE-Programming/m-p/235860#M9434</guid>
      <dc:creator>adelantesey</dc:creator>
      <dc:date>2013-06-23T10:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: MM912G634DV1AE  Programming</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/MM912G634DV1AE-Programming/m-p/235861#M9435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suppose that there will some issue with interrupt vectors.&lt;/P&gt;&lt;P&gt;Please check your code if you have interrupt vectors defined twice.&lt;/P&gt;&lt;P&gt;Node: don’t forget vector definition(s) in prm file.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jun 2013 15:06:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/MM912G634DV1AE-Programming/m-p/235861#M9435</guid>
      <dc:creator>RadekS</dc:creator>
      <dc:date>2013-06-24T15:06:27Z</dc:date>
    </item>
    <item>
      <title>Re: MM912G634DV1AE  Programming</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/MM912G634DV1AE-Programming/m-p/235862#M9436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for your response ,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;do you have any sample code?&lt;/STRONG&gt; I think my &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Code&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; has a problem but I do not have sample code.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jun 2013 04:12:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/MM912G634DV1AE-Programming/m-p/235862#M9436</guid>
      <dc:creator>adelantesey</dc:creator>
      <dc:date>2013-06-25T04:12:24Z</dc:date>
    </item>
    <item>
      <title>Re: MM912G634DV1AE  Programming</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/MM912G634DV1AE-Programming/m-p/235863#M9437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I attached contents of CD for KIT912H634 evaluation board and user manual.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jun 2013 08:35:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/MM912G634DV1AE-Programming/m-p/235863#M9437</guid>
      <dc:creator>RadekS</dc:creator>
      <dc:date>2013-06-25T08:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: MM912G634DV1AE  Programming</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/MM912G634DV1AE-Programming/m-p/235864#M9438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you so much, I'll check and come back.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jun 2013 11:13:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/MM912G634DV1AE-Programming/m-p/235864#M9438</guid>
      <dc:creator>adelantesey</dc:creator>
      <dc:date>2013-06-25T11:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: MM912G634DV1AE  Programming</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/MM912G634DV1AE-Programming/m-p/235865#M9439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mr.Radek Sestak&lt;/P&gt;&lt;P&gt;I &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;test &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;with your software &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;and I have this problem &lt;SPAN style="font-size: 10pt;"&gt;again&lt;/SPAN&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Error is : " &lt;STRONG&gt;Error while writing to FFFE..101FE&lt;/STRONG&gt;"&lt;/P&gt;&lt;P&gt;what is your suggestion ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jun 2013 11:55:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/MM912G634DV1AE-Programming/m-p/235865#M9439</guid>
      <dc:creator>adelantesey</dc:creator>
      <dc:date>2013-06-25T11:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: MM912G634DV1AE  Programming</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/MM912G634DV1AE-Programming/m-p/235866#M9440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Strange, everything works correctly on my side.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check if you have at least 8V at TCK pin (44). This disable internal watchdog – it is necessary during loading software and debugging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you sure that you have MM912G634 and not MM912F634?&lt;/P&gt;&lt;P&gt;Could you please try connecting to MCU and check Part ID (addresses 0x001A and 0x001B)? There should be 0x38C0 in case of MM912G634 or MM912H634. In case of MM912F634 it should be 0x3800 or 0x3801.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check if you already install CodeWarrior for HCS12(X) v5.1 MM912H634 Service Pack:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.freescale.com/webapp/sps/site/overview.jsp?code=CW_UPDATES_HCS12_51"&gt;http://www.freescale.com/webapp/sps/site/overview.jsp?code=CW_UPDATES_HCS12_51&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example codes which I posted above contain small error. There is wrong unsecure command file (old version - it fits to MM912F634). However this should not have any connection to your issue. In attachment you can find correct cmd file for MM912G634 and MM912H634 devices.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you use KIT912H634 evaluation board, please disconnect JP14 and JP15 jumpers (this disconnect TBDML interface).&lt;/P&gt;&lt;P&gt;If you use KIT912H634 evaluation board, please connect JP6 and set JP7 jumper to position 1-2 (this disable internal watchdog.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jun 2013 14:33:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/MM912G634DV1AE-Programming/m-p/235866#M9440</guid>
      <dc:creator>RadekS</dc:creator>
      <dc:date>2013-06-25T14:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: MM912G634DV1AE  Programming</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/MM912G634DV1AE-Programming/m-p/235867#M9441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you so much for your following,&lt;/P&gt;&lt;P&gt;I have MM912H634 and MM912F634 together ,i could not program into both of them.&lt;/P&gt;&lt;P&gt;about part ID i checked and for 912H is 0xID3 for 912G is 0x1E1 and&amp;nbsp; 912F is 0x1D4.of course this numbers write in our code warier .&lt;/P&gt;&lt;P&gt;some question :&lt;/P&gt;&lt;P&gt;1- can I write software with MM912G and program on the MM912F or H&lt;/P&gt;&lt;P&gt;2- this problem is for software or hardware &lt;/P&gt;&lt;P&gt;3- your &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;attachment was incorrect please sent me again or sent me simple sample because only i want make sure that this problem is for soft ware or hardware &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;thanks a lot&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jun 2013 04:17:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/MM912G634DV1AE-Programming/m-p/235867#M9441</guid>
      <dc:creator>adelantesey</dc:creator>
      <dc:date>2013-06-26T04:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: MM912G634DV1AE  Programming</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/MM912G634DV1AE-Programming/m-p/235868#M9442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;TCK pin&lt;/SPAN&gt; contact to GND ,I checked again and our error is fixed !!??enclosed you can find my schematic, what is your advise?&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jun 2013 12:33:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/MM912G634DV1AE-Programming/m-p/235868#M9442</guid>
      <dc:creator>adelantesey</dc:creator>
      <dc:date>2013-06-26T12:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: MM912G634DV1AE  Programming</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/MM912G634DV1AE-Programming/m-p/235869#M9443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem is: If voltage at TCLK pins is bellow 7V, window watchdog at analog die will be active and Initial Non-window Watchdog Timeout is just 150ms (110…190ms). So, you have to program MCU in shorter time than 110ms (after reset) or you have to make some hardware changes for programming.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Recommendation:&lt;/P&gt;&lt;OL style="list-style-type: decimal;"&gt;&lt;LI&gt;Disassemble R15. MM912G634 supports only Loop Controlled Pierce Oscillator Connection (see Figure 83. OSCLCP Block Diagram).&lt;/LI&gt;&lt;LI&gt;Disable window watchdog or disconnect reset signal.&lt;OL style="list-style-type: lower-alpha;"&gt;&lt;LI&gt;Disable window watchdog – disconnect TCLK pin from GND and connect TCLK pin to GND by pull-down resistor. During programming just connect at least 8V to TCLK pin.&lt;/LI&gt;&lt;LI&gt;Disconnect reset signal – window watchdog is located on analog die, if you disconnect RESET_A and RESET pins, analog die will not cause MCU reset. RESET signal must stay connected to BDM interface.&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: There is third option, connect just +5V to VDDX for powering MCU, however we strictly not recommend this solution.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jun 2013 14:40:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/MM912G634DV1AE-Programming/m-p/235869#M9443</guid>
      <dc:creator>RadekS</dc:creator>
      <dc:date>2013-06-26T14:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: MM912G634DV1AE  Programming</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/MM912G634DV1AE-Programming/m-p/235870#M9444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks a lot for your information,&lt;/P&gt;&lt;P&gt;&amp;nbsp; yesterday I can program of course my problem was RESET_A .&lt;/P&gt;&lt;P&gt;Now RESET_A pin always should be disconnect to GND or contact to GND with separate capacitor ? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Jun 2013 03:47:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/MM912G634DV1AE-Programming/m-p/235870#M9444</guid>
      <dc:creator>adelantesey</dc:creator>
      <dc:date>2013-06-29T03:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: MM912G634DV1AE  Programming</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/MM912G634DV1AE-Programming/m-p/235871#M9445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;could you help with sample code ?I could not toggle pins of PORTA and PORTB in output ?why? hse a special note?D2DI has a note?&amp;nbsp; &lt;/P&gt;&lt;P&gt;thanks, &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jul 2013 14:06:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/MM912G634DV1AE-Programming/m-p/235871#M9445</guid>
      <dc:creator>adelantesey</dc:creator>
      <dc:date>2013-07-01T14:06:30Z</dc:date>
    </item>
    <item>
      <title>Re: MM912G634DV1AE  Programming</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/MM912G634DV1AE-Programming/m-p/235872#M9446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;MM912F634 is incompatible with MM912G634 and MM912H634.&lt;/P&gt;&lt;P&gt;MM912F634 has older MCU core built on 250nm.&lt;/P&gt;&lt;P&gt;MM912H (G) 634 has newer MCU core built on 180nm (different clock module, flash,…).&lt;/P&gt;&lt;P&gt;Difference between MM912H634 and MM912G634 is only in flash size.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jul 2013 16:06:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/MM912G634DV1AE-Programming/m-p/235872#M9446</guid>
      <dc:creator>RadekS</dc:creator>
      <dc:date>2013-07-01T16:06:48Z</dc:date>
    </item>
    <item>
      <title>Re: MM912G634DV1AE  Programming</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/MM912G634DV1AE-Programming/m-p/235873#M9447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;RESET_A pin has to be connected to RESET pin.&lt;/P&gt;&lt;P&gt;I would like to recommend disconnect RESET_A and RESET pins only for programming (watchdog on analog die will not interrupt MCU) - as workaround in production.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;For debugging purpose is better connecting at least 8V to TCLK pin. This will disable window watchdog and you can fully use both dies.&lt;/P&gt;&lt;P&gt;If you connect at least 8V to TCLK pin, RESET_A pin could be connected to RESET pin all the time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jul 2013 16:11:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/MM912G634DV1AE-Programming/m-p/235873#M9447</guid>
      <dc:creator>RadekS</dc:creator>
      <dc:date>2013-07-01T16:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: MM912G634DV1AE  Programming</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/MM912G634DV1AE-Programming/m-p/235874#M9448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1- for mass production&amp;nbsp; &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;RESET_A pin has to be connected to RESET pin or not?if yes for programming has not problem?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;2- I have only MM912F in my hand and I want write software in mm912F after development switch to MM912G is it possible ?&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;3- N&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG style="font-size: 10pt; line-height: 1.5em; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;ow I have new problem&lt;/STRONG&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt; line-height: 1.5em;"&gt; &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;I could not toggle pins of PORTA and PORTB in output ?why? has a special note?run D2DI has a note?&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="; background-color: #ffffff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;looking forward to your comment .&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="; background-color: #ffffff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG style=": ; background-color: #ffffff; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;thanks&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jul 2013 03:59:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/MM912G634DV1AE-Programming/m-p/235874#M9448</guid>
      <dc:creator>adelantesey</dc:creator>
      <dc:date>2013-07-02T03:59:19Z</dc:date>
    </item>
    <item>
      <title>Re: MM912G634DV1AE  Programming</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/MM912G634DV1AE-Programming/m-p/235875#M9449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;OL style="list-style-type: decimal;"&gt;&lt;LI&gt;During programming in mass production and debugging – at least 8V has to be connected to TCLK pin. If is it not possible (error on PCB), you can temporary disconnect RESET_A and RESET pins during programming (after that connect back).&lt;/LI&gt;&lt;LI&gt;Yes, it is possible. You can write software for MM912F634 and after that you can migrate (with some software changes) this code to MM912G634.&lt;/LI&gt;&lt;LI&gt;There isn’t anything special. Port A is located at MCU therefore you need only set DDR register to output mode. Port B is located at analog die therefore you need initialize D2D interface and set DDR bits to output mode. In attachment you can find simple example code.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jul 2013 12:08:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/MM912G634DV1AE-Programming/m-p/235875#M9449</guid>
      <dc:creator>RadekS</dc:creator>
      <dc:date>2013-07-02T12:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: MM912G634DV1AE  Programming</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/MM912G634DV1AE-Programming/m-p/235876#M9450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you so much for your help,&lt;/P&gt;&lt;P&gt;Now I disconnected RESET_A to RESET &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;before&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; programming after that contact again to RESET but micro can&amp;nbsp; not run again!!! Micro b&lt;SPAN style="color: #000000; font-family: 'Times New Roman'; font-size: medium;"&gt;urst is reset ?why?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;1- do you think are there any problem in my schematic ?&lt;/P&gt;&lt;P&gt;2- why my micro b&lt;SPAN style="color: #000000; font-family: 'Times New Roman'; font-size: medium;"&gt;urst is reset&lt;/SPAN&gt;?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jul 2013 12:34:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/MM912G634DV1AE-Programming/m-p/235876#M9450</guid>
      <dc:creator>adelantesey</dc:creator>
      <dc:date>2013-07-02T12:34:47Z</dc:date>
    </item>
    <item>
      <title>Re: MM912G634DV1AE  Programming</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/MM912G634DV1AE-Programming/m-p/235877#M9451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your program contains a function for periodically resetting of window watchdog?&lt;/P&gt;&lt;P&gt;If yes, please check if you feed watchdog in proper time interval (second half of timeout period).&lt;/P&gt;&lt;P&gt;If not, please add function for feed watchdog or connect at least 8V to TCLK pin.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jul 2013 13:10:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/MM912G634DV1AE-Programming/m-p/235877#M9451</guid>
      <dc:creator>RadekS</dc:creator>
      <dc:date>2013-07-02T13:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: MM912G634DV1AE  Programming</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/MM912G634DV1AE-Programming/m-p/235878#M9452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I contacted &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;at least 8V to TCLK pin&lt;/SPAN&gt; and solved my problem,&lt;/P&gt;&lt;P&gt;now i have two question :&lt;/P&gt;&lt;P&gt;1- how can i use interrupt timer?&lt;/P&gt;&lt;P&gt;2- what is interrupt vector for Timer ?&lt;/P&gt;&lt;P&gt;3-do you have source code for init timer ?&lt;/P&gt;&lt;P&gt;4- &lt;STRONG&gt;I can not use Low side driver i'd write &lt;/STRONG&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;B_LSCEN&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;= 0x05;&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;B_LSCR&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;=&amp;nbsp; 0x03;&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;STRONG&gt;and for disable &lt;/STRONG&gt;&lt;STRONG style="font-size: 10pt; line-height: 1.5em;"&gt;B_LSCR = 0;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;why I can not use it?it has a special note?Alse I can use High side driver without any problem.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Jul 2013 05:44:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/MM912G634DV1AE-Programming/m-p/235878#M9452</guid>
      <dc:creator>adelantesey</dc:creator>
      <dc:date>2013-07-06T05:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: MM912G634DV1AE  Programming</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/MM912G634DV1AE-Programming/m-p/235879#M9453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;About 1..3)&lt;/P&gt;&lt;P&gt;Timer is located on analog die therefore you should use D2D interrupt for handling Timer interrupt.&lt;/P&gt;&lt;P&gt;D2D Interface interrupt vector is Vector base + 0x00F2 (interrupt 6).&lt;/P&gt;&lt;P&gt;Yes, in atachment you can find simple example code for MM912H634.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;About 4)&lt;/P&gt;&lt;P&gt;Strange, it works correctly on my side. What you have connected to LS pins?&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jul 2013 16:26:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/MM912G634DV1AE-Programming/m-p/235879#M9453</guid>
      <dc:creator>RadekS</dc:creator>
      <dc:date>2013-07-08T16:26:04Z</dc:date>
    </item>
  </channel>
</rss>

