STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Vbus leaking into VDD STM32L476

Posted on September 30, 2016 at 12:50I am using a STM32L476 and I have a problem with de Vbus. It starts random to leak into de Vdd. I generate my code through CubeMXBackground: I am using a STM32L476JGY6. VDD-VDDA-VBAT-VDDIO2  running on 1V8VDDUSB ...

TIM1 remap cause debug crash

Posted on September 27, 2016 at 12:26Hi there,I build a Keil project for my STM32F103 MCU with STM32CubeMx.My goal is use the TIM1 channel 2 for control a Buzzer.I want to generate a PWM at 4KHz through TIM1 channel 2.I configured, with STM32CubeMx,...

Fede Rico by Associate III
  • 529 Views
  • 4 replies
  • 0 kudos

usart communication

Posted on September 24, 2016 at 08:46Hi everyone! I am doing a project using the HY-MiniSTM32V board.the software used are STM32CubeMX and the IDE is Atollic TrueStudio. I wrote the following code for sending data to the pc from the board using usar...

STM32F0-Discovery simple comparator example

Posted on September 27, 2016 at 08:47We are trying to get a basic example of a comparator running on an STM32F0-Discovery board.  Ultimately we want to get an interrupt, but to start we'd be ok with just driving an output pin with the comparator out...

Problem programming TIM2 on STM32F303

Posted on September 30, 2016 at 01:02 I am trying to set up TIM2 as a free-running microsecond counter; no interrupts or anything fancy. Basically, I want to be able to read the 32-bit CNT register and get microseconds; this is very handy for fi...

rgrimes by Associate II
  • 399 Views
  • 1 replies
  • 0 kudos

Snmp agents usage by LwIp

Posted on September 29, 2016 at 20:31Hello,I use STM32F429 microcontroller. I need to read a parameter from a device by SNMP_GET function.How to use SNMP_GET communication by LwIP ? I have read all doc. But there is not any sample codes and satisfie...

bhakan by Associate II
  • 345 Views
  • 0 replies
  • 0 kudos

Help with PC8 blinking LED - STM32F051

Posted on September 28, 2016 at 04:36I try to run the following program on KEIL MDK 5.0:&sharpinclude ''stm32f0xx.h''int main(void){ volatile unsigned int i=0; RCC -> AHBENR |= (i<<19); GPIOC ->MODER |= (i<<16); // mode GPIOC ->ODR |= (i<<8); // out...

miriam by Associate II
  • 1679 Views
  • 16 replies
  • 0 kudos