Quality RTOS & Embedded Software

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


Loading

Mounting FreeRTOS on PIC 32 bit mc

Posted by Vicky on June 11, 2012
Hi,

Can anybody please tell me the procedure of how to mount FreeRTOS version 7.1.1 on PIC 32 bit microcontroller USB II starter kit.

Thanks in Advance
Vicky

RE: Mounting FreeRTOS on PIC 32 bit mc

Posted by Richard on June 11, 2012
The latest FreeRTOS version (V7.1.1) has a demo application in FreeRTOS/Demo/PIC32MX_MPLAB that can be built with either MPLAB 8, or MPLAB X. The project has configurations for several different PIC32 processors, including the CPU found on the USB II starter kit. The projects target the Explorer 16 hardware, rather than the USB II starter kit, but can be executed by changing the debug interface to starter kit from ICD 3.

The examples that come with the PIC32 book are already configured for the USB II starter kit.

Regards.

RE: Mounting FreeRTOS on PIC 32 bit mc

Posted by Vicky on June 11, 2012
Thanks

I build the program it shows the following message


---------------------------------------------------------------------
Debug build of project `C:\Users\vignesh\Desktop\FreeRTOSV7.1.1\Demo\PIC32MX_MPLAB\RTOSDemo.mcp' started.
Preprocessor symbol `__DEBUG' is defined.
Target debug platform is `__MPLAB_DEBUGGER_PIC32MXSK=1'.
Tue Jun 12 01:57:35 2012
----------------------------------------------------------------------
Clean: Deleting intermediary and output files.
Clean: Deleted file "C:\Users\vignesh\Desktop\FreeRTOSV7.1.1\Demo\PIC32MX_MPLAB\RTOSDemo.mcs".
Clean: Done.
Couldn't locate build tool. Check tool locations.
----------------------------------------------------------------------
Debug build of project `C:\Users\vignesh\Desktop\FreeRTOSV7.1.1\Demo\PIC32MX_MPLAB\RTOSDemo.mcp' failed.
Preprocessor symbol `__DEBUG' is defined.
Target debug platform is `__MPLAB_DEBUGGER_PIC32MXSK=1'.
Tue Jun 12 01:57:35 2012
----------------------------------------------------------------------
BUILD FAILED

RE: Mounting FreeRTOS on PIC 32 bit mc

Posted by Vicky on June 11, 2012
Thanks
The program is now build successfully and how can see the output please help.


