<?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>topic Re: LPC43XX use m0sub with usb in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43XX-use-m0sub-with-usb/m-p/1048558#M40638</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/alexisandalon"&gt;alexisandalon&lt;/A&gt;‌;&lt;BR /&gt;thanks for replying.&lt;BR /&gt;I had hard times trying to relate to the example you linked as they are for a different toolchain and dev boards. &lt;BR /&gt;But in a readme among the files you sent I read there could be problem with timing to memory access when using USB. &lt;BR /&gt;So I thought that maybe m0sub is not working with USB due to the delay inserted by the bridge.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm now trying to operate the USB form m0app and working on a multicore project to do that.&lt;BR /&gt;Unfortunately I'm stuck since after building everything correctly I can not debug my project. You can see my new question related to that &lt;A _jive_internal="true" href="https://community.nxp.com/message/1306354"&gt;here&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;If you could help with that it would be awesome.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 May 2020 10:40:34 GMT</pubDate>
    <dc:creator>a_bet</dc:creator>
    <dc:date>2020-05-01T10:40:34Z</dc:date>
    <item>
      <title>LPC43XX use m0sub with usb</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43XX-use-m0sub-with-usb/m-p/1048555#M40635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi to you all,&lt;BR /&gt;I'm working with lpclink2 and its LPC4370.&lt;BR /&gt;My goal is to build a multicore project where the m4 triggers the m0sub and the latter transfers data to a pc via USB.&lt;BR /&gt;I already have a working multicore setup, with M$ correctly triggering m0sub via IRQ.&lt;BR /&gt;My problem is USB. I use the &lt;A href="https://www.nxp.com/design/microcontrollers-developer-resources/lpcopen-libraries-and-examples/lpcopen-software-development-platform-lpc43xx:LPCOPEN-SOFTWARE-FOR-LPC43XX"&gt;LPCOpen&lt;/A&gt; driver provided with the usbd_rom_cdc example and it works as expected when implemented on the m4.&lt;BR /&gt;I want to run it from the M0sub so I took the example code and added to my m0sub application. The project compiles and the code seems to run, but actually the connection with the pc never happens.&lt;BR /&gt;You can look at my code &lt;A href="https://github.com/abettati/template_mcu/tree/usb_m0"&gt;here&lt;/A&gt;. It never executes &lt;A href="https://github.com/abettati/template_mcu/blob/usb_m0/m0sub/src/m0sub.c#L194"&gt;this&lt;/A&gt; line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So my question is: is it possible to use USB from m0sub? How to do so?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Apr 2020 22:18:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43XX-use-m0sub-with-usb/m-p/1048555#M40635</guid>
      <dc:creator>a_bet</dc:creator>
      <dc:date>2020-04-19T22:18:14Z</dc:date>
    </item>
    <item>
      <title>Re: LPC43XX use m0sub with usb</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43XX-use-m0sub-with-usb/m-p/1048556#M40636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Update: I tried to change the USB stack base address to 0x180004000 to have it within the memory that M0SUB can access quickly but that didn't change anything apparently.&lt;BR /&gt;It is still unable to connect.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2020 21:35:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43XX-use-m0sub-with-usb/m-p/1048556#M40636</guid>
      <dc:creator>a_bet</dc:creator>
      <dc:date>2020-04-22T21:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: LPC43XX use m0sub with usb</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43XX-use-m0sub-with-usb/m-p/1048557#M40637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/a_bet"&gt;a_bet&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you checked the LPC43xx Dual-core examples? These are built using Keil nut the implementation should be pretty similar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-330811"&gt;https://community.nxp.com/docs/DOC-330811&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-334798"&gt;LPC43XX Dual Core Examples.zip&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Alexis Andalon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2020 15:01:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43XX-use-m0sub-with-usb/m-p/1048557#M40637</guid>
      <dc:creator>Alexis_A</dc:creator>
      <dc:date>2020-04-29T15:01:24Z</dc:date>
    </item>
    <item>
      <title>Re: LPC43XX use m0sub with usb</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43XX-use-m0sub-with-usb/m-p/1048558#M40638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/alexisandalon"&gt;alexisandalon&lt;/A&gt;‌;&lt;BR /&gt;thanks for replying.&lt;BR /&gt;I had hard times trying to relate to the example you linked as they are for a different toolchain and dev boards. &lt;BR /&gt;But in a readme among the files you sent I read there could be problem with timing to memory access when using USB. &lt;BR /&gt;So I thought that maybe m0sub is not working with USB due to the delay inserted by the bridge.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm now trying to operate the USB form m0app and working on a multicore project to do that.&lt;BR /&gt;Unfortunately I'm stuck since after building everything correctly I can not debug my project. You can see my new question related to that &lt;A _jive_internal="true" href="https://community.nxp.com/message/1306354"&gt;here&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;If you could help with that it would be awesome.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 May 2020 10:40:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/LPC43XX-use-m0sub-with-usb/m-p/1048558#M40638</guid>
      <dc:creator>a_bet</dc:creator>
      <dc:date>2020-05-01T10:40:34Z</dc:date>
    </item>
  </channel>
</rss>

