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
I'm currently trying to mesure the internal temperature on my stm32f767zi.I work with this ST sample : STM32Cube_FW_F7_V1.14.0\Projects\STM32F767ZI-Nucleo\Examples_LL\ADC\ADC_TemperatureSensorThe problem is that I can't manage to import the calibrat...
Hi, for sending a message, you first have to send : 0x00 ( Write though SPI) then 0xFF (address of FIFO if you use the FIFO) then the packet you want to send. After that, you can send your TX command. The packet is described in section 7 of the datas...
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" ext...