Quality RTOS & Embedded Software

 Real time embedded FreeRTOS RSS feed 
Quick Start Supported MCUs PDF Books Trace Tools Ecosystem


Loading

FreeRTOS polling button on STM32F11

Posted by laskar01 on February 7, 2016

Hi, I have this initialization for a button

~~~~ /*Configure GPIO pin : B1Pin */ GPIOInitStruct.Pin = B1Pin; GPIOInitStruct.Mode = GPIOMODEINPUT;//GPIOMODEEVTRISING; GPIOInitStruct.Pull = GPIONOPULL; HALGPIOInit(B1GPIOPort, &GPIOInitStruct); ~~~~ Why is the button always read as 1, regardless if the button is pushed or not, has an onboard pull-upresistor if(HAL_GPIO_ReadPin(GPIOx, B1_Pin == 0)){...


FreeRTOS polling button on STM32F11

Posted by heinbali01 on February 8, 2016

Hi Lasse,

Don't you have a typo here?

if(HAL_GPIO_ReadPin(GPIOx, B1_Pin == 0)){...

( look at 'B1_Pin == 0' which probably evaluates to 0 )

The parameters of HAL_GPIO_ReadPin() are:

~~~~~ GPIOPinState HALGPIOReadPin( GPIOTypeDef* GPIOx, uint16t GPIOPin ); ~~~~~

For example:

if( HAL_GPIO_ReadPin( B1_GPIO_Port, B1_Pin ) == 0 )
{
}
else
{
}

Regards.


FreeRTOS polling button on STM32F11

Posted by rtel on February 8, 2016

With respect, this is a FreeRTOS forum, not a general programming forum, and to keep this resource valuable to our users it is important this remains the case. Your question does not appear to be related to FreeRTOS in any way, so in future I would appreciate it if you were to post similar such questions to a more appropriate forum - such as a general programming news group, stack overflow, or in this particular case, the ST forum as you appear to be asking a question about their drivers.


FreeRTOS polling button on STM32F11

Posted by laskar01 on February 8, 2016

Sorry, it was only I typo, didn't have it in my code :(


[ Back to the top ]    [ About FreeRTOS ]    [ Privacy ]    [ Sitemap ]    [ ]


Copyright (C) Amazon Web Services, Inc. or its affiliates. All rights reserved.

Latest News

NXP tweet showing LPC5500 (ARMv8-M Cortex-M33) running FreeRTOS.

Meet Richard Barry and learn about running FreeRTOS on RISC-V at FOSDEM 2019

Version 10.1.1 of the FreeRTOS kernel is available for immediate download. MIT licensed.

View a recording of the "OTA Update Security and Reliability" webinar, presented by TI and AWS.


Careers

FreeRTOS and other embedded software careers at AWS.



FreeRTOS Partners

ARM Connected RTOS partner for all ARM microcontroller cores

Espressif ESP32

IAR Partner

Microchip Premier RTOS Partner

RTOS partner of NXP for all NXP ARM microcontrollers

Renesas

STMicro RTOS partner supporting ARM7, ARM Cortex-M3, ARM Cortex-M4 and ARM Cortex-M0

Texas Instruments MCU Developer Network RTOS partner for ARM and MSP430 microcontrollers

OpenRTOS and SafeRTOS

Xilinx Microblaze and Zynq partner