User Activity

Current working deviceFor a client we developed a device using stm32F469 that writes sensor data to an sd-card periodically. Later the data are read out from sd-card by connecting it via USB to a computer, using USBD_MSC_CLASS. The system uses FreeRT...
It has been asked several times, however I can not find a working solution for me.With STM32L486RGT6 I achieved to implement jump to bootloader, entering DFU mode successfully. All fine!Doing it similar for STM32L071CZY6TR and STM32F469VE it does not...
Hi STI generally appreciate your tools and how to keep on make them better, keeping also quality on track.But let me say this: It is highly annoying that it is mandatory to login in the CubeMX and CubeIDE.Please remove this again.Use case: as a embed...
Hi all,I configured RTC and standby to wake up after 5 seconds, once standby is entered. This works fine after flashing the program. But once waken up from standby, if going to standby again, the device returns from standby immediately.Beside the RTC...
Hi all,I followed the instructions described on the wiki, page ADC_device_tree_configuration.Changing the sampling_frequency, I can achieve a sampling rate of about 10k. Going higher crashes the system. Reducing the parameter 'min-sample-time-nsecs' ...