View previous topic :: View next topic |
Author |
Message |
dietmar Guest
|
RTOS with bootloader... |
Posted: Fri Jul 01, 2005 11:08 am |
|
|
Hi i want to use the RTOR real time operating system on my pic and want to program it with the ccs bootloader. for me, this means inculding the <bootloader.h> and go... but it doesnt work. After programming the pic, i cannot bootload any other program on that pic. seems as if the bootloader doesnt work any more.... the rtos source code can be found on this forum too. so does somebody have a solution for that problem??? thanks....Dietmar! |
|
|
dietmar again Guest
|
hmm, no answer... |
Posted: Sat Jul 02, 2005 4:19 pm |
|
|
well, this is dietmar again... does noone hav a solution for this problem? may it be that static variables must not be used? can any code in the rtos found in Library section of this forum manipulate the bootloader??? |
|
|
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
|
Posted: Sat Jul 02, 2005 11:05 pm |
|
|
Quote: | I want to use the RTOR real time operating system on my pic and
want to program it with the ccs bootloader. |
Well, Dietmar, I assume this is the RTOS code you're referring to:
http://www.ccsinfo.com/forum/viewtopic.php?t=21407
That post consists of hundreds and hundreds of lines of code.
If it doesn't work, you should PM or email the person who posted it.
He posted his email address right there.
Quote: | For me, this means including the <bootloader.h> and go...
but it doesn't work. |
Well, that's not surprising.
My advice is to get each program working separately. Once you
have done that and you understand them completely, then try to
to put them together. |
|
|
|