Username:     
Password:     
            Register  

Projects
Simple freeRTOS demo on Primer2 0.1
 
Shows a simple freeRTOS demo on Primer2

Code size: Author:ariffehsan
Source files included:yes Version:0.1
Use circleOS:no Creation date:2009-09-15 00:43:18
Hardware modification:no Modification date:2009-09-16 00:12:04
Based on the STM32 Primer:Primer2
   
Downloads:698 Views:3486
   
Vote:
Average ratings:0/5 (0 rates)

Download:    Simple-freeRTOS-demo-on-Primer2-0.1.zip (149 KB)

Description:

This project shows a simple demo of freeRTOS on Primer2.

There are two tasks created in this project. The first task is used to blink the LED0 at a rate of 500ms. While the second task flash the LED1 for every 3000ms.

Hope it will help others get to learn freeRTOS on Primer2 \"\".

ariff_ehsan.

p/s: extract the file into freeRTOS Demo folder.



Project comments

I give up                                                                                                             Please, log you to post a reply.
#1   2009-11-11 16:58:12
themanix
Member

Offline

too many problems to fix...I give up

 
#2   2009-11-18 01:42:34
ariffehsan
New member

Offline

can you tell me what's your problem?

 
#3   2009-11-18 15:56:56
themanix
Member

Offline

Seems that the project is using real path instead of logical.

I obviously do not have the following directory
C:\Documents and Settings\ariffehsan\My Documents\ . . .

Tried to correct that manually and manage to compile parts of it but failed elsewhere, fix that and failed somewhere else. I gave up and tried directly the demo from FreeRTOS, that one compiled ok.

I was hopping to get something working but so far I have not had time for that yet.

 
#4   2009-11-25 14:14:39
ariffehsan
New member

Offline

normally, that problem came from include directory properties.
but i think, there shouldn't be a problem with that.

i've tried to compile the project in different rtos dir, and it works.
no error in compiling the project.

make sure you extract the folder into <rtos dir>/demo folder.

 
#5   2009-11-27 17:41:10
themanix
Member

Offline

might be useful for someone else. In my case I gave up...

but thanks

 

Cannot compile freeRTOS                                                                                                             Please, log you to post a reply.
#1   2009-10-06 12:47:08
ivocosta
New member

Offline

Hi     ariffehsan,

Its possible to send the demo already in the folder with the freeRTOS demo? because i extract the file to freeRTOS Demo folder and i can't compile it!

Best regards

icosta

 
#2   2009-10-07 12:13:24
ariffehsan
New member

Offline

hi icosta,

Can you describe what is your problem?

Normally, the problem is about your project directory, the location of you freeRTOS folder.
For example, in my computer, i put the freeRTOS folder in my document with my own user name. That will be different directory for you.

Thanks.

 
#3   2009-10-21 08:36:39
wangyuan_avr
New member

Offline

just to see  freertos , Thanks

 


To add comments, please register you.