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

Flash programming problem

I've finished debugging my program in RAM memory with keil monitor166 and everything works perfect,now I am trying to run it from flash. It writes into flash well, but when I am trying to start executing the program is executing just a part of my program do you have an idea about this problem, how can i configure my flash memory so that my program will work fine?

Parents
  • You forgot to post any information, so how will anyone be able to help?

    What was the working RAM settings?
    What is the failing flash settings?
    What does the map file look like?
    Where does the application fail?
    How do you know the flash writing is ok?
    What have you done to try to figure out the problem?
    Will a smaller application work?
    Does it matter if you use interrupts?
    What tool versions do you use?
    Which specific chip?
    Anything special with your hardware?
    ...

Reply
  • You forgot to post any information, so how will anyone be able to help?

    What was the working RAM settings?
    What is the failing flash settings?
    What does the map file look like?
    Where does the application fail?
    How do you know the flash writing is ok?
    What have you done to try to figure out the problem?
    Will a smaller application work?
    Does it matter if you use interrupts?
    What tool versions do you use?
    Which specific chip?
    Anything special with your hardware?
    ...

Children