User Activity

Hi!Can someone help me to clear one moment in using LoRa.Let's say I have one RF remote control, which is pointed to 4-5 remote devices.How can my remote control distinguish replies from these 5 remote devices?Sorry if this is a dummy question. I'm n...
Hi!Can someone explain to me why this code:// Is FLASH_CR register locked for writing? if (FLASH->CR & FLASH_CR_LOCK) { // Unlocking FLASH_CR register FLASH->KEYR = KEY1; FLASH->KEYR = KEY2; }   // Unlocking FLASH option register if (FLASH->CR & F...
Hi!SD_ write function in sd_diskio_dma_rtos_template_bspv1.c in STM32Cube_FW_F7_V1.16.0 contains some strange bug. The first part of this function, where we do not need to use of scratch buffer, it waits for correct message WRITE_CPLT_MSG, but in the...
Hi!Is there a way to find out whether STM32CubeProgrammer is already installed under Windows or not. If installed, what is the installation folder path? Where in registry to look for?Thanks in advance.