Quality RTOS & Embedded Software

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


Loading

FreeRTOS and Secondary Bootloader Fail

Posted by Boris Estudiez on February 8, 2010
Hi,

I cannot get a FreeRTOS system to work from starting
address 0x8000 with a secondary bootloader.
I'm using a NXP LPC2148 microcontroller.

My application program crash when vTaskStartScheduler()
is called.

If application program is located on flash address 0x0000,
FreeRTOS works.

Anyone did something like this ?.

NOTES:

1) vTaskStartScheduler() is called in supervisor mode.
Interrupt disabled.

2) Interrupt vector table is remaped to RAM with MEMMAP=2.
First 64 bytes, from address 0x8000 are copied to RAM
address 0x40000000.

3) Linker script memory areas:
MEMORY
{
flash (rx): ORIGIN = 0x00008000, LENGTH = 468K
ram_ivt(rwx): ORIGIN = 0x40000000, LENGTH = 64
ram (rwx): ORIGIN = 0x40000040, LENGTH = 32K-64
}

4) Secondary bootloader, jumps to user program (0x8000)
in supervisor mode also.

5) FreeRTOS version: 6.0.2

6) Toolchain: GCC 4.1.1

7) MCU: LPC2148.

Thanks in advance.

Regards,
Boris Estudiez.-

---
Slicetex Electronics
www.slicetex.com.ar

RE: FreeRTOS and Secondary Bootloader Fail

Posted by Preet Kang on March 9, 2010
I am using LPC2148 with Secondary bootloader from SJvalley.com and it works perfectly. Secondary bootloader is of 4k in size and FreeRTOS works great. I think you might not be allocating correct supervisor stack or not entering supervisor mode before calling vTaskStartScheduler()

RE: FreeRTOS and Secondary Bootloader Fail

Posted by Boris Estudiez on March 12, 2010
Hi preetpal,

Are you using GCC ?.

Could you share your linker script and c-runtime assembler files, please ?.

Thanks in advance.

Regards,
Boris Estudiez.-

---
Slicetex Electronics
www.slicetex.com.ar

Thanks a lot

RE: FreeRTOS and Secondary Bootloader Fail

Posted by Preet Kang on March 12, 2010
I'm using GNUARM 4.3.2. Since I have WINARM installed, it grabs the cygwin sh/make.exe etc. from there.

Preet


[ 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