sangu-lisa wrote on Wednesday, October 10, 2012:
Dear All,
I am new to porting of FreeRTOS.
Can somebody tells me the basic step wise procedure of porting FreeROTS on a microcontroller
Regards
Lisa
sangu-lisa wrote on Wednesday, October 10, 2012:
Dear All,
I am new to porting of FreeRTOS.
Can somebody tells me the basic step wise procedure of porting FreeROTS on a microcontroller
Regards
Lisa
rtel wrote on Wednesday, October 10, 2012:
http://www.freertos.org/Creating-a-new-FreeRTOS-project.html
http://www.freertos.org/porting-a-freertos-demo-to-different-hardware.html
http://www.freertos.org/FreeRTOS-porting-guide.html
Regards.
westmorelandeng wrote on Friday, October 12, 2012:
Lisa,
In general, the single most important thing you can do first is getting your main (possibly only) timer interrupt working and verifying that it works. Blinking an LED at a standard rate and using a stopwatch to verify is a good step too - or just toggling an I/O and watching it on a scope to verify you have your basic timing working is the first, most important step, IMHO.
Good Luck - FreeRTOS is a lot of fun!
John W.
sangu-lisa wrote on Monday, October 15, 2012:
Dear John,
is there a demo application for the same you mentioned ?
i have asked a question regarding same. ( reply no 12) in https://sourceforge.net/projects/freertos/forums/forum/382005/topic/5999440/index/page/1
please suggest me.
Regards
Lisa
rtel wrote on Friday, October 19, 2012:
Lisa,
Sorry - didn’t know you’d replied. What hardware do you have?
There’s a PC app you can try - maybe you should start there.
Have you downloaded the example code in SVN?
Regards,
John