could not convert main from the host encoding (CIP252) to UTF-32

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

could not convert main from the host encoding (CIP252) to UTF-32

968 Views
VishalAvg
Contributor II

Hello,

I have designed one product using MK64FN1M0VDC12 chip.

I am using MCU-link Debugger probe to flash firmware and it successfully flashes my code but when I click on RUN mode then my code does not work. It got stuck in Clock routine() module and showing "could not convert main from the host encoding (CIP252) to UTF-32"  in debugger console of MCUXpresso IDE.

Please suggest me some solution regarding this.

0 Kudos
Reply
1 Reply

938 Views
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello @VishalAvg 

Thanks for contacting us.
Please try the following suggestions:

  1. Check the project encoding settings as shown below. Make sure it's set to UTF-8 or inherited from the workspace.

     

Alice_Yang_0-1760583517011.png

2.Clean the project, then create a new IDE workspace and import the project to test.

3.Update the debugger firmware using the LinkServer utility.

4.If the issue still persists, please try testing with a simple SDK example project to isolate the problem.

Let me know if you need help with any of these steps!

 

BR

Alice

0 Kudos
Reply