dsp56802  - error on write PLLCR

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

dsp56802  - error on write PLLCR

跳至解决方案
1,893 次查看
MBC
Contributor II
Hello, I am a beginner. I encountered a problem when performing code. Please help to fix this.
 
When step-by-step debugging code in the debugger an error occurs: "Error occured while trying to step the target out of an address range"
 


F_EntryPoint:

        orc     #4096,X:IPR

        move    X:GPR15,X0

        andc    #-769,X0

        orc     #1024,X0

        move    X0,X:GPR15

        orc     #61440,X:PLLCR

        orc     #64,X:DFIU_CNTL

        move    X:$103f,X0

        move    X0,X:ISOCTL

        andc    #65471,X:DFIU_CNTL

        andc    #65531,X:PLLCR

_L8:

        bftstl  #4,X:PLLSR

        bhs     _L8

        movei   #129,X:PLLCR

        movei   #0,X:CLKOSR

        movei   #8487,X:PLLDB

_L12:

        bftstl  #32,X:PLLSR

        blo     _L12

        movei   #130,X:PLLCR

        ;on this step occured error

        ;after this PLLCR takes value 17 (decimal)

        jmp     Finit_56800_

        rts     

标签 (1)
标记 (1)
0 项奖励
回复
1 解答
779 次查看
trytohelp
NXP Employee
NXP Employee

Hi,

This is not easy to determine the cause of the problem.
The better way will be to log it directly in the Technical support system.
Please use Freescale on line support web page.
  - Go to following URL: http://www.freescale.com/TechSupport
  - Click on Submit a Service Request. You will come to a login page.
  - You can submit your request through the web from there.

Please provide us more details about the Tool version used.
To do that you must:
* CW:
Start the IDE and click on Help | About Metrowerks CodeWarrior.
Click on Installed Products 
Provide us all info displayed.
Or you can save them in a txt file.

Can you please provide us your example reproducing the issue ?

Pascal

在原帖中查看解决方案

0 项奖励
回复
1 回复
780 次查看
trytohelp
NXP Employee
NXP Employee

Hi,

This is not easy to determine the cause of the problem.
The better way will be to log it directly in the Technical support system.
Please use Freescale on line support web page.
  - Go to following URL: http://www.freescale.com/TechSupport
  - Click on Submit a Service Request. You will come to a login page.
  - You can submit your request through the web from there.

Please provide us more details about the Tool version used.
To do that you must:
* CW:
Start the IDE and click on Help | About Metrowerks CodeWarrior.
Click on Installed Products 
Provide us all info displayed.
Or you can save them in a txt file.

Can you please provide us your example reproducing the issue ?

Pascal

0 项奖励
回复