Automotive MCUs

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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  in each corporate company. “"Path building" refers to the pro...

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

Resolved! SIUL unit setting up

I want to implement the GPIO unit in the SPC560P50L5 microcontroller with the SPC5STUDIO IDE. Please advise me how to configure the SIUL unit and registers? Or give me an example of SIUL unit setting up in the SPC560P50L5 microcontroller.(I actually ...

Resolved! Hello, I'm trying to transmit and receive via DMA UART on SPC58EC-DISP. On the other side there is a STM32L432KC: the SPC transmit to STM32 which receives the message, but the message transmitted to SPC by the STM32 is not received. I post the code

#include "components.h"#include "serial_lld_cfg.h"void sddmatxcb(SerialDriver *sdp) { (void)sdp; pal_lld_togglepad(PORT_F, PF_LED2);}void sddmarxcb(SerialDriver *sdp) { (void)sdp; pal_lld_togglepad(PORT_F, PF_LED1);}/* * Application entry point. */in...

GGran.2 by Associate II
  • 405 Views
  • 1 replies
  • 0 kudos

Resolved! SPC560B54 Flash memory

Hello all.I'm gonna work with my MCU flash memory (SPC560B54L5).I installed driver and samples from link below:https://www.st.com/en/embedded-software/spc56xmbp-flash.htmlBut c-array-drivers and also its samples are compiled with Diab and GHS but i a...

ARaza.3 by Associate
  • 600 Views
  • 2 replies
  • 0 kudos

Resolved! How can i clear the FCCU IRQ Interrupt Status Flag.

Hi, I am working on FCCU module in SPC584B. I have enabled the IRQ Alarm for the Faults. When the Fault is simulated using fake fault, i am getting the IRQ Interrupt. But, on getting the Interrupt if i do not clear the fault, the interrupt keeps trig...

AY D.1 by Associate
  • 562 Views
  • 1 replies
  • 0 kudos