Hi Manav,

The LPC1768/69 has good support to USB Host, I used NuttX with a Momo
Racer Force Feedback joystick almost 10 years ago:
https://www.youtube.com/watch?v=z_-RAFdQd0s

Try to enable the Debug options inside Build Setup -> Debug Options
using the "make menuconfig" to see where it is failing.

Because LangTiger v2 doesn't have official support on NuttX and I
never tested USB Host on mcb1700 board, it is better to use other
board as starting point, i.e.: lpcxpresso-lpc1768. Also you need to
get more used to NuttX and microcontrollers to get it done. So, please
do your home work and spend more time studying about microcontrollers
and testing NuttX.

BR,

Alan

On 7/5/20, Manav Patel <manav...@gmail.com> wrote:
> Hello!
>
> I am trying to implement a system for my final year project viz Vehicle
> Violation System. As an extension to it, I need to use a USB keyboard for
> lpc1768 to control some of the cameras. Being from a non-technical side, I
> have almost negligible experience of configuring and using Nuttx the
> correct way, so please pardon if my doubt is trivial.
>
> I have been able to install Nuttx and configure using mcb1700 as the
> baseboard. The board I am using is the LangTiger v2. The configuration
> options I have used for USB Host keyboard are from hidkbd folder from
> olimex-lpc1766stk. I have been able to get my board connected with the
> keyboard but still ain't able to enumerate it on /dev and thus I am not
> able to use it the way I intend to.
> The error I can see on the terminal is ERROR : Start nsh_waiter
> [image: help.png]
> As you can see, I can connect the USB keyboard but not able to get it
> enumerated while using ls -l /dev.
>
> I was able to find a similar query on the Yahoo group but am a little lost
> as I have almost zero experience with microcontrollers.
> Yahoo Query:-
> https://nuttx.yahoogroups.narkive.com/AOcVmLrT/stm32f4discovery-usb-host-hid-mouse-issue-10-attachments
>
> Does anybody have any advice related to it? What should I try to mitigate
> the issue?
>
> Thank You very much,
> Manav
>

Reply via email to