Quality RTOS & Embedded Software

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


Loading

Error on Timer1 with dsPIC

Posted by Luis Farinha on November 23, 2008
Hello.

I'm creating a project using freeRTOS in dsPIC30F6011A, and when I compile the following error occurs:


Source\portable\MPLAB\PIC24_dsPIC\port.c: In function 'prvSetupTimerInterrupt':
Source\portable\MPLAB\PIC24_dsPIC\port.c:277: error: 'TCON_16BIT' has no member named 'TCKPS0'
Source\portable\MPLAB\PIC24_dsPIC\port.c:278: error: 'TCON_16BIT' has no member named 'TCKPS1'

How can I resolve it??


Thanks

Luis Farinha


RE: Error on Timer1 with dsPIC

Posted by MEdwards on November 23, 2008
Is this the exact same question? http://sourceforge.net/forum/forum.php?thread_id=2593706&forum_id=382005

The setup of the tick interrupt uses a timer peripheral. If you want to switch the code from one device to another and the timer peripheral or the header files that define the timer registers are different then you are going to have to modify the code.

You need to look up in the user manual for the dsPIC30 how you setup the timer to generate a fixed frequency tick. Also look at the header files. It might just be the header files that define the TCKPS0 structures have changed.

RE: Error on Timer1 with dsPIC

Posted by Richard Damon on November 24, 2008
The TCON Timer definiiton now defines a two bit field TCKPS instead of two sepereate 1 bit fields TCKPS0 and TCKPS1, just change the two assignments to a single assignment.


[ 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