Hello Everyone,I have been working in a project which reads a sensor data (Lets say an integer) continuously inside a while loop, something similar to following. I am using STM32WB55RG Nucleo Board with wireless connectivity.void getReading(int *vari...
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 !
Has anyone connected a STM32 Nucleo board to Qorvo DWM3000EVB arduino shield and configured properly? In qorvo website they have given a cube IDE project but it has been designed for a STM32F429 Nucleo board. How can i modify that project for my stm3...