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

problem setting STM registers

Posted on January 25, 2016 at 17:14Hallo everyone,finally I have received a discovery board (with a SPC56EL60L3 mounted) and installed the universal debugger, to try some of my code.I ran in the first problem trying to set a timer.I use this code: S...

System clock configuration

Posted on February 08, 2016 at 13:18Good morning.I have a problem setting the system clock of SPC560EL. I want to use the internal clock, but I cannot. Each time I execute the code, reading the main status register, I see that the SYSCLOCK switch to...

Input GPIOs

Posted on February 26, 2016 at 11:02I want to read back some gpios.Therefore I use palTogglePort and palReadPort of two phisically connected ports. I don't know what kind of setting I have to put for the input port as I don't have an example for tha...

FCCU configuration

Posted on November 14, 2015 at 15:56Hello everybody, I'm using the SPC56EL70L5.Trying to configure the FCCU, I coded:&sharpdefine CTRLK_OP1 0x913756AF   &sharpdefine CTRLK_OP2 0x825A132B     //keys needed for operation&sharpdefine CTRL_OPR1 1    &sh...

SPC564B70L7 DataFlash Problem

Posted on February 24, 2016 at 13:12Hello,I'm trying my old Flash Library.(for SPC560B50L5) But not working. How is use DFLASH for SPC564B70L7? (debug stop => ''_unhandled_exception:'')Thanks a lot. #dflash

Answer : SPC56xx_DRV_FLS_LC_MM-0.9.5.2 Drivers

Posted on February 25, 2016 at 10:15Hello knyaz.andriy ,Sorry i can not answer on your post ..Bug again on several postsHave you got received an answer from apg-tools license ?You can try to download the SPC56 Flash Drivers in SPC5Studio Side.      ...

DPM configuration of SPC56EL70L5

Posted on February 17, 2016 at 11:46This time it's going to be really tough, so every suggestion is well appreciated.I'm using SPC5 studio and I'd need to run some code just on a single core to avoid any kind of lockstep intervention. So, I need to ...

Errorneous binary generated

Posted on February 03, 2016 at 10:47Hello,I have a project for SPC560D MCU which builds without any warnings and errors. On one computer, I am using a node locked license version of SPC5Studio and on another machine (which is at Lab), I am using fre...

ssk by Associate II
  • 1365 Views
  • 2 replies
  • 0 kudos

using UDE without SPC5-UDESTK

Posted on February 23, 2016 at 13:47I got a freescale motherboard compatible with the SPC56EL70L5. With it, I got the PE universal multilinker (USB-ML-UNIVERSAL), and I'd like to use it instead of SPC5-UDESTK with UDE to connect to the SPC56EL70L5. ...

Write data on flash memory at execution time

Posted on February 03, 2016 at 15:20 Hello everyone, in the past day I tried to save some data on the flash memory of the micro controller, but without results. Reading the documentation, I cannot understand exactly how I can write...