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

freegcc compiler segmnetation fault

Posted on December 28, 2015 at 11:14 Good morning, I have a strange problem with the FreeGCC compiler installed with the release 4.0 of SPC5Studio. The following code give me an internal compielr error: segmentation fault ...

SPC5Studio v4.0.0 import v3.7 project and proxy issues

Posted on January 06, 2016 at 15:47Dear SPC5Studio Team, I followed the installation procedure (backup licence and workspace, uninstall v3.7.1, remove workspace...) and I now have 2 problems: - I exported my v3.7 project in zip file and imported it ...

Library files

Posted on January 07, 2016 at 11:18I want to generate library files for my C modules. E.g. I have a C module for timer with functions for initialization, configuration, start and stop. I want to generate a library module which I can use in SPC5Studi...

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

make build boot.o error 2 on version 4.0

Posted on December 23, 2015 at 13:34Good mornig.I recently installed SPC5Studio 4.0 after SPC5Studio 3.5. I followed the guide, installed the GCC compiler and components. Then I imported the project on which I was warking. From that moment the compi...

PAL Initialization

Posted on December 16, 2015 at 12:43Hi,I am using the PAL Layer to initialize the pins of the SPC560D Discovery. It works very well, but I’m detected an interesting behavior.During the pal_init function some pins are set to high for 0,132 ms. This c...

SRAM faut injection

Posted on December 11, 2015 at 11:31Hello everybody,I'm working on the SPC56EL70L5 From the reference manual, I know that:“For platform RAM, the intent is to generate errors during data write cycles, such that subsequent reads of the corrupted addre...

RTC Initialization Issue

Posted on November 12, 2015 at 14:29Hi CommunityI have an issue with the Real Time Clock of the SPC560D. My application try to read the RTC.RTCCNT register. Every time during the read process the program pointer goes to 0x0000000E0, therefor it poin...

SPC560D - power control modes

Posted on June 30, 2015 at 16:50Hello,I am using standby mode for SPC560D MCU. The datasheet mentions about using DRUN or software reset for exiting this mode. Can you please explain on,1. How to configure the DRUN mode? I tried using API 'halSPCSet...

ssk by Associate II
  • 7557 Views
  • 61 replies
  • 0 kudos

SPC560B60, SPC560B64 and ''Freescale SPC5607B'' compatibility

Posted on December 07, 2015 at 12:46Good morning, I've 2 questions: First, I'm wandering about the differences between: the SPS560B60 and the SPS560B64? Are they compatible in the sense that the same code would run the same in both devices? (I'm alr...

mbahtat by Associate
  • 713 Views
  • 1 replies
  • 0 kudos

using UART

Posted on November 27, 2015 at 11:13Hello everybody, I'm using the SPC56EL70L5DISP board.In order to use UART, I put the jumpers in J18 and J20 to connect UART-MCU LIN0, following the board user guide.Running the test example with UART and blinking ...