Quality RTOS & Embedded Software

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


Loading

LCD message update faster

Posted by wne on September 8, 2009
Port: PIC32. Hardware: explore 16
I changed the timer1 to timer3 with three places in port.c file:
1. interrupt vector
extern void __attribute__( (interrupt(ipl1), vector(_TIMER_3_VECTOR))) vT1InterruptHandler( void );
2. timer setup
OpenTimer3( ( T3_ON | T3_PS_1_8 | T3_SOURCE_INT ), ulCompareMatch );
ConfigIntTimer3( T3_INT_ON | configKERNEL_INTERRUPT_PRIORITY );
3. interrupt flag reset
mT3ClearIntFlag();
After running, found that the LCD message update faster then before. why? Thanks.

RE: LCD message update faster

Posted by MEdwards on September 8, 2009
You don't say what the timer is doing so I presume it is the tick interrupt? Also you don't say what is on the LCD, is it displaying an error?

Is the timer being used by any other part of the demo? Some demo applications have a high frequency timer. Maybe there is a conflict.

RE: LCD message update faster

Posted by wne on September 8, 2009
I know why, the timer3 is being used by other task.


[ 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