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 Write Using Code

My Flash Write Library is working fine when iam using Level 8 Optimization in Keil Compilor but when i use constant folding(Level 0) it was not working kindly give me a solution.

Thanks in Advance

Parents
  • Simple solution; don't use constant folding (Level 0) ;)

    Or, narrow down the problem by reducing the code to an absolute minimum while still exhibiting the fault and look at the code produced to determine whether it is a compiler problem or a coding problem.

Reply
  • Simple solution; don't use constant folding (Level 0) ;)

    Or, narrow down the problem by reducing the code to an absolute minimum while still exhibiting the fault and look at the code produced to determine whether it is a compiler problem or a coding problem.

Children