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

Resolved! SPC5Studio build failure

Posted on January 19, 2015 at 10:45Hello,I am trying to build a project created using SPC5Studio Wizard. The steps used are File->New->SPC5Studio Wizard. Afte this I selected SPC560D-DIS as the product line. Then selected all the drivers with OSLess...

ssk by Associate II
  • 3610 Views
  • 18 replies
  • 0 kudos

SPC56EL70L5 MCU Basic Initialization

Posted on March 01, 2015 at 00:16Dear All, Thanks for the attention. I'm working with SPC56EL70L5DISP Discovery Board using SPC5 Studio as IDE. I've never had any specific experience with such a kind of MCU indeed i'm having some trobles about how...

luigi by Associate II
  • 1605 Views
  • 9 replies
  • 0 kudos

Dual Core Mode option

Posted on February 12, 2015 at 15:43Hello, Currently I am using the SPC56EL which gives the user the possibility to use it in LSM (Lock Step Mode) or DPM (Decoupled Parallel Mode). In Application Configuration ==> SPC56ELxx Platform Component ==> Ru...

Patriks by Senior
  • 503 Views
  • 1 replies
  • 0 kudos

Resolved! SPC560D030 - sleep/power down modes

Posted on February 05, 2015 at 13:43Hello members,1. Has anyone tried implementing sleep/power down modes with SPC560Dxx series MCU? I tried going through reference manual (CD00259063.pdf) but hardly any information is available. Any app note or doc...

ssk by Associate II
  • 1917 Views
  • 6 replies
  • 0 kudos

Resolved! How CAN Filter Work on Pictus

Posted on February 17, 2015 at 15:46I am testing CAN filtering Function on SPC560P,But am not clear about how CAN Mask working. Configure as following: Rx ID =0, Rx Individual Mask = 0xFFFFFF8; BCC = 1; From my understanding, then the CAN Node can R...

270284440 by Associate III
  • 745 Views
  • 1 replies
  • 0 kudos

Interrupt vector number

Posted on February 18, 2015 at 14:22Hello Members,I am using SPC560D030 for a product. I have connected PE0 and PB1 to use as wakeup. I want to have system wakeup functionality based on CAN request received (PB1) or when a +5V is applied to a pin PE...

ssk by Associate II
  • 2430 Views
  • 9 replies
  • 0 kudos

SPC5Studio 3.4.2 is available !

Posted on February 17, 2015 at 15:28SPC5Studio 3.4.2 is available !Dear Users,The 3.4.2 release is now available on the update site.CORE- Patch Mode Issue : CSE Driver (User files)- Generation issue for JAR Files (CSE Driver and Flash Driver)CHIBIOS...

Resolved! SPC560P40 PICTUS - CTU/NORMAL Trigger for ADC

Posted on February 12, 2015 at 15:09I am currently working on a BLDC control application using SPC560P40 (Pictus) microcontroller and making use of the CTU (Cross-Triggering-Unit) to trigger ADC channels related to BEMF reading in closed loop contro...

benone by Associate
  • 839 Views
  • 1 replies
  • 0 kudos

[Solved]DPSI MOSI problem

Posted on February 10, 2015 at 08:33when I use DSPI , I send two frames 16bits per frame, and I monitor that there is a pulse inter frame on MOSI pin (suppose I send two frames  0x00000000 ), it is very strange , I checked step and step,when I set M...

270284440 by Associate III
  • 658 Views
  • 4 replies
  • 0 kudos

Resolved! Problem With Virtual Timer

Posted on February 09, 2015 at 07:45Hi I Want to use a virtual timer in my program , i think the code is ok but when i debug it the program all is in this function : static void tmrfunc(void *p) please see the code and say to me what wrong in my p...