2019-09-04 03:24 AM
Hi,
Does someone knows if the STM32F7 will be supported one day? If it's possible to adapt a code for this MCU? I have tried with a low power MCU and it actually works, but i would like to do more..
Ron
2019-09-05 01:55 AM
Hello. I made X-NUCLEO-S2868A1 working with STM32F207G. You'll need only to modify correctly GPIO ed SPI and to made some jumper betwen pin.
If you need some support contec me.
Carmelo
PS: i make working STM32CubeExpansion_SUBG1_V3.1.0 for P2P_demo
Carmelo
2019-10-29 03:35 AM
Thanks for your reply. it helped me a lot.
However, i still have some difficulties with my TX mode. I m working on my own application wich use S2LP in a basic way. When i send a TX command trought SPI, i can wait seconds until having a "sent data" external interrupt from the S2LP. Even though my data rate is configured at 250 kb/s. (payload = 12 bytes).
I don't really know from where the problem come... Here is my register's configuration.
if you have an idea.. would be really nice.