jn5189dk6_hello_world debug to terminal

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

jn5189dk6_hello_world debug to terminal

578 Views
davidatworkandp
Contributor I

Hello we are using Windows 10 computer JN5189 chip, MCUXpresso IDE  running jn5189dk6_hello_world example. Are problem is that one windows machine will generate a bin file that will work and we get hello world back to terminal where the others repeating the same process will not. The only conceivable difference we noticed is in the properties for jn5189dk6_hello_world in C/C++ Build section, in the one that works Build command: make -r -j2 . In the ones that don't work have Build command: make -r -j4. Any suggestions to what is going wrong with the Windows machines that wont generate a viable bin file and do the differences in  build commands have any importance.

0 Kudos
2 Replies

559 Views
Ricardo_Zamora
NXP TechSupport
NXP TechSupport

Hi,

 

Hope you are doing well. Could you please clarify your problem?

Your problem is that in some computers it does not generate the bin file? Or that the bin file is generated but "doesn't work"?

 

Best Regards,

Ricardo

0 Kudos

518 Views
davidatworkandp
Contributor I

Hello we have sorted are problem out. It was to do with what options were selected on importing project into IDE. For us selecting UART option in the Project Options field sorted debug to terminal on what ever computer we are using to generate the bin file. Thank you for your help David.

0 Kudos