Is it possible to use Printf in PSOC creator 3.3

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

Hi,

   

I would like to print My ADC value in the output window is it possible.

   

I have added  printf function in My App ,but ADC value not displayed in the output window.

0 Likes
1 Solution
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

You may use a UART component and the KitProg USB-UART bridge. Output to the UART (when designed correctly) can be displayed by terminal programs as PuTTY. Which Cypress kit are you exactly using?

   

 

   

Bob

View solution in original post

0 Likes
3 Replies
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

You may use a UART component and the KitProg USB-UART bridge. Output to the UART (when designed correctly) can be displayed by terminal programs as PuTTY. Which Cypress kit are you exactly using?

   

 

   

Bob

0 Likes
Anonymous
Not applicable

I was using the custom board,Is it possible to use the console print for Debugging?

   

if yes,how to use it.

0 Likes
HeLi_263931
Level 8
Level 8
100 solutions authored 50 solutions authored 25 solutions authored

AFAIK its not possible to get output from a debugged PSoC into the output window of Creator.