RT1064 gets stuck at the main eLCDIF read_qos priority setting when bootloader added

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

RT1064 gets stuck at the main eLCDIF read_qos priority setting when bootloader added

698 Views
Meera_123
Contributor II

My main application evkmimxrt1064_littlevgl_guider at the location of 0x7001000 and my bootloader is at 0x70000000 which has the size of 33kb.

Whenever I run main application at the starting location 0x70000000 everything works fine, but when I add bootloader and then application my controller gets stuck at the stating of

 *((volatile uint32_t*) 0x41044100) = 5; this which is eLCDIF read_qos priority setting and goes to the MemManage_Handler(). I tried with the different combination of read_qos priority but nothing works for me.

Labels (1)
Tags (2)
0 Kudos
3 Replies

689 Views
jeremyzhou
NXP Employee
NXP Employee

Hi,
Thank you for your interest in NXP Semiconductor products and for the opportunity to serve you.
Before answering your question, I was wondering if you can introduce your testing environment, such as board, demo codes, IDE, etc.
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

684 Views
Meera_123
Contributor II

Hi as I have already mentioned in my question that, I am working on custom board with mimxRT1064 controller. And I am working on the example evkmimxrt1064_littlevgl_guider with mcu expresso IDE.

0 Kudos

660 Views
jeremyzhou
NXP Employee
NXP Employee

Hi,
Thanks for your reply.
Does the MemManage_Handler() still raise when commenting out the

*((volatile uint32_t*) 0x41044100) = 5; ?
Further, I was wondering if you can upload the demo project of the bootloader.
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