I used two different stm32 nucleo boards (STM32F446 and STM32WB55RG) to communicate with DWM3000 device. I tried to run simple_tx and simple_rx examples given in the API software package. However in the reciever side I noticed that some of the characters have been corrupted and different from the transmitted message. Two different nucleo boards have different clock speeds and SPI rates. What can be the reason for this issue?
Thanks in Advance!!