Quality RTOS & Embedded Software

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


Loading

More Secondary USB Bootloader with Rowley

Posted by Ken Mosher on October 9, 2009
After a lengthy support back and forth with the fine folks at Rowley Crossworks, we are at a stand still ... hoping somebody can give us an "AH HA" moment! I can send the project files if somebody with Crossworks wants to look.

Anyway, we are using the NXP/Phillips USB Secondary Bootloader (AN10759.pdf on their site). It works fine with their samples built with the Keil toolchain.

The FreeRTOS Rowley demo works great "out of the box", but when we make the settings changes in Crossworks to rebuild the demo to use 0x2000 as the starting address (and remap the interrupts), it doesn't work.

The Rowley folks used a JTAG debugger (we're evaluating their tool, so we don't have a compatible JTAG device yet) and the result was:

<B>If I debug your FreeRTOS app it starts up (again under debugger control) and dies on the call to vTaskStartScheduler. Interrupts seem to be routed OK.,</b>




RE: More Secondary USB Bootloader with Rowley

Posted by MEdwards on October 9, 2009
Is this an ARM7 device? If so dyeing on vTaskStartScheduler() probably means the chip is not in Supervisor mode. Put a break point on vTaskStartScheduler() then check the mode.

RE: More Secondary USB Bootloader with Rowley

Posted by Ken Mosher on October 9, 2009
Yep, it's an ARM7 device ...

We can't, since I don't have a compatible JTAG device for Crossworks ... what do we need to do to do to put it in Supervisor mode?

RE: More Secondary USB Bootloader with Rowley

Posted by Ken Mosher on October 9, 2009
To elaborate:

- LPC2368 ARM7
- MCB2300 development
board

Trying to get FreeRTOS to run in the target mode with bootloader using evaluation license on Crossworks.

If I can get that to work, then we're golden and we'll buy the Crossworks setup and go to town!

RE: More Secondary USB Bootloader with Rowley

Posted by MEdwards on October 9, 2009
If Rowley have been debugging your code ask them to check the processor is in Supervisor mode.

RE: More Secondary USB Bootloader with Rowley

Posted by Ken Mosher on October 9, 2009
<*grin*> Well, they kicked us over here.

We have SUPERVISOR mode defined in the .s file, BTW

RE: More Secondary USB Bootloader with Rowley

Posted by Richard on October 9, 2009
The start up assembly file will switch into each mode, set up a stack for that mode, before switching into the next mode (modes being IRQ, FIQ, Supervisor, User, etc). You have to ensure that before calling main() you leave the processor in Supervisor mode. Also never go into User mode but instead go into System mode, otherwise you will not be able to get out of User mode without making a system call.

The same will be true before you call the FreeRTOS application from your boot loader - make sure you are in Supervisor mode.

Regards.

RE: More Secondary USB Bootloader with Rowley

Posted by Ken Mosher on October 9, 2009
We are using the supplied .s file (with the demo) except for the offset of the Memory Map to start at 0x2000 ... the "SUPERVISOR" define is defined in the .s file ...

So, I'm not quite sure what you are saying?

RE: More Secondary USB Bootloader with Rowley

Posted by Ken Mosher on October 9, 2009
**GOT IT!**

We were chasing it in the wrong file ... it was in the way the bootloader was exiting (not the way FreeRTOS was starting). *DOH*

Thanks millions for the help!


[ 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