STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Adc issue stm32f3

Posted on September 26, 2014 at 21:29 Hello, i am using the adc from stm32f3 discovery board.I read the documentation and had a look at the example and came out with this code which doesn t work. Any helpfull suggestions please? #inclu...

d4ng3r09 by Associate II
  • 320 Views
  • 2 replies
  • 0 kudos

USART send/receive interference

Posted on September 27, 2014 at 10:45 Dear programmers, I would like to ask for an opinion regarding the USART data send/receive. The USART receive data is handled by the IRQ service: void USART1_IRQHandler(void){ if(USART_Get...

klemen by Associate II
  • 262 Views
  • 0 replies
  • 0 kudos

Unusual GPIO Initialization

Posted on September 26, 2014 at 23:02I'm maintaining some software for a STM32F103 and came across the following GPIO initialization code.    /* Configure PA5 as push-pull output for LED */     GPIO_WriteBit( GPIOA, GPIO_Pin_5, Bit_SET );     GPIO_I...

amoore by Associate II
  • 397 Views
  • 2 replies
  • 0 kudos

probllem in a function

Posted on September 26, 2014 at 23:06hi every body i have a problem with this function & dont know reason of it:[CODE]lib.hchar PcdValue(unsigned char dd_mode,unsigned char addr,unsigned char *pValue);[/CODE]main:unsigned char mount[4];status= PcdVa...

mhdizgah by Associate II
  • 270 Views
  • 1 replies
  • 0 kudos

STM32F429 Input pulse capture w/ compare?

Posted on September 26, 2014 at 14:47Greetings. I am trying to determine the best methodology to capture an input pulse train (from a motor encoder), compare the input count to a set point, and generate an event when the input count reaches the setp...

cphelan by Associate II
  • 601 Views
  • 4 replies
  • 0 kudos

Bug report Cube+FreeRTOS

Posted on September 07, 2014 at 15:43There is a bug in STM32Cube (newest version). When I use FreeRTOS then the eTaskGetState() is not available. In FreeRTOS.h which is generated by Cube, the variable INCLUDE_eTaskGetState is set to 0 which means do...

Osto by Senior
  • 486 Views
  • 4 replies
  • 0 kudos

Free RTOS - Build Error with FPU

Posted on September 26, 2014 at 14:30Hey guys, I just got my Keil MDK license and using the STM32CubeF4, tried creating a shell project with FreeRTOS selected. Looked good until I tried to build when I see the following error:error:  #35: #error dir...

bdesantis by Associate II
  • 1201 Views
  • 3 replies
  • 0 kudos

STM32F051 ADC issue single conversion temperature sensor

Posted on September 26, 2014 at 08:16 Hello I have written a code refering to ADC example given in the peripheral library provided by ST. I am using ADC in single conversion mode to measure the temperature. I will paste my code below. The pro...

gada by Associate III
  • 262 Views
  • 1 replies
  • 0 kudos

STM32F051 Discovery ADC Temperature Issue

Posted on September 26, 2014 at 08:16 Hello I have written a code refering to ADC example given in the peripheral library provided by ST. I am using ADC in single conversion mode to measure the temperature. I will paste my code below. The...

gada by Associate III
  • 294 Views
  • 1 replies
  • 0 kudos