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! About the function of osalThreadDelayMicroseconds.

Hello all,When I call this function osalThreadDelayMicroseconds(1u), I found that 1us is not implemented, and the actual result is 1ms.But if you call osalThreadDelayMicroseconds (9000u) it can reach 9ms.The parameter usec is less than 1000 and is 1m...

0690X000008iV7RQAU.png

Resolved! Test App SPC560D-DIS board

As for SPC56D-Discovery board, refer to page 5 of its application note AN4438, Getting started with SPC56D-Discovery board, it mentioned a test program calling "Test App SPC560D-DIS board.zip�?. Somehow I can't find it on ST's website. Where do I dow...

MChen.19 by Associate
  • 749 Views
  • 1 replies
  • 0 kudos

Problem in sending continuous stream of data in UART

Hi,Please find the piece of code, where i'm transmitting a buffer of 255 bytes of data.int main(void) { uint8_t read[255]; uint16_t size; for(i=0;i<255;i++) { read[i]=i+1; } size = sizeof(read)/sizeof(read[0]);   componentsInit();   irqIsrE...

Resolved! CAN RX Example

I'm having difficulty setting up an SPC560P50L project for CAN. The given example (OS-less CAN) seems to due internal loopback which is not very useful for my application. (pinouts arent even automatically set)I'm using the discovery boardhttps://www...

Bryan M by Associate II
  • 852 Views
  • 1 replies
  • 0 kudos