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

A question about irqIsrEnable Function

Posted on September 25, 2017 at 14:53I wrote a BootLoader program. and a APP programI downloaded the BootLoader to the 0x0 address in Flash By UDE 4.8.I downloaded the App to the 0x18000 address in Flash By UDE 4.8.//code 1:componentsInit(); irqIsrE...

0690X00000608MiQAI.png 0690X00000608N2QAI.png

Generating variable frequency PWM on SPC570s

Posted on September 26, 2017 at 12:44Dear AllI am trying to generate the variable frequency PWM on SPC570s following the documents'SPC570Sx 32-bit Power Architecture� microcontroller for automotive ASILD applications' page 759 Usage of Compare Regis...

PIT Timer Interrupt < 2.5us

Posted on September 20, 2017 at 19:44Hi I trying to use the PIT to generate an interrupt every 1.7uS to toggle a GPIO and it does not seem to be working well. I have a sysclk of 64MHz. Im using PIT1 and setting the LDVAL register with a count. Now t...

Resolved! Problem with the ppc vle compiler variant

Posted on September 22, 2017 at 11:55Hello!when i try to build my project with the ppc vle compiler variant i get the following error messages:11:51:19 **** Build of configuration Default for project PSI_ST_LOCKSTEP_REPORTING_all ****make -j8 all Co...

SPC560D40x - Interrupt Duration

Posted on May 03, 2017 at 05:45Hi ST expert,I am trying to use SPC5 as a multi-channel PWM controller. Normally for this kind of application, the duty cycle calculation will be done in an interrupt. For 100kHz PWM, the allowed interrupt duration is ...

SPC58ECx wakeup from standby using WKUP Pin

Posted on September 02, 2017 at 17:40hello team,when i wakeup from standby mode always system reset was generating.My SW not jumping to address what i mentioned in CADDR register .when i debug the issue found 'F_FCCU_HARD' Flag was enable after wake...

R PV by Associate II
  • 1709 Views
  • 9 replies
  • 0 kudos

Resolved! SPC56 I2C - stop bit and bus idle condition

Posted on March 11, 2015 at 14:07Hi,I'm developing an I2C driver for a SPC560B54L5 micro, and I have problems generating the stop bit.At the end of a write operation, I run the following pseudo code:   while  (0 == IBSR. IBIF) { /* wait */ }   IBCR....

fabien23 by Associate II
  • 1746 Views
  • 6 replies
  • 0 kudos

Debugging SPC56EL behaves strangely

Posted on September 04, 2017 at 14:35I have a simple for loop that should ideally run 20 times, inside which I toggle an LED.When I debug this code on my SPC56EL controller (on a daughter board which is mounted onto the XP56 motherboard) WITHOUT har...

SPC58EC80E3: Issue with DMA triggering from eMIOS_SAIC

Posted on August 29, 2017 at 19:15Hello,I am trying to get eMIOS channel to capture an input in SAIC mode (Falling Edge) then trigger DMA channel after each capture in order for the DMA to copy the time stamp from the UC register A to a data buffer....

The portMacro.h of FreeRTOS

Posted on August 28, 2017 at 06:15The MPC series is a 32-bit chip.Why is FreeRTOS portSTACK_TYPE defined as a long type? I think it should be uint32 type.Because STM32 is 32-bit chip, STM32 inside the portSTACK_TYPE defined as uint32 type

0690X000006081uQAA.png