cancel
Showing results for 
Search instead for 
Did you mean: 

nucleo-F756ZG with Qorvo DWM3000

DimitriosG
Associate

Hello,

I have connected the nucleo f756zg board with the qorvo dwm3000. I found the inc and src files for the dwm3000 but the drivers for the dwm3000 are available for the m33 and m4 families.

Is it someone who used an M7-Cortex mcu and have the driver for the dwm3000? Or, is there any other way to go?

 

Thank you in advance,

Dim

4 REPLIES 4

If you've got the source files, port it.  Work with the vendor their FAE's or consultants.

CM4 code should run on a CM7

Related to these?

https://community.st.com/t5/stm32-mcus-embedded-software/dw3300q-stm32-sdk/td-p/676724

https://community.st.com/t5/stm32-mcus-wireless/dwm3000-problems-with-reception-using-stm32wb55-and-dwm3000-api/td-p/58720

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Pavel A.
Evangelist III

Here you can find help with adaptation or development of the driver.

 

In qorvo software package for DWM3000, they have provided a stm32 project, but it has been initiated for STM32F429 Nucleo board. I have STM32F446 Nucleo board, so how can i port that project to use with my nucleo board. 

Thanks in Advance !

You'll need to start by identify the pins/peripherals used on the STM32F429I-DISCO board, and change those to available equivalents on the NUCLEO-F446 which are free

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..