Quality RTOS & Embedded Software

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


Loading

vApplicationGeneralExceptionHandler: when?

Posted by Sander Huijsen on May 28, 2008
Hi,

I apologize for the rather blunt subject, but I couldn't fit in any more characters. :-)

I'm fairly new at using FreeRTOS, and I started out by changing the demo for the PIC32 to work on my own board, which is the PIC32 Starter Kit. For that purpose, I just disabled the LCD code, and changed the LED code to use PortD.

I succeeded in getting the demo running for a short while (I see all three LEDs on my board flashing with different intervals). But, after about 4-5 seconds, the program crashes (?) in the function vApplicationGeneralExceptionHandler(), which is simply an endless loop.

Can anyone explain to me why this would happen? How should I go about to handle this situation?

Thanks in advance.

Regards,
sander

RE: vApplicationGeneralExceptionHandler: when

Posted by Sander Huijsen on May 28, 2008
Here is some more information:

ulCause = 0x1080081C
ulStatus = 0x00000403

Am I right in assuming that I couldn't change my original post?

Regards,
Sander

RE: vApplicationGeneralExceptionHandler: when

Posted by PICmeup on May 28, 2008
0x1080081C is I think a bus error on load or store. This means a could be RAM problem. First thing to check is that the stack is ok. Try making the stack bigger in the tasks and check that the ISR stack is big enough. ISR stack size is set in FreeRTOSConfig.h. Also try making configMINIMAL_STACK_SIZE in same header file a little bigger. Does this fix the problem.

RE: vApplicationGeneralExceptionHandler: when

Posted by Sander Huijsen on May 28, 2008
Hi,

thanks for your suggestions. I tried increasing both ISR stack size and configMINIMAL_STACK_SIZE. The first doesn't improve the situation. The second actually makes the application not work anymore if I increase the value even with a bit. The default value is 230, and if I go above 260 (the highest I tried), the application doesn't run correctly.

Can you point me to where I can find out the Cause values that I might encounter? Perhaps in the PIC32 user manual?

Thanks,
Sander

RE: vApplicationGeneralExceptionHandler: when

Posted by PICmeup on May 28, 2008
Cause values are in the MIPS SUM (software user manual). google MD00249-2B-M4K

RE: vApplicationGeneralExceptionHandler: when

Posted by Sander Huijsen on May 28, 2008
Thanks, I found it. :)


[ 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