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

UART Misses Characters

Posted on December 30, 2013 at 11:32Hello! I have a STM32L151CB and I need to use the UART interface. At first it worked perfectly, but after I changed the system clock from HSI (16 MHz) to MSI (2 MHz) I only receive some characters. E.g. when I sen...

meerd1 by Associate II
  • 2376 Views
  • 11 replies
  • 0 kudos

Reading from GPIO PC0 ?

Posted on December 30, 2013 at 14:15Guys, How can I read a button from GPIO PC0 ? I have created :       RCC_APB2PeriphClockCmd( RCC_APB2Periph_GPIOB | RCC_APB2Periph_GPIOC | RCC_APB2Periph_GPIOE | RCC_APB2Periph_GPIOA, ENABLE); //initialize PC0 and...

STM32F4xx DISCOVERY multiple ADC with DMA

Posted on December 29, 2013 at 17:13HiI want to use ADC-DMA to read 4 input of voltage. PA0, PA1, PA2 and PA4 on ADC3 IN0, IN1, IN2 and IN4.I try to modify the code samples founded in STM32F4xx-Discovery_FW_V1.0.0 for STM32F4-DISCOVERY or for STM32F...

STM32F429I-DISCO LCD and ETHERNET CONFLICT

Posted on December 30, 2013 at 05:41I think I found a serious pin conflict with the CPU being used on the STM32F429I-DISCO boards if you want use the TFT LCD and networking at the same time. The TFT LCD interface function conflicts with the only two...

magore by Associate II
  • 792 Views
  • 2 replies
  • 0 kudos

For certain complex fpu instructions from math.h library, how to calculate the number of cycles taken to complete an instruction on ARM cortex M4 based MCU(STM32)

Posted on December 22, 2014 at 17:00 For example: output = asinf(num1)*0/PI; //result = 60 output = output/2.0; //result = 30 output = output * PI /0; //result = 0.5235987 radians (30 degrees0 output = tanf(output); /...

STM32F4 TIM8 complementary

Posted on December 28, 2014 at 14:44 Hello, I can't figure out why my code doesn't work! I've worked with TIM1 and everything works fine but when I change to TIM8, PC6 and PC7 are always on and the complementaries always off. Please help me out a...

zarkscon by Associate II
  • 364 Views
  • 0 replies
  • 0 kudos

Hard fault on os_tsk_self()

Posted on December 24, 2014 at 06:38 Don't really know what else to say. I'm using uVision4.74 and RTX. Please don't suggest to switch to uVision 5 and CMSIS-RTOS RTX. This line is a part of a function that was called many times before, so it...

Virtual COM Port on STM32L053 w/IDB04A1 ?

Posted on December 24, 2014 at 19:03According to the documentation and the release notes, it looks like I should be able to either download the binary or a rebuilt HEX file for the VirtualCOMPort project to the STM32L053 Nucleo board and then connec...

eleventen by Associate III
  • 477 Views
  • 3 replies
  • 0 kudos

setup SWV on STM32F429_Discovery board

Posted on December 23, 2014 at 19:37How to setup SWV on this board? Do I need to solder SB9? pin T_SWO #!stm32f4-disco #swv-st-link/v2 #printf-fprintf-itm

jo by Associate II
  • 2634 Views
  • 10 replies
  • 0 kudos