2022-08-04 07:24 PM
Hi, may i know how to open the serial monitor on UDE STK ?
i have been search whole day to monitor my adc value but i didn't found the serial monitor.
Solved! Go to Solution.
2022-08-18 02:57 AM
If your serial demo is working fine, it means your pinmap and driver configurations are good
you should see this pinmap config:and this driver config:do the same configuration in your saradc demo, and it should work either.
Best regards
2022-08-16 08:28 AM
hello,
you can find a terminal in SPC5Studio in menue Winow->Show view->Other
then select terminal:and select the bad rate at 38400 for our Demos:
Best regards
2022-08-16 06:22 PM
why it do not print anything ? i try the example on SPC57S and successfully compile and connected but it does not show anything, it do not print the channel and value. May i know why?
2022-08-17 12:59 AM
Hello,
to use printf command as debug in your main program,
you need to add and configure this component to your project:
and configure the TX Serial pin PA[12] in Pinmap editor:
You can look at example Demo "SPC570Sxx_RLA SARADC Test Application for Discovery"
Best regards
2022-08-17 01:20 AM
Hi,
Is it correct the driver that i set? btw im using the the PD[14] as my serial pin.
2022-08-17 03:03 AM
So I suppose you are using SPC574S
then you also have to enable serial driver and configure in Low Level Driver the LinFlex3 as serial:
Best regards
2022-08-17 06:23 PM
yaa i already set the LinFlex3 in Low Level Driver but it do not show anything on serial. I try to check again the connection and try with the serial demos. The word HELLO WORLD just showing fine in my serial. But when i try to print my ADC value, it did'nt show anything
2022-08-18 02:57 AM
If your serial demo is working fine, it means your pinmap and driver configurations are good
you should see this pinmap config:and this driver config:do the same configuration in your saradc demo, and it should work either.
Best regards