AutoDevKit Ecosystem

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

AVAS - how to load an audio file with OpenOCD

#autodevkit hashtag#avas hashtag#openocd hashtag#mcu hashtag#spc5 hashtag#embedded hashtag#automotiveHere you are a quick guide to help you load the audio file in AEK-AUD-C1D9031 Avas board using the AEK-MCU-SPC5LNK programmer.AEK-AUD-C1D9031 - https...

Design Tip Hot Plug BMS board

Dear Members. The current BMS board design has not taken in consideration all the recommendation for a Hot Plug capable design. To make your system hot-plug resistant make sure to follow the recommendations below: Change the battery connector with a ...

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
  • 481 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 ...