Hello,
I want use OpenSDA like a USB-UART converter to comunicate with PC.
This was a simple task when used PE and KDS.
However trying do this in MCUXpresso with FRDM-KL25Z and KSDK2, a semihosting message had appears in IDE console, and the program debbuger goes to HardFault_Handler.
I want to know how disable semihosting in MCUXpresso to use normally UART0 through OpenSDA.
Solved! Go to Solution.
Hi Matheus:
Please uncheck the semihost option when you import the projects
next uncheck the redirect SDK printf to C library printf. You can redirect printf to UART
Regards
Daniel
Hi Matheus:
Please uncheck the semihost option when you import the projects
next uncheck the redirect SDK printf to C library printf. You can redirect printf to UART
Regards
Daniel
How do you change these settings after the project has been created?
Hello Kevin,
Please see the image below.
Select your project on the Project Explorer > Miscellaneous > Quick Settings > SDK Debug console > UART console
Regards,
Victor.
Thank you for the response.
I also found https://community.nxp.com/docs/DOC-334074
Thanks Daniel!