Quality RTOS & Embedded Software

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


Loading

STM32F107 CAN message handling from two separate CAN busses

Posted by dawgster on July 27, 2016

Hello! Currently I'm trying to handle the incoming messages from two CAN busses, with a handler for each bus. I have adapted some existing code to make those handlers run only once a semaphore is freed when a CAN interrupt is triggered. However the code guarded by the semaphores does unfortunatly not execute. Since I am very new to freertos i would appreciate your input on my code. I am using libopencm3. I have uploaded to relevant code here: https://github.com/dawg91/CanInterruptHandling with SystemStatus.c containing the handlers and interrupt routines and can_handling.c the initialization of the can busses. Thank you very much for your time!


STM32F107 CAN message handling from two separate CAN busses

Posted by rtel on July 27, 2016

First, are you sure the CAN drivers are working when you use them in a driver that is not using FreeRTOS. That would always be the first step. How you configure the CAN buses is outside the scope of the FreeRTOS forum though.

Second, there is nothing that immediately stands out as being wrong in the use of your semaphore, but it does appear that you have two tasks which are blocking on the same semaphore - is that the case? The semaphore will only unblock one of the tasks (the highest priority task if the tasks have different priorities, or the task that has been blocked the longest if both tasks have the same priority).


[ 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