User Activity

RM0376 Reference manual for STM32L0x2 DocID025941 Rev 5 states in 14.9 "Temperature sensor and internal reference voltage" :The following formula gives the actual VDDA voltage supplying the device: VDDA = 3 V x VREFINT_CAL / VREFINT_DATAThis can't be...
RNG, CRC, and DMA are all peripherals on the STM32L08x AHB bus. If I try to write to CRC_INIT before enabling CRC clock in RCC then STM32-WorkBench Memory window correctly just shows zeroes. But after enabling CRC clock in RCC_AHBENR and writing to C...
I need to disable Cortex CCR.UNALIGN_TRP bit, but I can't find the proper place in the CubeIDE generated code where this kind of init code should be inserted. Does anyone out there have a clue?
The CUSTOM_HID_ReportDesc_FS is defined in usbd_custome_hid_if.c as~~~__ALIGN_BEGIN static uint8_t CUSTOM_HID_ReportDesc_FS[USBD_CUSTOM_HID_REPORT_DESC_SIZE] __ALIGN_END~~~The question the arises where to define USBD_CUSTOM_HID_REPORT_DESC_SIZE to ma...
I have just installed CubeMX 5.2.0, and opened an saved Cube .ioc file. When I go to Project Manager the path to "Project Location" seems to be fixed to <Cube Project dir>/<Project name>I've uninstalled Cube, deleted all directories and files related...