<?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>ColdFire/68K Microcontrollers and Processors中的主题 MCF52223EVB Help</title>
    <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MCF52223EVB-Help/m-p/140547#M2324</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi all&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;AM a newbie on this dev board - have installed hte CodeWarrior dev studio and got the MyProj up and trucking using Stationery. I have got the LEDs on as per function calls in the rel ....evb.c source.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I am trying to fathom out the rest of teh source code that is provided and how one can implement this in order to get going with interrupts etc - such as for when the switches are pressed.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Does one have to do any specific includes and if so what files. I see the code for the vector table, the int handlers and the calls to the switch handlers but cannot fathom all this out as I used a simple printf statement in the sw handler to show that the switch was pressed - nada - so I am obviously doing something very wrong.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Does one have to call the mcf5xxxx_init function first or a specific set of functions for setting the board up.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I am ultimately wanting to do some USB stuff - is the USB BETA code the way to go or is there a specific set of code available that will asist in getting a stack going without having to reinvent the wheel so to speak.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Many thanks&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Nic&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Dec 2006 22:30:57 GMT</pubDate>
    <dc:creator>PopsStack</dc:creator>
    <dc:date>2006-12-18T22:30:57Z</dc:date>
    <item>
      <title>MCF52223EVB Help</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MCF52223EVB-Help/m-p/140547#M2324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi all&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;AM a newbie on this dev board - have installed hte CodeWarrior dev studio and got the MyProj up and trucking using Stationery. I have got the LEDs on as per function calls in the rel ....evb.c source.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I am trying to fathom out the rest of teh source code that is provided and how one can implement this in order to get going with interrupts etc - such as for when the switches are pressed.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Does one have to do any specific includes and if so what files. I see the code for the vector table, the int handlers and the calls to the switch handlers but cannot fathom all this out as I used a simple printf statement in the sw handler to show that the switch was pressed - nada - so I am obviously doing something very wrong.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Does one have to call the mcf5xxxx_init function first or a specific set of functions for setting the board up.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I am ultimately wanting to do some USB stuff - is the USB BETA code the way to go or is there a specific set of code available that will asist in getting a stack going without having to reinvent the wheel so to speak.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Many thanks&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Nic&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2006 22:30:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MCF52223EVB-Help/m-p/140547#M2324</guid>
      <dc:creator>PopsStack</dc:creator>
      <dc:date>2006-12-18T22:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: MCF52223EVB Help</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MCF52223EVB-Help/m-p/140548#M2325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Hi&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I'm in the same situation as you but a bit further working on usb now&lt;/DIV&gt;&lt;DIV&gt;I've Got UART I2C working fine as well as PIT and DMA timers.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;To initialise your board you've got to&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;init all what you need using functions from mcf5222x_sysinit.c or writing your own.&lt;/DIV&gt;&lt;DIV&gt;Make sure all your support Files (Support files folder in project) are targeted .&lt;/DIV&gt;&lt;DIV&gt;Make sure you're GPIO registers are set to use&amp;nbsp;Switches (switches are set to GPIO inputs by default&amp;nbsp;so it should be ok if you haven't modify it) .&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Do you reach the interrupt handler if you set a breakpoint in it?&lt;/DIV&gt;&lt;DIV&gt;Do you see if your&amp;nbsp;Pending register from the interrupt&amp;nbsp;controller acknowledges Interrupts?&lt;/DIV&gt;&lt;DIV&gt;if Yes does your Mask register mask the interrupt ?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Let us know&lt;/DIV&gt;&lt;DIV&gt;Olivier&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;PS: HID usb example is a good source od information.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2006 19:43:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/MCF52223EVB-Help/m-p/140548#M2325</guid>
      <dc:creator>Bartington</dc:creator>
      <dc:date>2006-12-20T19:43:21Z</dc:date>
    </item>
  </channel>
</rss>

