Automotive MCUs

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

Check Stop reset in bootloader mode in SPC560B

I’m working on an SPC560B MCU project that includes both a bootloader and an application. The application runs without any issues. However, when running in bootloader mode, the MCU experiences repeated resets.Upon checking the RGM_FES (Reset Generati...

afra151 by Associate
  • 87 Views
  • 0 replies
  • 0 kudos

SPC58ECx set exception interrupt

Hi,   I'm learning to use it SPC58EC serial chip and have a question,when it was previously used on Arm chips, there were some exception handling interrupt functions,like Hard_Fault_Handle,this ensures easy traceability when problems arise, my questi...

SPC5 MCAN Wakeup

Hi there,I am working with a company developing an automotive control module that connects to several systems that must be able to wake up the module from STOP mode or Standby modeOne of the modules signals the wakeup request over the CAN bus, and I ...

Rusira by Associate
  • 66 Views
  • 0 replies
  • 0 kudos

Resolved! UDE STK 2021 debugger supports for AEK-MCU-SPC5LNKU

Hi I am using UDE STK 2021 debugger software and for that I am using PLS-UDESTK debugger(HW), for SPC58NN84E7 microcontroller  I could see the PLS-UDESTK is mentioned as NRND(Not recommended for new design) So I am planning to use AEK-MCU-SPC5LNKU wi...

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

SPI with Very Strong Drive on SPC572L64

We used to have that working but now can only used weak or medium drive on the SPI pins (SCK & SOUT).Pin mapper or manual editing of the board.c file only gives us weak (0) or medium drive(1){(int16_t)MSCR_IO_INDEX(PORT_D, SCK_4), PAL_LOW, (iomode_t)...

Larsa by Associate III
  • 226 Views
  • 0 replies
  • 0 kudos

Resolved! SPC5 studio SPI tutorial

Hello everyone,  I am currently working on SPC5 microcontrollers and a bit new with SPC5 studio can anyone guide me how to make an application for running SPI , I am clear with the basic of SPI communication.