Quality RTOS & Embedded Software

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


Loading

PC application

Posted by Chaks on June 14, 2007
I have downloaded FreeRTOS. I have used demo application for PC. It was working fine.

I have modified main.c.

main.c has this much only other than this i have deleted.

portSHORT main( void )
{
xTaskCreate( vErrorChecks, "Print", mainPRINT_STACK_SIZE, NULL, mainPRINT_TASK_PRIORITY, &xHandle );

vTaskStartScheduler();

}

static void vErrorChecks( void *pvParameters )
{

for(;;)
{

xQueueSend()

xQueueReceive()

/*some printfstatements */
}

}


It compiled fine , while running it stucks after 1 sec nearly & shows error

--------------------

The NTVDM CPU has encountered and illegal instruction.
CS:0543 IP:0106 OP:63 74 79 70 65 Choose ‘Close’ to terminate the application.
-----------------------


if anyone find solution ,please let me know.


RE: PC application

Posted by Richard on June 14, 2007
It does not look like you are creating the queue anywhere that you are then attempting to send to and read from. You need to create a queue before it can be accessed.

Regards.

RE: PC application

Posted by Chaks on June 14, 2007
ohh sorry i forgot to mension it. In main.c i have created queue. this is not problem.


[ 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