This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Code Loader Issues

All,
We are designing a "loader" for field firmware updates. Unfortunately we do not have the code space (P89C668) to have two sets of code in on-chip flash. Therefore we will use a scheme where we have the loader code located in sector one and all the ISRs in sector zero as the loader will use interrupts. The rest of the application will be in sectors 2 and up.

The loader will erase the upper sectors and program the new code there. It will then erase sector zero and reprogram the vector table and the ISRs. Block one, the loader, will remain unchanged.

Questions:
I think I can locate the code in sector one and the ISRs in sector zero using user classes. I have done this with some ARM code in uVision. How can I be sure that the loader will have all the run-time modules it needs in sector zero? In other words, I cannot have the loader calling code in sectors that have been erased. It will have to be completely self contained except for the ISRs.

Is this a reasonable plan? Anyone have a better way to do this?

Rich

Parents Reply Children
  • DUH! If it is a InBootLoad bit, the BootLoader must have to set it, right?

    Since Keil uses this bit for their own internal uses ... much like I did ... and the compiler never generates code for it, it seemed to be a good choice for this example.

    Jon made a comment one time that stated that you and Andy are two of only a handful of people who really understand this micro.

    If that is so, and you are a frequent supplier of info in this forum ... it would be nice if you would share your wisdom rather than scorn.

    I was just trying to help out.

  • "Jon made a comment one time that stated that you and Andy are two of only a handful of people who really understand this micro."

    I think he actually said:

    "There are only 4 developers in the world who understand and get benefit from PDATA (Andrew, Graham, Drew, and Eric) :-)"
    http://www.keil.com/forum/docs/thread3882.asp

  • All, I know this thread is several months old, but it has recently provided me a technique for our BootLoader to use, but there is an issue to be considered.

    First, Bob, thank you very much, this is a cleaver techique and to the best I can invision so far, it appears to be solid. This will allow us to have ISR's in the BootLoader.

    We will be loading this FakeInt into sector 0 during manufacturing setup and it will never change. The extra 256 bytes in sector 0 will also store some constant board information (serial number, ...).

    The issue: We found that when you perform a type cast of a float, the F0 bit will get reset back to 0. I contacted Keil support on this issue and they confirmed that F0 is used by their libraries. They referred me to this support page http://www.keil.com/support/docs/2893.htm , which references using UD:F1 as a bit for users to safely use.

    Danny

  • "it would be nice if you would share your wisdom rather than scorn."

    The problem is that you have achieved the impossible. If you had admitted earlier in the thread that it couldn't be done everything would have been fine, but instead you've had the temerity to post a solution.

    Shame on you!

  • >i>Q:
    what (re)set F0?

    A:DUH! If it is a InBootLoad bit, the BootLoader must have to set it, right? .... it would be nice if you would share your wisdom rather than scorn."

    Now, Stefan I challenge you to find ANYWHERE in this thread before my question whare it is stated that F0 is "a InBootLoad bit".

    I suggest you save your bile for those that get p***ed off when the one that try to help does not have ESP to percieve what is not stated in the question.

    Erik

    Note
    This message was edited because of rude or abusive language.

  • "Now, Stefan I challenge you to find ANYWHERE in this thread before my question whare it is stated that F0 is "a InBootLoad bit"."

    Uh, ok - from Bob's first post:

    "The actual interrupt code uses the same scheme that RTX uses ... ie. we set a bit (RTX uses F0) to indicate that we are in the boot."

  • scheme that RTX uses ... ie. we set a bit
    (RTX uses F0)


    this states that "we" use "a bit"

    and it states that

    RTX uses F0

    WHERE does it state which bit "we" use?

    Erik

    I have no problem asking, I just have a problem when the one that ask for help get p***ed at me because he can not express himself clearly. The fact that you, Stefan, immediately jump on the wagon does not make it any better.

    Note
    This message was edited because of rude or abusive language.

  • "WHERE does it state which bit "we" use?"

    Well, taking the quote as a whole I think it's pretty clear. Chopping the quote up into little bits is bound to suck out all the meaning, a favourite technique for trying to find non-existent support for one's argument.

    Anyway, this is all an irrelevant smokescreen. What Bob was complaining about was not your failure to understand what he said, but your insistance in your previous posts that what he has done could not be achieved.


    "The fact that you, Stefan, immediately jump on the wagon does not make it any better."

    I waited nearly ten months.
    "I have no problem asking, I just have a problem when the one that ask for help get p***ed at me because he can not express himself clearly."

    Oh dear, you're all confused again. The one who 'got p***ed' at you was not the person asking for help, it was the one who offered a solution but was treated with scorn.

    Note
    This message was edited because of rude or abusive language.

  • "WHERE does it state which bit "we" use?"

    Well, taking the quote as a whole I think it's pretty clear


    I use soap, and so does joe who uses Dial.

    Does that tell you which soap I use.

    Erik

  • "I use soap, and so does joe who uses Dial.

    Does that tell you which soap I use."

    Is this supposed to be an analogy?

    I don't really know why you're obsessing about this F0 thing, I've never had any issue with it. However, as you seem determined to flog it to death:

    This is what the chap said:

    "The actual interrupt code uses the same scheme that RTX uses ... ie. we set a bit (RTX uses F0) to indicate that we are in the boot."

    He then gave a code snippet with the following line:

    "Jnb F0,$+5"

    Frankly I cannot see what you difficulty is in understanding this, and was quite surprised when you challenged me out of the blue to quote it.

  • I don't really know why you're obsessing about this F0 thing, I've never had any issue with it. However, as you seem determined to flog it to death:

    I am not "obsessing about this F0 thing", I am referring to the fact that the posters inability to post clearly and his reaction to my lack of ESP made him post:

    DUH! If it is a InBootLoad bit, the BootLoader must have to set it, right? ..... If that is so, and you are a frequent supplier of info in this forum ... it would be nice if you would share your wisdom rather than scorn.
    which you decided to repeat for no other purpose than to find another way to show how "humane" or whatever you are compared to me.

    Anyhow, I suggested in another thread that you stop challenging me on non-trechnical issues so i can stop responding to your crap ("your crap" does NOT refer to your technical contributions which, generally, seem quite qualified)

    Erik

  • "Anyhow, I suggested in another thread that you stop challenging me on non-trechnical issues so i can stop responding to your crap"

    In the threads you are referring to I responded to posts by people other than yourself. In neither response did I make any reference to you.

    You are the one who has initiated our exchange of posts in both these threads, the topic of which has been dictated by you, and which, I might add, has not exactly been technical.

    You are the one with the power to decide whether you want to post or not. Use it!

  • Gentlemen,
    While this is soooooo entertaining, perhaps, at this point in the conversation, it should be taken offline.

    Rich

  • richard,

    see my post in other thread

    Erik

  • But, of course, if Stefan, as suggesated before and now again, used e-mail you goys would not see how great he was.

    Erik