Quality RTOS & Embedded Software

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


Loading

LPC2368 + Rowley + FreeRTOS V6 ISR problem

Posted by raedbenz on November 29, 2009
Hi,
i have enabled the UART0 receiver interrupt.
i installed interrupt using :

ctl_set_isr(UART0_INT, 0, CTL_ISR_TRIGGER_FIXED, vUART0ISR_Wrapper, 0);
ctl_unmask_isr(UART0_INT); /UART0_INT = 6

then the wrapper saves context, calls the handler and just blinks an led (LED2), then VICVectAddr = 0, then restore context.
the only task is running is LED1blink.
i open the terminal and i type a character and the LED2 emmits but the LED1 task freezes. it seems the whole scheduler freezed. Hints plz. thanks in advance.

RE: LPC2368 + Rowley + FreeRTOS V6 ISR problem

Posted by MEdwards on November 29, 2009
>Hints plz

First hint - try doing it the way the documentation says to do it, and the examples show it being done. Don't use ctl anything.

Look at the Interrupt Service Routines section of this page http://www.freertos.org/portlpc2106.html but note with the compiler that Rowley have been using (I think it changed recently) the call to vASwitchCompatibleISR_Handler() should be made from assembler as __asm volatile("bl vASwitchCompatibleISR_Handler"); to stop it ever getting inlines. Also vASwitchCompatibleISR_Handler() should be written in ARM mode as ARM to THUMB interworking from naked functions is broken in some GCC versions.

RE: LPC2368 + Rowley + FreeRTOS V6 ISR problem

Posted by raedbenz on November 29, 2009
Hi,
do u mean to use, VICIntSelect , VICIntEnable, VICVectAddr, VICVectCntl1 registers to set the interrupt?

RE: LPC2368 + Rowley + FreeRTOS V6 ISR problem

Posted by raedbenz on December 1, 2009
Please check the C file. What is wrong in it? thanks
[link text][1]


[1]: http://www.mediafire.com/?n3zwo4dny3q

RE: LPC2368 + Rowley + FreeRTOS V6 ISR problem

Posted by raedbenz on December 2, 2009
any help guys.....it will be much appreciated.

RE: LPC2368 + Rowley + FreeRTOS V6 ISR problem

Posted by Dave on December 3, 2009
I have not read your C file, but the LPC2138 Rowley demo in the FreeRTOS download includes at least one ISR you can copy.

RE: LPC2368 + Rowley + FreeRTOS V6 ISR problem

Posted by raedbenz on December 5, 2009
sorted....thank you all...


[ 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