With MPC5676R, Optimization() function has malfunction

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

With MPC5676R, Optimization() function has malfunction

1,530 Views
jaehak9708
Contributor II

Hi, I'm using MPC5676R with trace32, 

The example code "XPC567XRKIT-PinToggleStationery-V0_7" has optimization.c and optimization.h files. 

when OPTIMIZATIONS_ON = 1 , Optimizations() function will be executed to enable cache. 

but, When I call the MMUSRAMIsCacheable(), the operation is weird. 

I can't change any member variables of struct, but other global variables can be changed in trace32 WATCH window. 

pastedImage_2.png

I thought that the code in MMUSRAMIsCacheable() function is wrong, but I don't know what it does mean.

In AN4324, the SRAM code is different with the example MMUSRAMsCacheable() code. 

pastedImage_3.pngpastedImage_4.png

When I change the code according to AN4324, It does not affect. 

What is the reason about these phenomenon?

Labels (1)
0 Kudos
7 Replies

1,377 Views
rweiss
Contributor IV

Hi,

- does the write access fail while core running, halted or both?

- how does it fail? E.g. error message?

- is macro DCACHE_COPYBACK_MODE also set?

- what is the address of the failing access?

Regards,

Reinhard

0 Kudos

1,377 Views
jaehak9708
Contributor II

Hello~ 

-The write access is successful when core is halted, but not running. 

  so I have to pause to change values

- It dose not alert error message

- DCACHE_COPYBACK_MODE is disabled, it must be write through method 

- How can I see the address of the access?

Regards, 

jaehak Kim

0 Kudos

1,377 Views
rweiss
Contributor IV

Please try with

SYStem.Option NexusMemoryCoherency ON

On MPC5676R and MPC5777C, this setting willconfigure the debugger to tell the CCU that the caches have to be snooped for this the memory access. This setting is only allowed if the processor is configured to write-through mode, like in your case.

Best regards,

Reinhard

0 Kudos

1,377 Views
jaehak9708
Contributor II

Thank you for your response!

But It does not work.

The command button does not appear in system window and I cannot think it was taken effect

when I input the command in command window. 

Regards,

Jaehak Kim

0 Kudos

1,377 Views
rweiss
Contributor IV

Please check if the application set up the CCU. It should be configured this way:

pastedImage_1.png

0 Kudos

1,377 Views
davidtosenovjan
NXP TechSupport
NXP TechSupport

Hi, I just checked it and I don't see any issue.

I guess it could have something to do with access class attributes in the TRACE32 setting. Try to investigate

If you show me specific case when the issue happens I could try it here.

0 Kudos

1,377 Views
jaehak9708
Contributor II

OK I'll check it, thanks :smileyhappy:

0 Kudos