AutoDevKit Ecosystem

Ask questions and find answers on the AutoDevKit solution. Discuss voltage configurations, motor control, and AutoDevKitStudio programming.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! SPC58EC No JTAG client found ! in windows 10

Dear community members, I am following the tutorials from ST via: https://www.youtube.com/watch?v=4Vn_cRUfRag&list=PLnMKNibPkDnEju3j_qhe-MFK-NnwD_kuP&index=7&ab_channel=STMicroelectronics I am currently using SPC58EC but when I load workspace from UD...

trishuynh_0-1716714115632.png trishuynh_1-1716714144960.png
trishuynh by Associate III
  • 2208 Views
  • 3 replies
  • 0 kudos

Timeout functions

Hi community,I have implemented AVAS, I am getting the output as expected but with one issue that even after I stop communication in the CANoe , I am getting the sound continuously.I wanted to know two things1. Do we have any API that stops the sound...

SPC5 UART Oversampling

Hey there,i'm trying to get a higher Baudrate for UART on the SPC582B. The datasheet says that i have to set the oversampling rate to 6, to get a maximum Baudrate of 13.33.to set the Oversampling i should set the bits in the UARTCR register, for CSP,...

PNeub2_0-1715777676185.png PNeub2_1-1715777850029.png PNeub2_2-1715778083919.png PNeub2_3-1715778125547.png
PNeub.2 by Associate II
  • 816 Views
  • 2 replies
  • 0 kudos

Resolved! Breakpoints are working only at core2

Hello,I am trying to debug a code that are running in core0 and core1. I inserted a breakpoint inside main_core0() and main_core1() infinite loop, but the debugger does not stop on breakpoints. In the core2 the debugger stops on breakpoint.I am sure ...