STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

BUG with STM32L4-FW Version 1.5.1 and Nucleo-L476RG

Posted on October 07, 2016 at 18:54The code generated by CubeMX (V. 4.16.1 and FW L4 1.5.1) does not work. The ErrorHandler() function is called by MX_USART2_UART_Init(). If I comment out this function and have an simple   HAL_GPIO_TogglePin(LD2_GPI...

valtin by Associate II
  • 1130 Views
  • 2 replies
  • 0 kudos

stm32f100 nonperiod wake up from RTC

Posted on October 11, 2016 at 06:09i follow the example of stdPeriph_driver of stm32f10x to set the mcu in low power standby mode and was (only allow?) to wake up(periodly wake up) and sleep in same period, says 100ms wake up and 100ms sleep( i meas...

FLast.11 by Associate III
  • 787 Views
  • 1 replies
  • 0 kudos

Resolved! STM32F429 with FMC and HX8347-controlled LCD

Posted on June 24, 2016 at 16:28 Hi there, I have some troubles with initializing my LCD with a HX8347-Controller. I have my Environment and all Settings generated with the actual Cube. I use FreeRTOS on a STM32F4 The LCD is with FMC on BANK1, N...

Nor Sch by Associate III
  • 1347 Views
  • 1 replies
  • 0 kudos

EXTI11 HAL

Posted on October 06, 2016 at 13:48I am trying to make EXTI11 work using the HAL libraries and run into troubles. This is my configuration   /*Configure GPIO pin : EXT11_Pin */   GPIO_InitStruct.Pin = GPIO_PIN_11;   GPIO_InitStruct.Mode = GPIO_MODE...

ferrario by Associate III
  • 2924 Views
  • 6 replies
  • 0 kudos

STM32F030 DMA interrupt not working

Posted on October 09, 2016 at 23:07Hi,      We have a design using an STM32F030 and we have three analog channels attached to the ADC. We are currently not using a timer to start the conversions(doing it manually.) The problem is that I initially se...

Nucleo F746 ADC DMA noise on the second half transfer!!!

Posted on October 07, 2016 at 06:53I tied the ADC in to GND, make the ADC DMA work normal mode, what ever I change the transfer size, the nois is big different just in the middle.Crazzy!!!Data shows in the figure is 16bit AD1,AD2,AD1,AD2...../*ADC c...

0690X00000603NMQAY.jpg
kylongmu by Associate II
  • 1512 Views
  • 3 replies
  • 0 kudos

CMSIS-RTX with GCC on STM32F4 Discovery

Posted on October 03, 2016 at 21:38I was successfully able to adapt CMSIS-RTX in a Discovery_F4 based project (MP3 Player) using Atollic TrueSTUDIO ARM v6.0.0 Lite version which is a free professional quality toolchain based on GCC and Eclipse. The...

rverma by Associate
  • 940 Views
  • 1 replies
  • 0 kudos

STM32L05xx HSI problem with VDD = 1.8v

Posted on October 10, 2016 at 14:08I have a STM32L051K8T6 which I am running from a 1.8v supply to interface with a Quectel UG95 modem.  Project produced with STM32CubeMX. Code is compiled with Keil uVision 5.21a. The firmware continually reboots ab...