UDE STK DEBUGGER Serial monitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-08-04 7: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.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-08-18 2: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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-08-16 8: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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-08-16 6: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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-08-17 1:20 AM
Hi,
Is it correct the driver that i set? btw im using the the PD[14] as my serial pin.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-08-17 3: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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-08-17 6: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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-08-18 2: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
