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

SPC5 CAN interface

Hello I'm trying to run SPC582B60 can interface. I tried if CAN_TX pin is properly set, switching it by TEST register and it works. But to get rid of all hardware problems I set can port into the loop mode. Filters are set to accept everything. I sen...

_legacyfs_online_stmicro_images_0693W00000bhrNRQAY.png _legacyfs_online_stmicro_images_0693W00000bhrPXQAY.png _legacyfs_online_stmicro_images_0693W00000bhrQQQAY.png
Rmilko by Associate
  • 1445 Views
  • 0 replies
  • 0 kudos

1}WE HAVE CONFIGURED MCR REGISTER, CTRL REGISTER AND MESSEGE BUFFER FOR NORMAL MODE. 2)WE ALSO CONFIGURED THE BIT RATE FOR 500Kbps. 3)WE DISABLED THE LOOP BACK MODE.{HERE I WAS THINKNG THE MODE WILL SHIFT INTO NORMAL MODE}

WE ARE USING SPC570S SERIES MICROCONTROLLER AND IDE TOOL-SPC5-STUDIO.WE ARE CHECKING THE OUTPUT ON CAN_H AND CAN_L PINS WITH MICROCHIP CAN BUS ANALYZER.BUT WE ARE UNABLE TO GETTING THE DATA.HERE I WAS DOING ANY THING WRONG CONFIGURATION ,COULD YOU PL...

Raghu.S by Associate
  • 760 Views
  • 1 replies
  • 0 kudos

What is the correct way to assing value to array in SPC5 Studio

Hi I've declare a 3 byte array uint8_t hex_str[3] and assign a value to convert Hex string to int using strtoul function the point is I set hex_str[2] = 0 but cannot.Here Is my code capture I do breakpoint at line rowIdx = (uint16_t)strtoul(hex_str, ...

0693W00000bhRz0QAE.png 0693W00000bhRqYQAU.png 0693W00000bhRz5QAE.png
saranyim by Associate II
  • 2711 Views
  • 5 replies
  • 0 kudos

Resolved! Cross compiling for SPC570Sx without SPC5Studio

Posted on June 28, 2018 at 11:20Hello,I'd like to cross-compile code without using SPC5Studio for SPC570S5E1 on a linux box, which version of gcc would I need and what flags should I use? Do I need a special toolchain for the e200z0 core?Thanks in a...