Our application connects ADS1299 with STM32WB5MMG through SPI and sends at least 250sps for data through Bluetooth. But we got a lot of examples using STM applications, but we couldn't get clear and straightforward code/examples for sending and recei...
We made a custom PCB board using STM32WB5MMG. We tried connecting BLE and USB (DFU mode) together using STMCubeIDE, but if we enable BLE USB is not working. But without both are working well independently. We are new to this controller. So we didn't ...
We made a custom PCB board using STM32WB5MMG. We tried connecting with ADS1299 using SPI, but we are new to this controller. So we didn't know how to enable SPI and transfer and receive data from it.Thanks,
We made custome PCB board using STM32WB5MMG. We tried (489) BLE Security with STM32WB - 04 Simple BLE application generated from CubeMX - YouTube, and also we followed repository example too. We enabled the necessary settings which is mentioned above...
Hi @Javier Muñoz 250 samples per second - almost 4Kb/s we need to send.We are planning to make applications on both PC and Mobile phones but currently, we are going to check with Mobile phones (Andriod).Thanks
Hi @MM..1 Thank you for your reply,The mentioned link has QSPI examples. Can we have any simple SPI1 or SPI2 examples?It would be more helpful to us.Thanks,Ananthakumar
Hello @Sarra.S Thank you for your reply, Now both are working. We enable both in .ioc and resolve the clock as per IDE's suggestion. and we add the below couple of lines in the "PeriphCommonClock_Config(void)" functionLL_HSEM_1StepLock( HSEM, 5 );LL...