Quality RTOS & Embedded Software

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


Loading

ARM7 s3c4510 port

Posted by MichaelG on February 6, 2012
How does one port freertos for the s3c4510 arm7 processor?

RE: ARM7 s3c4510 port

Posted by Richard on February 7, 2012
+ Start with an existing ARM7 port for the compiler you are using. Look in FreeRTOS/Source/portable/[compiler]

+ Modify the prvSetupTimerInterrupt() function in port.c to use a timer peripheral that is on the s3c4510.

+ Create a blinky project that for the microcontroller that doesn't have FreeRTOS included to get your linker script, start up code and vector table correct.

+ Add in the FreeRTOS code, check it all compiles (you will need a FreeRTOSConfig.h file that you can pinch from another project in a FreeRTOS/Demo sub directory, and have the FreeRTOS/Source/include and FreeRTOS/source/portable/[compiler]/[your port directory] in the include path).

+ Update the vector table to include the yield handler on the SWI interrupt. Look at any of the existing ARM7 FreeRTOS demos to see what is needed.

+ Try adding in some basic tasks and starting the scheduler, see what happens.

Useful links:

http://www.freertos.org/simple-freertos-demos.html for basic tasks
http://www.freertos.org/a00017.html to see the directory structure
http://www.freertos.org/porting-a-freertos-demo-to-different-hardware.html
http://www.freertos.org/FreeRTOS-porting-guide.html

Regards.


[ 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