Quality RTOS & Embedded Software

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


Loading

Unexpected Breakpoint on a HCS12

Posted by JimK3038 on March 3, 2007
I’m running FreeRTOS on a Freescale HCS12 processor. I’m living in constant fear of the “Illegal Breakpoint” as my application gets larger and larger (pushing 64k). Usually I can revert to an older version of my source code to get my application working again.

My questions is, is there a way to look at the stack area after the illegal breakpoint for clues? At a minimum, it would be nice to know which was the active task when the problem occurred.

Thanks,
Jim

RE: Unexpected Breakpoint on a HCS12

Posted by Nobody/Anonymous on March 3, 2007
Inspect the pxCurrentTCB variable in the debugger. This will tell you info on the currently running task. You can inspect pxCurrentTCB->pxStack to see the stack used by the task. The stack is set to all 0xa5 when the task is created so if there are no 0xa5 left then overflow has happened.

RE: Unexpected Breakpoint on a HCS12

Posted by Jeff Smith on March 6, 2007
I also use HCS12 (GCC version), and the thing I notice most is that a stack has overflown. Remember that when a stack is overwritten, it is likely that you don't notice until a task swap. The most useful thing I've done is to track where the bottom (start) of each stack is, so I can see which ones are running (or already ran) out of space.


[ 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