User Activity

Hello,So far I've been using NN C-files generation and everything works fine. At the moment I'm migrating to a relocatable binary model. At the moment I'm in generation step and for this I've basically added --relocatable and --lib "C:/tools/X-CUBE-A...
Hello,I'm using a BlueNRG-2 via SPI from a main uC host. The BLE stays advertising and the main uC goes to Standby mode. When someone tries to connect to my device, main uC wakes up. Since I don't want to restart the BLE (this would reset our addres...
Hi,I have a device that should normally be in Standby mode. Eventually it will need to wake up when a NFC tag is read, and then do some stuff (and retain the info of the tag).At the moment I got the STM32H7 to go to Standby mode, and is waking up tha...
Hello everyone,I have an application that eventually record some audios and is working fine with a pair of MP34DT01. It works over SAI with a clock of 1.024MHz and a decimation factor of 64 (for the PDM2PCM), leading to an audio frequency of 16kHz.Th...
Hello everyone,I have a device based on a STM32H753ii which has an USB-OTG interface that is used for both serial communication and for mass storage mode. This last one is to have access to an EEPROM that is also on the same PCB.Normally, if we build...