Automotive MCUs

Ask questions and find answers on automotive microcontrollers like the SPC58 and their tools, such as the SPC5 Studio and how to implement JTAG unlocking.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! How to install your Root Certificate in StellarStudio JRE

When installing some StellarStudio  plugins http://*.srxstudio.org , you can meet the issue : sun.security.validator.ValidatorException: PKIX path building failed  It is typical IT Issue :face_screaming_in_fear:  in each corporate company. “"Path bui...

StellarStudio SR5E1 support is open to the mass market !

Dear all,   We are thrilled to announce that as of today, March 1st, 2024, SR5E1 device support in StellarStudio is available to the mass market !   This means that any user can effortlessly download the official StellarStudio installation packag...

preview.png

How to configure flex pwm pins for PWMX.

I am working on SPC56xL Discovery+ kit(spc56el70l5) and i'm unable to generate pwm signal on PWMX pins. We are able to generate pwm signals on PWMA & PWMB pins respectively but not on PWMX pins.

Ray1 by Associate II
  • 768 Views
  • 3 replies
  • 0 kudos

The behavior of UART register of Chorus 4M

Hi,  I checked UART register of Chorus 4M my environment.If I would like to set AUTOWU bit in LINCR1 register, is following sequence right?linflexlp->LINCR1.R = 1; /* enter INIT mode */linflexlp->LINCR1.R = 0x1001; /* set AUTOWU */linflexlp->LINCR1.R...