Quality RTOS & Embedded Software

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


Loading

stm32f7, vPortRaiseBASEPRI

Posted by bsoti on August 29, 2016

Hello, I want to start ethernet on stm32f7 but task always sticks on one place -
if (inHandlerMode()) { if (xSemaphoreTakeFromISR(semaphoreid, &taskWoken) != pdTRUE) { return osErrorOS; } portENDSWITCHINGISR(taskWoken); }
else if (xSemaphoreTake(semaphoreid, ticks) != pdTRUE) { return osErrorOS; }

, and when I put breakpoint I receive this message: Program received signal SIGINT, Interrupt. 0x08005352 in vPortRaiseBASEPRI () at C:/Projects/STM32F7/Middlewares/FreeRTOS/Source/Portable/GCC/ARM_CM7/r0p1/portmacro.h:215 215 __asm volatile

Any idea why is that. When I put my code in exmple of ethernet at stm it works fine.


stm32f7, vPortRaiseBASEPRI

Posted by heinbali01 on August 29, 2016

I'm not sure where this code comes from.

~~~~ if (inHandlerMode()) { if (xSemaphoreTakeFromISR(semaphoreid, &taskWoken) != pdTRUE) { return osErrorOS; } portENDSWITCHINGISR(taskWoken); } else if (xSemaphoreTake(semaphoreid, ticks) != pdTRUE) { return osErrorOS; } ~~~~

It looks like inHandlerMode() returns true if the function is called from an ISR?

Where did you get your NetworkInterface.c from? Does that contain the above code?


stm32f7, vPortRaiseBASEPRI

Posted by bsoti on August 29, 2016

NetworkInterface.c I didnt have this file.

~~~ int32t osSemaphoreWait (osSemaphoreId semaphoreid, uint32t millisec) { TickTypet ticks; portBASE_TYPE taskWoken = pdFALSE;

if (semaphore_id == NULL) { return osErrorParameter; }

ticks = 0; if (millisec == osWaitForever) { ticks = portMAXDELAY; } else if (millisec != 0) { ticks = millisec / portTICKPERIOD_MS; if (ticks == 0) { ticks = 1; } }

if (inHandlerMode()) { if (xSemaphoreTakeFromISR(semaphoreid, &taskWoken) != pdTRUE) { return osErrorOS; } portENDSWITCHINGISR(taskWoken); }
else if (xSemaphoreTake(semaphoreid, ticks) != pdTRUE) { return osErrorOS; }

return osOK; } ~~~ This is whole function. It is in cmsis_os.c


stm32f7, vPortRaiseBASEPRI

Posted by rtel on August 29, 2016

There is a pre-configured STM32 Ethernet example here: http://www.freertos.org/FreeRTOS-Plus/FreeRTOSPlusTCP/TCP-IPFATExamplesSTSTM32F407.html


stm32f7, vPortRaiseBASEPRI

Posted by rtel on August 29, 2016

This is whole function. It is in cmsis_os.c

This is not a file that is provided in the official FreeRTOS distribution. I think it is the CMSIS wrapper provided by ST.


stm32f7, vPortRaiseBASEPRI

Posted by bsoti on August 29, 2016

Thank you, I'll asked ST for more information


[ 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