imx1062 can't wake up from low power mode when data in 0x20200000

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

imx1062 can't wake up from low power mode when data in 0x20200000

1,077 Views
nwz88348
Contributor II

I change 0x20000000 to 0x20200000 and 0x20200000 to 0x20000000

1061 with freertos in "Low Power Idle mode",can't use gpio to wakeup

nwz88348_1-1641633284793.png

 

0 Kudos
4 Replies

1,058 Views
jeremyzhou
NXP Employee
NXP Employee

Hi,
Thank you for your interest in NXP Semiconductor products and for the opportunity to serve you.
I'd like to know what modification you did in addition above change, further, did you test in debug mode?
Have a great day,
TIC

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

 

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 Kudos

1,052 Views
nwz88348
Contributor II

yes, I test in debug mode but no more changes

cpu : mimx1061 clv5a

0 Kudos

1,043 Views
jeremyzhou
NXP Employee
NXP Employee

Hi,
Thanks for your reply.
Actually, I'm not sure the root cause, however, I think you'd better modify the below two options besides your previous modification.

jeremyzhou_0-1641957700829.pngjeremyzhou_1-1641957764728.png

Furthermore, the issue may be related to the on/off option of the PDRAM1.

jeremyzhou_0-1641967520070.png


Last, I'm curious why you run the code in the RAM to test low power mode.

Have a great day,
TIC

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

 

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 Kudos

1,022 Views
nwz88348
Contributor II

Thanks for you answer, I added "ocram clock"  and it worked fine(keil and eclipse both ok)

specific.c

nwz88348_0-1642144658381.png

 

nwz88348_1-1642144868465.png