Fwd: adxl372_test SPI Configuration

2020-12-02 Thread Thiha Kyaw
Hi, I would like to test stm32f4discovery with adxl372_test. How to hook up the module with STM32F4Discovery board? If I want to change SPI, how I can do it. Please advise. Thanks. -- Yours Sincerely, Thiha Kyaw -- Yours Sincerely, Thiha Kyaw

Re: adxl372_test SPI Configuration

2020-12-02 Thread Alan Carvalho de Assis
Hi Thiha, First you need to create a stm32_adxl345.c to call the SPIn that you want to initialize/use and initialize the adxl372 driver passing this spi interface. Please look at boards/arm/kl/freedom-kl25z/src/kl_adxl345.c to see how it is done for other board. Note that ADXL345 also uses an in

stm32F407G-disc1 USBNSH Doesn't work

2020-12-02 Thread Thiha Kyaw
Dear Nuttx, USBNSH console does not work in stm32F407G-disc1 Board. stm32F407G-disc1 is upgraded version of stm32f4discovery board. I only see the serial port from STLINK. How can I get nuttx serial port from USB? I use Ubuntu 18.04 Thanks. -- Yours Sincerely, Thiha Kyaw

Re: stm32F407G-disc1 USBNSH Doesn't work

2020-12-02 Thread Alan Carvalho de Assis
Hi Thiha, I don't know what you mean "does not work". It is like someone calling the Help Desk and saying: "My computer doesn't work" Hehehe You need to describe what exactly is not working based on the steps you are doing. After flashing the firmware and resetting the board, does the dmesg com

Re: stm32F407G-disc1 USBNSH Doesn't work

2020-12-02 Thread Brennan Ashton
It is also worth checking here are you connecting to both USB ports on the board? That configuration will expose a CDC/ACM device on the non-debug USB port on the board. It is also worth noting that they made a slight change to the design around the debugger in that version so you can also get th

Re: stm32F407G-disc1 USBNSH Doesn't work

2020-12-02 Thread Alan Carvalho de Assis
Yes, good point! The USB at the bottom of the board is the USB that will work as USB CDC/ACM Console. BR, Alan On 12/2/20, Brennan Ashton wrote: > It is also worth checking here are you connecting to both USB ports on > the board? That configuration will expose a CDC/ACM device on the > non-d

Re: [VOTE] Apache NuttX 10.0.0 (incubating) RC0 release

2020-12-02 Thread Justin Mclean
Hi, +1 (binding) but a lot more needs to be done on the LICENSE and headers I checked: - incubating in name - DISCLAIMER exists - a good start have been made on LICENSE - NOTICE looks fine - No unexpected binary files - More work needs to be done on adding ASF headers I not sure that using key w

Re: stm32F407G-disc1 USBNSH Doesn't work

2020-12-02 Thread Thiha Kyaw
Dear Alan, I am switching back to normal nsh. But I want to update a bit. I got ttyACM1 after building using the latest Nuttx. ttyACM0 is from STLINK. But nsh> shell doesn't appear. After hitting a few times, the serial terminal is freezed. I have another board, STM32F429i-Disco. I didn't fac

Re: [VOTE] Apache NuttX 10.0.0 (incubating) RC0 release

2020-12-02 Thread Nathan Hartman
Hi Justin, Did you intend to vote on the IPMC thread? Thanks, Nathan On Wed, Dec 2, 2020 at 9:11 PM Justin Mclean wrote: > Hi, > > +1 (binding) but a lot more needs to be done on the LICENSE and headers > > I checked: > - incubating in name > - DISCLAIMER exists > - a good start have been made

Re: [VOTE] Apache NuttX 10.0.0 (incubating) RC0 release

2020-12-02 Thread Justin Mclean
Hi, > Did you intend to vote on the IPMC thread? I did I’ll move it there. Thanks, Justin