<?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>Wireless MCUのトピックRe: Where is the main()?</title>
    <link>https://community.nxp.com/t5/Wireless-MCU/Where-is-the-main/m-p/886721#M6354</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you look into the app_start_light.c You will find the&amp;nbsp;PUBLIC void vAppMain(void), and if you want to set up a DIO for toggle a led,&amp;nbsp; you could set after the&amp;nbsp;&lt;/P&gt;&lt;P&gt;/* Early call to Bulb initialization to enable fast start-up */&lt;BR /&gt;vBULB_Init();&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.nxp.com/docs/en/user-guide/JN-UG-3087.pdf"&gt;JN516x Integrated Peripherals API User Guide&lt;/A&gt;&lt;/P&gt;&lt;P&gt;5. Digital Inputs/Outputs (DIOs)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mario&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Mar 2019 16:47:42 GMT</pubDate>
    <dc:creator>mario_castaneda</dc:creator>
    <dc:date>2019-03-12T16:47:42Z</dc:date>
    <item>
      <title>Where is the main()?</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Where-is-the-main/m-p/886719#M6352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm new in programming the JN5168. The main goal is to build a Phillips Hue light buld with the JN5168 but the AN is very confusing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To get a grip of the microprocessor and code of the JN5168 I am trying to get a blinky application to run. The problem is that i can't find any sort of main(). I know the AN is a RTOS so it mimics multitasking. but to start this it had to start somewhere.&lt;/P&gt;&lt;P&gt;I have searched for&amp;nbsp;zps_eAplZdoStartStack() in the AN but that reffers to .libs instead of normal C code. Is there something i am missing or is there someone who can give me a tip in where to look?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my configuration:&lt;/P&gt;&lt;P&gt;Hardware: JN5168-001-M00Z&lt;/P&gt;&lt;P&gt;software:&lt;/P&gt;&lt;P&gt;JN-SW-4141&lt;/P&gt;&lt;P&gt;JN-SW-4170&lt;/P&gt;&lt;P&gt;JN-AN-1218&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dirk van Grunsven&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Mar 2019 08:35:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Where-is-the-main/m-p/886719#M6352</guid>
      <dc:creator>dirk_van_grunsv</dc:creator>
      <dc:date>2019-03-12T08:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: Where is the main()?</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Where-is-the-main/m-p/886720#M6353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Dirk,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am also trying to achieve the samething. Still getting the hang of the AN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Main() is called vAppMain() implemented in Common_Light/app_start_light.c&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Mar 2019 15:33:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Where-is-the-main/m-p/886720#M6353</guid>
      <dc:creator>youpko</dc:creator>
      <dc:date>2019-03-12T15:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: Where is the main()?</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Where-is-the-main/m-p/886721#M6354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you look into the app_start_light.c You will find the&amp;nbsp;PUBLIC void vAppMain(void), and if you want to set up a DIO for toggle a led,&amp;nbsp; you could set after the&amp;nbsp;&lt;/P&gt;&lt;P&gt;/* Early call to Bulb initialization to enable fast start-up */&lt;BR /&gt;vBULB_Init();&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.nxp.com/docs/en/user-guide/JN-UG-3087.pdf"&gt;JN516x Integrated Peripherals API User Guide&lt;/A&gt;&lt;/P&gt;&lt;P&gt;5. Digital Inputs/Outputs (DIOs)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mario&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Mar 2019 16:47:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Where-is-the-main/m-p/886721#M6354</guid>
      <dc:creator>mario_castaneda</dc:creator>
      <dc:date>2019-03-12T16:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: Where is the main()?</title>
      <link>https://community.nxp.com/t5/Wireless-MCU/Where-is-the-main/m-p/886722#M6355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Mario and Youp!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This was exactly what i was searching for. Now i can get get some feedback from the UART and get some controle of the JN5168!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/youpko"&gt;youpko&lt;/A&gt;‌, if you would like you could message me. maybe we could help each other in this goal!&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Mar 2019 08:22:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Wireless-MCU/Where-is-the-main/m-p/886722#M6355</guid>
      <dc:creator>dirk_van_grunsv</dc:creator>
      <dc:date>2019-03-13T08:22:37Z</dc:date>
    </item>
  </channel>
</rss>

