RE: IMXRT 1060 USB Device (copy of LPC43/LPC31 driver) - Set-up buffer problems

2020-02-21 Thread Thomas Axelsson
ssage- From: Thomas Axelsson [mailto:thomas.axels...@actia.se] Sent: Thursday, February 20, 2020 6:12 AM To: dev@nuttx.apache.org Subject: RE: IMXRT 1060 USB Device (copy of LPC43/LPC31 driver) - Set-up buffer problems That seems to be it! Thanks! I was under the impression that not having

RE: IMXRT 1060 USB Device (copy of LPC43/LPC31 driver) - Set-up buffer problems

2020-02-20 Thread David Sidrane
- From: Thomas Axelsson [mailto:thomas.axels...@actia.se] Sent: Thursday, February 20, 2020 6:12 AM To: dev@nuttx.apache.org Subject: RE: IMXRT 1060 USB Device (copy of LPC43/LPC31 driver) - Set-up buffer problems That seems to be it! Thanks! I was under the impression that not having DTCM enabled

RE: IMXRT 1060 USB Device (copy of LPC43/LPC31 driver) - Set-up buffer problems

2020-02-20 Thread Thomas Axelsson
februari 2020 13:41 To: dev@nuttx.apache.org Subject: RE: IMXRT 1060 USB Device (copy of LPC43/LPC31 driver) - Set-up buffer problems This sounds like a data cache problem.  One difference between the i.MXRT and the LPC43 is that it has a data cache.  So you must flush the cache before starting

RE: IMXRT 1060 USB Device (copy of LPC43/LPC31 driver) - Set-up buffer problems

2020-02-20 Thread spudaneco
This sounds like a data cache problem.  One difference between the i.MXRT and the LPC43 is that it has a data cache.  So you must flush the cache before starting any DMA operation and invalidate the cache before reading any DMAdata.GregSent from Samsung tablet. Original message

RE: IMXRT 1060 USB Device (copy of LPC43/LPC31 driver) - Set-up buffer problems

2020-02-20 Thread Thomas Axelsson
Excuse the spam. I have added a .txt extension to defconfig. I'm hoping it will be included now. From: Thomas Axelsson Sent: den 20 februari 2020 12:27 To: dev@nuttx.apache.org Subject: RE: IMXRT 1060 USB Device (copy of LPC43/LPC31 driver) - Set-up buffer problems Adding missing defc

RE: IMXRT 1060 USB Device (copy of LPC43/LPC31 driver) - Set-up buffer problems

2020-02-20 Thread Thomas Axelsson
Adding missing defconfig From: Thomas Axelsson Sent: den 20 februari 2020 12:24 To: dev@nuttx.apache.org Subject: IMXRT 1060 USB Device (copy of LPC43/LPC31 driver) - Set-up buffer problems Hi, I'm trying to get the IMXRT1060-EVK working as a USB device using the USB OTG1 peripheral. By comp