*******************************************************************************
The purpose of this demo application is to present a usage of the
Printf Semihosting for the S32K3xx MCU.
------------------------------------------------------------------------------
* Test HW: S32K3X2EVB-Q172
* MCU: S32K312
* Compiler: S32DS3.5
* SDK release: RTD 3.0.0
* Debugger: PE micro
* Target: internal_FLASH
********************************************************************************
Create New project :--
Select Semi hosting library in project Properties :--
In Debugger setting :---
Include file :--
#include <stdio.h>
Output :--
Hi @Dinesh_Guleria ,
Thanks for the information. It works but only with debugger.
I cannot run the code without debugger with given settings.
It runs without debugger when I select "libraries support" as non semihosting options like newlib or newlib nano.
What could you suggest?