ADXL372_PARTID_VALUE << 8))
> {
> snwarn("ERROR: Invalid ADXL372_ID = 0x%08x\n", pnpid);
>
> priv->readonly = true;
> set_errno(ENODEV);
> }
> You have to check what's the value in pnpid.
>
> On Fri
Dear Nuttx,
I'm testing with stm32f429-disco with adxl372 sensor. I tried to run sample
demo adxl372_test. Device id is seen on /dev. But sensor cannot start run and i
face with the following issue. Please suggest me any idea what is wrong with it.
[cid:8a35bb4c-af2d-4429-bf1a-ba83816d1ac9]
B
Dear Ben,
Is there any setup guideline for Nuttx debuggig with VSCode (normal use) and
Eclipse (Hard faults)?
Best Regards,
Marlar
From: Disruptive Solutions
Sent: Wednesday, December 9, 2020 6:16 PM
To: dev@nuttx.apache.org
Subject: Re: about IDEs and dev bo
Dear Nuttx,
Currently I am testing with STM32F429_waveshare. It is same with
STM32F429_disco, so I add the new board into Nuttx.
Now, I'm trying to test with adxl372 sensor with the board. I use SPI so in
menu config, I enable SPI driver and sensor driver. But in nsh, it cannot show
the usb d