I'm working on a project with stm32f4 Discovery board (stm43f407xx), I'd like to communicate with a SPBTLE-RF (IDB05A1 board).
I'm using SPI2 with prescaler 8 (I have 168Mhz, apb1 runs at 42 Mhz so the clock is 5.25 Mhz), the datasheet says that spi clock in bluenrg-ms works up to 8Mhz, but I cannot communicate with the chip.
I have tried with one nucleo board (spi1 prescaler 4) and it works very well so the HW is ok, then I have tried with two discovery board without success.
I've double checked all connection and the software on the discovery is the same of the nucleo board modified only for pin-stuff and clock.
Anyone have worked with this HW or can suggest something?