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

SPC572L complex ATOM output for direct injection

We have the basic structure up and running for our project with trigger signal input correct decoded and output timed correct throught MCS to the ATOM channels.ATOM outputs are now timed pulses of the right duration and position, but we would need to...

Larsa by Associate II
  • 377 Views
  • 1 replies
  • 0 kudos

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 III
  • 446 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
  • 662 Views
  • 2 replies
  • 0 kudos