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

Building components

Posted on March 14, 2016 at 07:56Is there a good tutorial/documentation/examples on building your own SPC studio components?

cucekje by Associate
  • 520 Views
  • 1 replies
  • 0 kudos

Clocktree wizard

Posted on March 21, 2016 at 20:05Is it possible that some of the files from Clocktree wizard are missing? #clocktree-wizard-plugins

0690X00000604tjQAA.png
cucekje by Associate
  • 481 Views
  • 1 replies
  • 0 kudos

how to create new project in spc5studio

Posted on March 05, 2016 at 08:20I am familiar with stm32cube and keil and eclipse platform.but new to spc5studio.i recently install spc5studio and from market place i also installed necessary compiler and chibios.but i little bit confuse how to cre...

karan by Associate III
  • 1317 Views
  • 4 replies
  • 0 kudos

eMIOS, eDMA request and INTC

Posted on February 23, 2016 at 15:47Hello, I can't find any eDMA+eMIOS example in SPC5 Studio (only DSPI and ADC are available). Can I get one from the expert team? I would like to trigger an eDMA request after an eMIOS channel counted 16 periods on...

IVOR1 handling

Posted on February 26, 2016 at 09:53Hello,I have read the core manual of SPC56EL70 (e200z4). I want to handle the IVOR1 exception with an interrupt routine in configuration.xml in SPC5Studio. It's not clear to me what I should write in the ISR in qu...

SPC5Studio 4.0.1 is available

Posted on March 01, 2016 at 14:21Dear All ,SPC5Studio 4.0.1 is availableSome issues fixed.- Display of available wizards in general page- PinMap Wizard - inconcistency- Add a warning when importing projects with missing PF component- SPC5Editor: no ...

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