i.MX RT 1060 ADC

2020-09-15 Thread Thomas Axelsson
dc.h has gotten some updates. Thomas Axelsson SW Developer ACTIA Nordic AB (part of ACTIA Group) Mail: thomas.axels...@actia.se<mailto:thomas.axels...@actia.se> Web: www.actia.se<http://www.actia.se/>

RE: i.MX RT 1060 ADC

2020-09-16 Thread Thomas Axelsson
aster/platforms/nuttx/src/px4/nxp/im xrt/adc/adc.cpp to get the required logic. To fill in the meat, but you will have to do it in nuttx style using the {get|set}reg32 calls. David -Original Message- From: Thomas Axelsson [mailto:thomas.axels...@actia.se] Sent: Tuesday, September 15, 2020

RE: i.MX RT 1060 ADC

2020-09-22 Thread Thomas Axelsson
two files - or possibly have an ifdef for the chip? Please provide advise on this issue. https://github.com/apache/incubator-nuttx/pull/1868/files#diff-d732b4fa83e7f3fbf6ac34c1203cef60 BR Thomas -Original Message- From: Thomas Axelsson Sent: den 16 september 2020 09:05 To: dev

NAND R/W support

2020-09-25 Thread Thomas Axelsson
RTFS) related to the "Really Tiny (SMART) Flash" (CONFIG_MTD_SMART) option? The latter says that it is only usable for really small memories. Thomas Axelsson SW Developer ACTIA Nordic AB (part of ACTIA Group) Mail: thomas.axels...@actia.se<mailto:thomas.axels...@actia.se> Web: www.actia.se<http://www.actia.se/>

RE: NAND R/W support

2020-09-28 Thread Thomas Axelsson
currently only SAMA5 has support to it. > > Of course, this should be a very useful thing to have on NuttX because > as application become more complex we need more space for them. > > What MCU are you planing to use? > > BR, > > Alan > > On 9/25/20, Thomas Axelss

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

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
any DMA operation and invalidate the cache before reading any DMAdata.GregSent from Samsung tablet. Original message From: Thomas Axelsson Date: 2/20/20 5:24 AM (GMT-06:00) To: dev@nuttx.apache.org Subject: IMXRT 1060 USB Device (copy of LPC43/LPC31 driver) - Set-up buffer

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: NuttX on the IMXRT1060-EVK

2020-05-22 Thread Thomas Axelsson
Hi Erdem, I'm not actively developing using IMXRT at the moment, but one thing that lead to problems with debugging was NuttX entering the ARM low-power mode Wait For Interrupt. The quick fix is to comment out the following line in arch/arm/src/imxrt/imxrt_idle.c: asm("WFI"); Maybe it will