DSPRelated.com
Forums

Re: remark : instruction may not execute correctl

Started by Tim Thorpe January 4, 2002

<> wrote:

> im using CCS 55x
> i got a remark while compiling a file as follows:
>
> This instruction may not execute correctly if the preceeding memory
> access modifies AC1 via an MMR access (see rev 1.0 silicon errata;
> CPU_37)

If you are testing code on the simulator, you can ignore
it, or make it go away by telling the compiler that you are
using something other than rev 1.0 silicon: use flag -v5510:2,
for example.

If you run the code on hardware, make sure the version flag
supplied to the compiler matches the hardware: you will then
have to read the silicon errata to decide whether any warnings
actually matter to your code.

Tim.

------------------------
Tim Thorpe Tel: +44 1223 240366
Fax: +44 1223 414402
------------------------