Re: Error in sninfo with argument

2021-01-02 Thread Thiha Kyaw
Dear Alan, I use NuttShell (NSH) NuttX-10.0.0. Board is STM32F4Discovery (STM32F407G-DISC1). Regards, Thiha Kyaw On Sat, Jan 2, 2021 at 11:15 PM Alan Carvalho de Assis wrote: > Hi Thiha, > > Thank you for reporting this issue. > > Could you please supply more information? > > What NuttX versi

Re: Error in sninfo with argument

2021-01-02 Thread Alan Carvalho de Assis
Hi Thiha, Thank you for reporting this issue. Could you please supply more information? What NuttX version are you using? Is it from mainline? If so, did you get this same issue using NuttX 10.0 or 9.1 ? BR, Alan On 1/2/21, Thiha Kyaw wrote: > Dear Nuttx, > > I am facing the problem in senso

Error in sninfo with argument

2021-01-02 Thread Thiha Kyaw
Dear Nuttx, I am facing the problem in sensor debugging. Simple debug print using sninfo is working well. But sninfo with argument throws *arm_hardfault: PANIC!!!* For example, sninfo("ADXL372_FIFO_CTL = 0x%02x\n", reg_content); Is there any missing configuration? [image: image.png] Please g