Debug build of project `C:\Users\vignesh\Desktop\FreeRTOSV7.1.1\Demo\PIC32MX_MPLAB\RTOSDemo.mcp' started.
Language tool versions: pic32-as.exe v2.01, pic32-gcc.exe v2.01, pic32-ld.exe v2.01, pic32-ar.exe v2.01
Preprocessor symbol `__DEBUG' is defined.
Target debug platform is `__MPLAB_DEBUGGER_PIC32MXSK=1'.
Tue Jun 12 02:28:46 2012
----------------------------------------------------------------------
Clean: Deleting intermediary and output files.
Clean: Deleted file "C:\Users\vignesh\Desktop\FreeRTOSV7.1.1\Demo\PIC32MX_MPLAB\output\main.o".
Clean: Deleted file "C:\Users\vignesh\Desktop\FreeRTOSV7.1.1\Demo\PIC32MX_MPLAB\output\ParTest.o".
Clean: Deleted file "C:\Users\vignesh\Desktop\FreeRTOSV7.1.1\Demo\PIC32MX_MPLAB\output\RegisterTestTasks.o".
Clean: Deleted file "C:\Users\vignesh\Desktop\FreeRTOSV7.1.1\Demo\PIC32MX_MPLAB\output\lcd.o".
Clean: Deleted file "C:\Users\vignesh\Desktop\FreeRTOSV7.1.1\Demo\PIC32MX_MPLAB\output\serial.o".
Clean: Deleted file "C:\Users\vignesh\Desktop\FreeRTOSV7.1.1\Demo\PIC32MX_MPLAB\output\serial_isr.o".
Clean: Deleted file "C:\Users\vignesh\Desktop\FreeRTOSV7.1.1\Demo\PIC32MX_MPLAB\output\timertest.o".
Clean: Deleted file "C:\Users\vignesh\Desktop\FreeRTOSV7.1.1\Demo\PIC32MX_MPLAB\output\timertest_isr.o".
Clean: Deleted file "C:\Users\vignesh\Desktop\FreeRTOSV7.1.1\Demo\PIC32MX_MPLAB\output\IntQueueTimer.o".
Clean: Deleted file "C:\Users\vignesh\Desktop\FreeRTOSV7.1.1\Demo\PIC32MX_MPLAB\output\IntQueueTimer_isr.o".
Clean: Deleted file "C:\Users\vignesh\Desktop\FreeRTOSV7.1.1\Demo\PIC32MX_MPLAB\output\printf-stdarg.o".
Clean: Deleted file "C:\Users\vignesh\Desktop\FreeRTOSV7.1.1\Demo\PIC32MX_MPLAB\output\port.o".
Clean: Deleted file "C:\Users\vignesh\Desktop\FreeRTOSV7.1.1\Demo\PIC32MX_MPLAB\output\port_asm.o".
Clean: Deleted file "C:\Users\vignesh\Desktop\FreeRTOSV7.1.1\Demo\PIC32MX_MPLAB\output\queue.o".
Clean: Deleted file "C:\Users\vignesh\Desktop\FreeRTOSV7.1.1\Demo\PIC32MX_MPLAB\output\tasks.o".
Clean: Deleted file "C:\Users\vignesh\Desktop\FreeRTOSV7.1.1\Demo\PIC32MX_MPLAB\output\list.o".
Clean: Deleted file "C:\Users\vignesh\Desktop\FreeRTOSV7.1.1\Demo\PIC32MX_MPLAB\output\blocktim.o".
Clean: Deleted file "C:\Users\vignesh\Desktop\FreeRTOSV7.1.1\Demo\PIC32MX_MPLAB\output\comtest.o".
Clean: Deleted file "C:\Users\vignesh\Desktop\FreeRTOSV7.1.1\Demo\PIC32MX_MPLAB\output\semtest.o".
Clean: Deleted file "C:\Users\vignesh\Desktop\FreeRTOSV7.1.1\Demo\PIC32MX_MPLAB\output\QPeek.o".
Clean: Deleted file "C:\Users\vignesh\Desktop\FreeRTOSV7.1.1\Demo\PIC32MX_MPLAB\output\IntQueue.o".
Clean: Deleted file "C:\Users\vignesh\Desktop\FreeRTOSV7.1.1\Demo\PIC32MX_MPLAB\output\heap_2.o".
Clean: Deleted file "C:\Users\vignesh\Desktop\FreeRTOSV7.1.1\Demo\PIC32MX_MPLAB\output\GenQTest.o".
Clean: Deleted file "C:\Users\vignesh\Desktop\FreeRTOSV7.1.1\Demo\PIC32MX_MPLAB\output\flash_timer.o".
Clean: Deleted file "C:\Users\vignesh\Desktop\FreeRTOSV7.1.1\Demo\PIC32MX_MPLAB\output\main_full.o".
Clean: Deleted file "C:\Users\vignesh\Desktop\FreeRTOSV7.1.1\Demo\PIC32MX_MPLAB\output\timers.o".
Clean: Deleted file "C:\Users\vignesh\Desktop\FreeRTOSV7.1.1\Demo\PIC32MX_MPLAB\output\main_blinky.o".
Clean: Deleted file "C:\Users\vignesh\Desktop\FreeRTOSV7.1.1\Demo\PIC32MX_MPLAB\.\output\RTOSDemo.elf".
Clean: Deleted file "C:\Users\vignesh\Desktop\FreeRTOSV7.1.1\Demo\PIC32MX_MPLAB\.\output\RTOSDemo.hex".
Clean: Deleted file "C:\Users\vignesh\Desktop\FreeRTOSV7.1.1\Demo\PIC32MX_MPLAB\RTOSDemo.mcs".
Clean: Done.
Executing: "C:\Program Files\Microchip\MPLAB C32 Suite\bin\pic32-gcc.exe" -mprocessor=32MX460F512L -x c -c "main.c" -o"./output\main.o" -MMD -MF"./output\main.d" -I"." -I"." -I"..\common\include" -I"..\..\source\portable\mplab\pic32mx" -I"..\..\source\include" -D__DEBUG -D__MPLAB_DEBUGGER_PIC32MXSK=1 -g -DMPLAB_PIC32MX_PORT -Wall -fomit-frame-pointer
Executing: "C:\Program Files\Microchip\MPLAB C32 Suite\bin\pic32-gcc.exe" -mprocessor=32MX460F512L -x c -c "ParTest\ParTest.c" -o"./output\ParTest.o" -MMD -MF"./output\ParTest.d" -I"." -I"." -I"..\common\include" -I"..\..\source\portable\mplab\pic32mx" -I"..\..\source\include" -D__DEBUG -D__MPLAB_DEBUGGER_PIC32MXSK=1 -g -DMPLAB_PIC32MX_PORT -Wall -fomit-frame-pointer
Executing: "C:\Program Files\Microchip\MPLAB C32 Suite\bin\pic32-gcc.exe" -mprocessor=32MX460F512L -c -MMD -MF"./output\RegisterTestTasks.d" -I"." -I"." -I"..\common\include" -I"..\..\source\portable\mplab\pic32mx" -I"..\..\source\include" -D__DEBUG -D__MPLAB_DEBUGGER_PIC32MXSK=1 "RegisterTestTasks.s" -o"./output\RegisterTestTasks.o" -I"..\..\Source\portable\MPLAB\PIC32MX" -I"." -Wa,--defsym=__DEBUG=1,--defsym=__MPLAB_DEBUGGER_PIC32MXSK=1,--keep-locals,--gdwarf-2
Executing: "C:\Program Files\Microchip\MPLAB C32 Suite\bin\pic32-gcc.exe" -mprocessor=32MX460F512L -x c -c "lcd.c" -o"./output\lcd.o" -MMD -MF"./output\lcd.d" -I"." -I"." -I"..\common\include" -I"..\..\source\portable\mplab\pic32mx" -I"..\..\source\include" -D__DEBUG -D__MPLAB_DEBUGGER_PIC32MXSK=1 -g -DMPLAB_PIC32MX_PORT -Wall -fomit-frame-pointer
Executing: "C:\Program Files\Microchip\MPLAB C32 Suite\bin\pic32-gcc.exe" -mprocessor=32MX460F512L -x c -c "serial\serial.c" -o"./output\serial.o" -MMD -MF"./output\serial.d" -I"." -I"." -I"..\common\include" -I"..\..\source\portable\mplab\pic32mx" -I"..\..\source\include" -D__DEBUG -D__MPLAB_DEBUGGER_PIC32MXSK=1 -g -DMPLAB_PIC32MX_PORT -Wall -fomit-frame-pointer
Executing: "C:\Program Files\Microchip\MPLAB C32 Suite\bin\pic32-gcc.exe" -mprocessor=32MX460F512L -c -MMD -MF"./output\serial_isr.d" -I"." -I"." -I"..\common\include" -I"..\..\source\portable\mplab\pic32mx" -I"..\..\source\include" -D__DEBUG -D__MPLAB_DEBUGGER_PIC32MXSK=1 "serial\serial_isr.S" -o"./output\serial_isr.o" -I"..\..\Source\portable\MPLAB\PIC32MX" -I"." -Wa,--defsym=__DEBUG=1,--defsym=__MPLAB_DEBUGGER_PIC32MXSK=1,--keep-locals,--gdwarf-2
Executing: "C:\Program Files\Microchip\MPLAB C32 Suite\bin\pic32-gcc.exe" -mprocessor=32MX460F512L -x c -c "timertest.c" -o"./output\timertest.o" -MMD -MF"./output\timertest.d" -I"." -I"." -I"..\common\include" -I"..\..\source\portable\mplab\pic32mx" -I"..\..\source\include" -D__DEBUG -D__MPLAB_DEBUGGER_PIC32MXSK=1 -g -DMPLAB_PIC32MX_PORT -Wall -fomit-frame-pointer
Executing: "C:\Program Files\Microchip\MPLAB C32 Suite\bin\pic32-gcc.exe" -mprocessor=32MX460F512L -c -MMD -MF"./output\timertest_isr.d" -I"." -I"." -I"..\common\include" -I"..\..\source\portable\mplab\pic32mx" -I"..\..\source\include" -D__DEBUG -D__MPLAB_DEBUGGER_PIC32MXSK=1 "timertest_isr.S" -o"./output\timertest_isr.o" -I"..\..\Source\portable\MPLAB\PIC32MX" -I"." -Wa,--defsym=__DEBUG=1,--defsym=__MPLAB_DEBUGGER_PIC32MXSK=1,--keep-locals,--gdwarf-2
Executing: "C:\Program Files\Microchip\MPLAB C32 Suite\bin\pic32-gcc.exe" -mprocessor=32MX460F512L -x c -c "IntQueueTimer.c" -o"./output\IntQueueTimer.o" -MMD -MF"./output\IntQueueTimer.d" -I"." -I"." -I"..\common\include" -I"..\..\source\portable\mplab\pic32mx" -I"..\..\source\include" -D__DEBUG -D__MPLAB_DEBUGGER_PIC32MXSK=1 -g -DMPLAB_PIC32MX_PORT -Wall -fomit-frame-pointer
Executing: "C:\Program Files\Microchip\MPLAB C32 Suite\bin\pic32-gcc.exe" -mprocessor=32MX460F512L -c -MMD -MF"./output\IntQueueTimer_isr.d" -I"." -I"." -I"..\common\include" -I"..\..\source\portable\mplab\pic32mx" -I"..\..\source\include" -D__DEBUG -D__MPLAB_DEBUGGER_PIC32MXSK=1 "IntQueueTimer_isr.S" -o"./output\IntQueueTimer_isr.o" -I"..\..\Source\portable\MPLAB\PIC32MX" -I"." -Wa,--defsym=__DEBUG=1,--defsym=__MPLAB_DEBUGGER_PIC32MXSK=1,--keep-locals,--gdwarf-2
Executing: "C:\Program Files\Microchip\MPLAB C32 Suite\bin\pic32-gcc.exe" -mprocessor=32MX460F512L -x c -c "printf-stdarg.c" -o"./output\printf-stdarg.o" -MMD -MF"./output\printf-stdarg.d" -I"." -I"." -I"..\common\include" -I"..\..\source\portable\mplab\pic32mx" -I"..\..\source\include" -D__DEBUG -D__MPLAB_DEBUGGER_PIC32MXSK=1 -g -DMPLAB_PIC32MX_PORT -Wall -fomit-frame-pointer
Executing: "C:\Program Files\Microchip\MPLAB C32 Suite\bin\pic32-gcc.exe" -mprocessor=32MX460F512L -x c -c "..\..\Source\portable\MPLAB\PIC32MX\port.c" -o"./output\port.o" -MMD -MF"./output\port.d" -I"." -I"." -I"..\common\include" -I"..\..\source\portable\mplab\pic32mx" -I"..\..\source\include" -D__DEBUG -D__MPLAB_DEBUGGER_PIC32MXSK=1 -g -DMPLAB_PIC32MX_PORT -Wall -fomit-frame-pointer
Executing: "C:\Program Files\Microchip\MPLAB C32 Suite\bin\pic32-gcc.exe" -mprocessor=32MX460F512L -c -MMD -MF"./output\port_asm.d" -I"." -I"." -I"..\common\include" -I"..\..\source\portable\mplab\pic32mx" -I"..\..\source\include" -D__DEBUG -D__MPLAB_DEBUGGER_PIC32MXSK=1 "..\..\Source\portable\MPLAB\PIC32MX\port_asm.S" -o"./output\port_asm.o" -I"..\..\Source\portable\MPLAB\PIC32MX" -I"." -Wa,--defsym=__DEBUG=1,--defsym=__MPLAB_DEBUGGER_PIC32MXSK=1,--keep-locals,--gdwarf-2
Executing: "C:\Program Files\Microchip\MPLAB C32 Suite\bin\pic32-gcc.exe" -mprocessor=32MX460F512L -x c -c "..\..\Source\queue.c" -o"./output\queue.o" -MMD -MF"./output\queue.d" -I"." -I"." -I"..\common\include" -I"..\..\source\portable\mplab\pic32mx" -I"..\..\source\include" -D__DEBUG -D__MPLAB_DEBUGGER_PIC32MXSK=1 -g -DMPLAB_PIC32MX_PORT -Wall -fomit-frame-pointer
Executing: "C:\Program Files\Microchip\MPLAB C32 Suite\bin\pic32-gcc.exe" -mprocessor=32MX460F512L -x c -c "..\..\Source\tasks.c" -o"./output\tasks.o" -MMD -MF"./output\tasks.d" -I"." -I"." -I"..\common\include" -I"..\..\source\portable\mplab\pic32mx" -I"..\..\source\include" -D__DEBUG -D__MPLAB_DEBUGGER_PIC32MXSK=1 -g -DMPLAB_PIC32MX_PORT -Wall -fomit-frame-pointer
Executing: "C:\Program Files\Microchip\MPLAB C32 Suite\bin\pic32-gcc.exe" -mprocessor=32MX460F512L -x c -c "..\..\Source\list.c" -o"./output\list.o" -MMD -MF"./output\list.d" -I"." -I"." -I"..\common\include" -I"..\..\source\portable\mplab\pic32mx" -I"..\..\source\include" -D__DEBUG -D__MPLAB_DEBUGGER_PIC32MXSK=1 -g -DMPLAB_PIC32MX_PORT -Wall -fomit-frame-pointer
Executing: "C:\Program Files\Microchip\MPLAB C32 Suite\bin\pic32-gcc.exe" -mprocessor=32MX460F512L -x c -c "..\Common\Minimal\blocktim.c" -o"./output\blocktim.o" -MMD -MF"./output\blocktim.d" -I"." -I"." -I"..\common\include" -I"..\..\source\portable\mplab\pic32mx" -I"..\..\source\include" -D__DEBUG -D__MPLAB_DEBUGGER_PIC32MXSK=1 -g -DMPLAB_PIC32MX_PORT -Wall -fomit-frame-pointer
Executing: "C:\Program Files\Microchip\MPLAB C32 Suite\bin\pic32-gcc.exe" -mprocessor=32MX460F512L -x c -c "..\Common\Minimal\comtest.c" -o"./output\comtest.o" -MMD -MF"./output\comtest.d" -I"." -I"." -I"..\common\include" -I"..\..\source\portable\mplab\pic32mx" -I"..\..\source\include" -D__DEBUG -D__MPLAB_DEBUGGER_PIC32MXSK=1 -g -DMPLAB_PIC32MX_PORT -Wall -fomit-frame-pointer
Executing: "C:\Program Files\Microchip\MPLAB C32 Suite\bin\pic32-gcc.exe" -mprocessor=32MX460F512L -x c -c "..\Common\Minimal\semtest.c" -o"./output\semtest.o" -MMD -MF"./output\semtest.d" -I"." -I"." -I"..\common\include" -I"..\..\source\portable\mplab\pic32mx" -I"..\..\source\include" -D__DEBUG -D__MPLAB_DEBUGGER_PIC32MXSK=1 -g -DMPLAB_PIC32MX_PORT -Wall -fomit-frame-pointer
Executing: "C:\Program Files\Microchip\MPLAB C32 Suite\bin\pic32-gcc.exe" -mprocessor=32MX460F512L -x c -c "..\Common\Minimal\QPeek.c" -o"./output\QPeek.o" -MMD -MF"./output\QPeek.d" -I"." -I"." -I"..\common\include" -I"..\..\source\portable\mplab\pic32mx" -I"..\..\source\include" -D__DEBUG -D__MPLAB_DEBUGGER_PIC32MXSK=1 -g -DMPLAB_PIC32MX_PORT -Wall -fomit-frame-pointer
Executing: "C:\Program Files\Microchip\MPLAB C32 Suite\bin\pic32-gcc.exe" -mprocessor=32MX460F512L -x c -c "..\Common\Minimal\IntQueue.c" -o"./output\IntQueue.o" -MMD -MF"./output\IntQueue.d" -I"." -I"." -I"..\common\include" -I"..\..\source\portable\mplab\pic32mx" -I"..\..\source\include" -D__DEBUG -D__MPLAB_DEBUGGER_PIC32MXSK=1 -g -DMPLAB_PIC32MX_PORT -Wall -fomit-frame-pointer
Executing: "C:\Program Files\Microchip\MPLAB C32 Suite\bin\pic32-gcc.exe" -mprocessor=32MX460F512L -x c -c "..\..\Source\portable\MemMang\heap_2.c" -o"./output\heap_2.o" -MMD -MF"./output\heap_2.d" -I"." -I"." -I"..\common\include" -I"..\..\source\portable\mplab\pic32mx" -I"..\..\source\include" -D__DEBUG -D__MPLAB_DEBUGGER_PIC32MXSK=1 -g -DMPLAB_PIC32MX_PORT -Wall -fomit-frame-pointer
Executing: "C:\Program Files\Microchip\MPLAB C32 Suite\bin\pic32-gcc.exe" -mprocessor=32MX460F512L -x c -c "..\Common\Minimal\GenQTest.c" -o"./output\GenQTest.o" -MMD -MF"./output\GenQTest.d" -I"." -I"." -I"..\common\include" -I"..\..\source\portable\mplab\pic32mx" -I"..\..\source\include" -D__DEBUG -D__MPLAB_DEBUGGER_PIC32MXSK=1 -g -DMPLAB_PIC32MX_PORT -Wall -fomit-frame-pointer
Executing: "C:\Program Files\Microchip\MPLAB C32 Suite\bin\pic32-gcc.exe" -mprocessor=32MX460F512L -x c -c "..\Common\Minimal\flash_timer.c" -o"./output\flash_timer.o" -MMD -MF"./output\flash_timer.d" -I"." -I"." -I"..\common\include" -I"..\..\source\portable\mplab\pic32mx" -I"..\..\source\include" -D__DEBUG -D__MPLAB_DEBUGGER_PIC32MXSK=1 -g -DMPLAB_PIC32MX_PORT -Wall -fomit-frame-pointer
Executing: "C:\Program Files\Microchip\MPLAB C32 Suite\bin\pic32-gcc.exe" -mprocessor=32MX460F512L -x c -c "main_full.c" -o"./output\main_full.o" -MMD -MF"./output\main_full.d" -I"." -I"." -I"..\common\include" -I"..\..\source\portable\mplab\pic32mx" -I"..\..\source\include" -D__DEBUG -D__MPLAB_DEBUGGER_PIC32MXSK=1 -g -DMPLAB_PIC32MX_PORT -Wall -fomit-frame-pointer
Executing: "C:\Program Files\Microchip\MPLAB C32 Suite\bin\pic32-gcc.exe" -mprocessor=32MX460F512L -x c -c "..\..\Source\timers.c" -o"./output\timers.o" -MMD -MF"./output\timers.d" -I"." -I"." -I"..\common\include" -I"..\..\source\portable\mplab\pic32mx" -I"..\..\source\include" -D__DEBUG -D__MPLAB_DEBUGGER_PIC32MXSK=1 -g -DMPLAB_PIC32MX_PORT -Wall -fomit-frame-pointer
Executing: "C:\Program Files\Microchip\MPLAB C32 Suite\bin\pic32-gcc.exe" -mprocessor=32MX460F512L -x c -c "main_blinky.c" -o"./output\main_blinky.o" -MMD -MF"./output\main_blinky.d" -I"." -I"." -I"..\common\include" -I"..\..\source\portable\mplab\pic32mx" -I"..\..\source\include" -D__DEBUG -D__MPLAB_DEBUGGER_PIC32MXSK=1 -g -DMPLAB_PIC32MX_PORT -Wall -fomit-frame-pointer
Executing: "C:\Program Files\Microchip\MPLAB C32 Suite\bin\pic32-gcc.exe" -mprocessor=32MX460F512L "output\main.o" "output\ParTest.o" "output\RegisterTestTasks.o" "output\lcd.o" "output\serial.o" "output\serial_isr.o" "output\timertest.o" "output\timertest_isr.o" "output\IntQueueTimer.o" "output\IntQueueTimer_isr.o" "output\printf-stdarg.o" "output\port.o" "output\port_asm.o" "output\queue.o" "output\tasks.o" "output\list.o" "output\blocktim.o" "output\comtest.o" "output\semtest.o" "output\QPeek.o" "output\IntQueue.o" "output\heap_2.o" "output\GenQTest.o" "output\flash_timer.o" "output\main_full.o" "output\timers.o" "output\main_blinky.o" -o"./output\RTOSDemo.elf" -O3 -Wl,--defsym=__MPLAB_BUILD=1,--defsym=__MPLAB_DEBUG=1,--defsym=__MPLAB_DEBUGGER_PIC32MXSK=1,--defsym=_min_heap_size=0,--defsym=_min_heap_size=0,-Map="./output\RTOSDemo.map"
Executing: "C:\Program Files\Microchip\MPLAB C32 Suite\bin\pic32-bin2hex.exe" "C:\Users\vignesh\Desktop\FreeRTOSV7.1.1\Demo\PIC32MX_MPLAB\.\output\RTOSDemo.elf"
Loaded C:\Users\vignesh\Desktop\FreeRTOSV7.1.1\Demo\PIC32MX_MPLAB\.\output\RTOSDemo.elf.
----------------------------------------------------------------------
Debug build of project `C:\Users\vignesh\Desktop\FreeRTOSV7.1.1\Demo\PIC32MX_MPLAB\RTOSDemo.mcp' succeeded.
Language tool versions: pic32-as.exe v2.01, pic32-gcc.exe v2.01, pic32-ld.exe v2.01, pic32-ar.exe v2.01
Preprocessor symbol `__DEBUG' is defined.
Target debug platform is `__MPLAB_DEBUGGER_PIC32MXSK=1'.
Tue Jun 12 02:28:56 2012
----------------------------------------------------------------------
BUILD SUCCEEDED

