Automotive MCUs

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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

download.spc5studio.com

Dear All ,SPC5Studio updated components are available (56,57 on 58)more information on http://download.spc5studio.com/SPC58xHxx, Advanced GTM and USBTypeC credentials should be requested on credentials@spc5studio.comNew or updated componentsRLA 1.11....

I am using DFLASH for storing data at multiple locations. Code is attached below. "READ MEMORY BLOCK FAILED" error.

#include "components.h"unsigned int i, location_no, data[9];int main(void){ /* Memory Unlock */ DFLASH.LML.R = 0xA1A11111;  //write password DFLASH.LML.R = 0x00000000;  //unlock all 4 16k blocks DFLASH.SLL.R = 0xC3C33333;  //write password DFLAS...

Resolved! How to prioritize the interrupt in SPC5 studio

Hi All,I'm facing issue with pre emitting in the interrupt execution. how i can prioritize my interrupt in the code? Is there any APIs are available ? how I can do it from the SPC5 studio?Thanks,Basava

ePWM is taking extra 20uSec to toggle the pin

Hi All,We are using input capture module in our code the monitor the input pulses, based on the pulses we are calculating PWM period to turn on the pin High and Low.We have set the PWM period but we observed the 20usec mismatch in the output. We have...

Is there another workaround for MCAN#20(ID: DAN-0047979) in SPC582B?

I am an employee of Elektrobit. I am developing a CAN driver (OSEK product) on the MCU SPC582B for our customer. After reading the document "SPC582Bx Errata sheet - Chorus1M - Rev3 - DM00450569_3_0," I found the four workarounds for MCAN#20 (ID: DAN-...

Bo1 by Associate
  • 740 Views
  • 2 replies
  • 0 kudos

Resolved! SPC58 RM: How should we start DCF records writing? If there is any RESERVED area after DCF Start?

In the document RM0407 Rev.5 there are two different memory maps on pages 87 and 717.  According to p.236 we have to write 2 DCF records (16 bytes) in one program operation, but now we have RESERVED area after DCF Start record area. How we should wri...