Hello everyone.
I have DWM3000EVB boards and I want to use them with STM32F446 Nucleo board. However a project for stm32_f429 nucleo is given in the software package found in Qorvo site. How can i port the project given for stm32_f429 to my STM32F446 nucleo board.
Configuring stm32 requires some advanced knowledge… In general 429 and 446 are the same series mcu with slightly different set of peripherals, so it is easy.
What you do is find ST “cubeMx”, and from this you can generate the simple project including the startup code and set of drivers for your variant of the mcu.
The key for you is to generate the correct clock tree with SPI clock 32MHz, as well correctly set of pins… try, fail, try again, eventually you’ll get there.
It is too much to describe, much easier go with DwM3001 which has nRF52833…