hello, i am working on FRDM-K82F freedom board on keil V5.23 with freeRTOS example. i have downloaded code (DPF pack) from the NXP site.
while simulating the code(without hardware) on keil printf statement doesnt print anything and it also goes into the infinite execution.
i want output of printf statement in simulation(without hardware)- please suggeste a way, if possible?(if i execute same program with hardware, will i directly get output of printf?, i am yet to purchase the hardware).
Thank you very for reply. Using ITM i am able to print using printf in a debug(serial window).