STM32CubeMX dialog box missing buttons
Posted on July 20, 2017 at 01:56In the 'New Project' dialog box where you select either a MCU or a Board, could you please return the OK and Cancel buttons.
Posted on July 20, 2017 at 01:56In the 'New Project' dialog box where you select either a MCU or a Board, could you please return the OK and Cancel buttons.
Posted on August 07, 2017 at 20:40I have created a simple project in cubemx, with usb fs device (CDC).But i see an strange behavior: The buffer of CDC_Receive_FS contains (bytes sent from PC + 1 extra byte) On example, when sending 0x32 0x33 in buff...
Posted on August 08, 2017 at 09:35HI,ALL The stm32F4 DSP lib have FFT /Integral and differential API?
Posted on August 06, 2017 at 21:35There seems to be a typo in UM1670 - Discovery kit with STM32F429ZI MCU, Section 6.7. (TFT LCD).It says 'The STM32F429ZIT6 controls this motion sensor through the SPI interface.' But it talks about ILI9341 LCD con...
Posted on August 07, 2017 at 17:28Found a solution.
Posted on August 07, 2017 at 14:45Hey,I am using STM32F767ZI development board. I have to run dhrystone benchmark to get the MIPS for my board.1. I am generating the code using STM32cubeMx and using MDK-ARM Keil for building and debugging the code....
Posted on August 08, 2017 at 09:43My hardware is F429 + LAN8720A, firmware is STM32Cube_FW_F4_V1.16.0when power up, everything is ok, PHY_BCR = 0x3100, phy link up, at this time I just reset f429, PHY_BCR = 0x2100, PHY link failed, and the two leds...
Posted on August 07, 2017 at 15:08Hit I am Using STM32L0 Discovery board, i want to switching the clock configuration from HSI to MSI and Vice vesa in my application . For LowPower run Mode ,i need MSI clock .During Startup ,Sleep Mode ,and afte...
Posted on August 01, 2017 at 07:29Hello all,We are using STM32Fxxx.Can U help us to provide the information on how to convert USB Standard peripheral library to HAL Library?Actually we are currently working on USB OTG Stack Implementation and not ab...
Posted on August 07, 2017 at 16:34As the title says, the clock's wave is as below for DMA SPI2's Clock:My DMA SPI Setting is as below with red color: if(hspi->Instance==SPI2) { /* USER CODE BEGIN SPI2_MspInit 0 */ /* USER CODE END SPI2_MspInit 0 */ ...