RT1021 flashloader: debug_uart_print() is missing

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

RT1021 flashloader: debug_uart_print() is missing

Jump to solution
629 Views
JamesNgo
Contributor III

I enabled debug trace on UART1 as an option in flashloader. There's a API debug_uart_print() referenced in debug_util.c file but does NOT exist I need your help to locate it:

JamesNgo_0-1695833505036.png

Thanks

0 Kudos
Reply
1 Solution
521 Views
Miguel04
NXP TechSupport
NXP TechSupport

Hi @JamesNgo 

Sorry for the late reply, I've been reviewing the issue and this is what I was able to find:

On the RT1021 flashlaoder example the body of the function is missing, however I found it on the RT1060 SDK, see image bellow.

Miguel04_0-1696876267670.png

This is from the hardware_init_MIMXRT1062.c file, I'll report this issue with my team, do you need this function or you have the inquiry where is the "body"? 

Thank you for your contribution.

Best Regards, Miguel.

View solution in original post

3 Replies
601 Views
Miguel04
NXP TechSupport
NXP TechSupport

Hi @JamesNgo 

Are you refering to the body of the function or where is it declared?

Best Regards, Miguel.

0 Kudos
Reply
594 Views
JamesNgo
Contributor III

The "body" of the function is missing. 

0 Kudos
Reply
522 Views
Miguel04
NXP TechSupport
NXP TechSupport

Hi @JamesNgo 

Sorry for the late reply, I've been reviewing the issue and this is what I was able to find:

On the RT1021 flashlaoder example the body of the function is missing, however I found it on the RT1060 SDK, see image bellow.

Miguel04_0-1696876267670.png

This is from the hardware_init_MIMXRT1062.c file, I'll report this issue with my team, do you need this function or you have the inquiry where is the "body"? 

Thank you for your contribution.

Best Regards, Miguel.