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

Configure PWM using eMIOS0 Channel 7

When I look in the eMIOs Settings of the SPC560Bxx HAL Driver Component, I can only activate eMIOs group 0 (Channel 9..15) or Group1 (Channels 17..23) but as per my requirement i have to use Channel 7. But channels 0 to 7 can only be activated by IC...

Rajesh_ by Associate II
  • 601 Views
  • 1 replies
  • 0 kudos

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