STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F030 - Timer freeze when debugging

Posted on August 01, 2016 at 14:02Hello,I use an STM32F030 in the current project and I need timer 1 to stop during debugging (breakpoints, execution stop). It does not matter whether the pwm outputs stop in hi or lo, they just need to stop.After se...

ib by Associate II
  • 1775 Views
  • 5 replies
  • 0 kudos

SNMP client (not agent) examples?

Posted on October 04, 2016 at 19:25HelloI've searched almost everywhere but I can't find any example of an SNMP client code. What I'm trying to do is to issue simple SNMP Get/GetNext/Walk commands from an STM32F429 (lwIP) in order to query values fr...

bhakan by Associate II
  • 327 Views
  • 1 replies
  • 0 kudos

Low power mode for STM32F101

Posted on July 12, 2011 at 19:22Hi All,I need to put a unit into a low power mode (< 300uA), then be able to periodically wake it using either a 1Hz tick from the 32.768kHz crystal, or from a transition on any of the pins PC4 through PC7.The system ...

STM32 F3 Discovery USART(s) difficulties

Posted on October 11, 2016 at 10:42I am not able to receive data with any usart (usart1, usart3) with interrupts.The RXNE interrupt never gets asserted and therefore the interrupt is never called. I have jumpered the TX/RX terminal in ''loopback'' f...

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
  • 409 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
  • 382 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
  • 508 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
  • 440 Views
  • 2 replies
  • 0 kudos