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

STM32L051 PLL limit with HSI

Posted on October 11, 2016 at 21:00Using an STM32L051, I am unable to generate a 32MHz system clock from from the PLL using the HSI as the clock source.  I can generate up to 24MHz without trouble, but any attempt to generate higher frequencies resu...

_dalbert by Associate III
  • 521 Views
  • 1 replies
  • 0 kudos

HardFault with cmsis Ethernet library

Posted on October 11, 2016 at 19:45 Hello I send and receive data from Ethernet with cmsis library I send my data with send function each 100ms(with each timer interrupt) void send(void){ unsigned char i; unsigned long int...

0690X00000605SEQAY.png 0690X00000605SJQAY.png 0690X00000605K2QAI.png
parisa by Senior
  • 441 Views
  • 2 replies
  • 0 kudos

Are KEIL tool chains compatible with arm-none-eabi-gcc

Posted on October 11, 2016 at 17:45 Does KEIL use the open source tool chain such as arm-none-eabi-gcc or does it use its own custom toolchain? The reason I ask is we develop our libraries for the STM32F0 device but our libraries have to work with a...

Vu.Andy by Associate III
  • 624 Views
  • 2 replies
  • 0 kudos

STM32F746, SPI

Posted on October 10, 2016 at 11:05 Hello, I have a question about SPI. I start spi in receive mode only with dma. I receive correct data but if I want to receive only one sample, I see 32 clocks instead of 16 clock. void spi_init() {...

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
  • 523 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
  • 426 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
  • 628 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
  • 1041 Views
  • 6 replies
  • 0 kudos