STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

DFU standalone doesn't work

Posted on June 10, 2016 at 12:29 I use IAR EW 7.1, HAL driver and STM3210E_EVAL. I would use the application DFU andlike user application CDC_standalone. I've used like configuration for CDC_standalone #define VECT_TAB_OFFSET 0x7000 and...

vbruno1 by Associate III
  • 373 Views
  • 1 replies
  • 0 kudos

Feature request Stm32CubeMX : Named SPI and I2C buses

Posted on June 08, 2016 at 11:58Hi,I use STM32CubeMX daily to create and modify projects. I really like the way the tool has been improving (e.g. now putting the pin names in a header file for use in the project). An issue I find is that the STM32 d...

cgrant by Associate
  • 337 Views
  • 2 replies
  • 0 kudos

STM32L151 split powering analog and digital

Posted on May 25, 2016 at 15:22Hi, though I know that ST recommends using the same supply for analog (VDDA, VSSA) and digital (VDD, VSS) there are reasons in my application that make me want an extra analog supply. (My STM32L151 does not have extern...

mmensch by Associate II
  • 327 Views
  • 2 replies
  • 0 kudos

IAP Go to infinite loop when Hard Fault

Posted on June 08, 2016 at 16:57STM3210E_EVAL on board after erasing the flash, I installed IAP application as STM32Cube_FW_F1_V1.3.0.Running the IAP program without having loaded any user application code, the micro goes hard fault. I think it is n...

vbruno1 by Associate III
  • 729 Views
  • 6 replies
  • 0 kudos

Facing problem in GPIO configuration

Posted on June 08, 2016 at 19:27Hi,I m configuring GPIO port for OUTPUT. but, i m not able to configure it propely.Following is my implmentation which is not working. GPIOC->CRL |= 0x00000001<<20; // GPIOC-5th GPIOC->CRL |= 0x00000001<<24; // GPIOC-...

SS.Sagar by Associate III
  • 529 Views
  • 3 replies
  • 0 kudos

STM32F429 SPI 5 Problem - Clock

Posted on June 08, 2016 at 13:09Hi all,I am trying to read the onboard Gyro on STM32F4 discovery board. As mentioned in datasheets, Gyro(L3GD20) is conneted to SPI 5. I have configured everything, but I am not able to generate the required clock  on...

maharaj by Associate II
  • 499 Views
  • 1 replies
  • 0 kudos

STM32CubeMX and BUG in UART_DMATransmitCplt

Posted on November 02, 2015 at 12:53STM32CubeMX V4.11STM32Cube FW_F4 V1.9.0/**  ******************************************************************************  * @file    stm32f4xx_hal_uart.c  * @author  MCD Application Team  * @version V1.4.1  * @d...