User Activity

CubeMx generates the following code /* Initialize all configured peripherals */ MX_GPIO_Init(); MX_RTC_Init(); MX_USART1_UART_Init(); MX_TIM5_Init(); MX_SPI1_Init(); MX_TIM14_Init(); MX_I2C1_Init(); MX_QUADSPI_Init(); MX_SAI1_Init(); MX_SAI2_Init(); ...
Posted on October 27, 2016 at 10:58Hello,I made a simple project with usb host msc on STM32L476G-DISCO ,The application works after reset, the usb stick is correctly enumerated.After Disconnect and Reconnect of the USB-stick ,the Enumeration of the ...
Posted on May 20, 2016 at 08:49When selecting I2S protocol for SAI Interface,CubeMX does not allow to modify all parameters of SAI Interface,in my case I need to change the clock Strobing for receive in SAI B to SAI_CLOCKSTROBING_RISINGEDGE,the gene...
Posted on May 18, 2016 at 14:18 i tried to port software from F4 to F7 but got HAL_TIMEOUT and wrong reading of data from functio n HAL_I2C_Master_Receive() i changed the following code --- stm32f7xx_hal_i2c.c Tue Dec 22 14:36:08 2...
Posted on April 11, 2016 at 08:51Hello, I try to download CubeMx 4.14.0 from ST Webpage, but only always get ''Sorry page not found'' I need the setup program for a restorable development enviroment.
Kudos from