RE: Mounting FreeRTOS on PIC 32 bit mc

Posted by Vicky on June 12, 2012
I have build the FreeRTOS successfully and it was listed above.. How to view the output????,Tell some examples of applications using FreeRTOS on PIC32 USB II starter kit.

Thanks

RE: Mounting FreeRTOS on PIC 32 bit mc

Posted by Vicky on June 13, 2012
Can anybody please help with the procedure of how to build a web server for freertos on pic32

Thanks
Vicky

RE: Mounting FreeRTOS on PIC 32 bit mc

Posted by Vicky on June 14, 2012
Hello,

Is it possible to implement web server on pic32 using FreeRTOS????

RE: Mounting FreeRTOS on PIC 32 bit mc

Posted by Dave on June 14, 2012
If there is an Ethernet or serial for slip of PPP, then yes, just like it would be for any other processor that had enough ROM and RAM. There are uIP and lwIP web server examples for FreeRTOS that could be ported to the PIC32 quite easily. There are also commercial solutions.

RE: Mounting FreeRTOS on PIC 32 bit mc

Posted by Vicky on June 14, 2012
Thank you..

But i am using PIC32 USB II starter kit..Is it possible???..if so can u please help

Vicky

RE: Mounting FreeRTOS on PIC 32 bit mc

Posted by Vicky on July 6, 2012
Hi,
Can anybody tell me some real time applications on pic32 usb II starter kit for freertos. this is final project.. I have to submit next week..so please help me around and reply me as soon as possible. I was searching this for a long time

Thanks in advance
Vicky


[ 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