User Activity

STM32CubeMX 6.13.0MCU: STM32H747The generated code for USB device, class: CDC on Core M4 causes HardFault.The reason is the following definitions in the usbd_desc.c file: #define DEVICE_SERIAL0 (*(uint32_t *) 0x11223344) #define DEVICE_SERIAL1 ...
STM32CubeMX 6.13.0MCU: STM32H747Peripheral: USB_OTG_FSUSB Class: CDCCore: M4FW: 1.12.1CMake generator selectedThe generated file "mx-generated.cmake" in the CM4 folder only includes the USB Class source file, but not the USB Core source files.:  ....
STM32CubeMX 6.13.0.MCU - STM32H747.LL library selected.Generating the EXTI2_IRQHandler for the M4 core: void EXTI2_IRQHandler(void) { /* USER CODE BEGIN EXTI2_IRQn 0 */ /* USER CODE END EXTI2_IRQn 0 */ if (LL_EXTI_IsActiveFlag_0_31(LL_EXTI_LI...
Posted on May 09, 2018 at 00:03Is it possible to stop the regular conversion in continuous scan mode (on STM32F437) and start from the beginning without disabling the ADC (to not affect the injected channels conversion )? I.e. when all required samp...
Posted on May 03, 2018 at 23:59Can someone explain me how USB HS is clocked, when using embedded PHY?