Quality RTOS & Embedded Software

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


Loading

Converting SAMX to SAMS

Posted by Richard on May 7, 2007
[moved from private mail]

Do you happen to have a port for using FreeRTOS with CrossWorks on an AT91SAM7S (preferrably 7S256, but any would be great)? I've been trying to start with the CrossWorks 7X port and modify it to work with the 7S, but I haven't been successful yet.

RE: Converting SAMX to SAMS

Posted by Richard on May 7, 2007
I'm not sure that any conversion is actually required, except maybe the linker file, but even then, looking at the SAM7X Rowley project it seems to include the SAM7S256 memory map file.

The IAR projects for the SAM7X and SAM7S both use exactly the same port files.

Did you start your new project by using the existing SAM7X project, or did you create a new project specifically for the SAM7S and then copy across the compiler settings?

What goes wrong (what are the symptoms) when you try to run the code on the SAM7S (flash won't program, tasks won't start, etc.)?


I would suggest:

+ Starting with the lwIP project.
+ Remove all the Ethernet stuff (lwIP code, emac drivers, etc).
+ Update partest.c so that it correctly controls the LED's on the hardware you are using. Test the function of the LED's from a simply "hello world" type program to ensure the function as expected, before adding any multitasking.
+ Then edit main() as below:


int main( void )
{
____/* Setup the ports - make sure there is no EMAC stuff in here! */
____prvSetupHardware();

____/* Setup the IO required for the LED's. */
____vParTestInitialise();

____vStartLEDFlashTasks( mainFLASH_PRIORITY );
____vTaskStartScheduler();

____/* Should never get here! */
____return 0;
}


Also - be sure to set configUSE_TICK_HOOK and config_USE_IDLE_HOOK to zero in the FreeRTOSConfig.h file to prevent the hook functions attempting to access the USB queues, as this would cause it to crash.

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