Automotive MCUs

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! how to not use CAN receive filter. Receive All msg.id data.

Hello. I'm using SPC58EC-DISP Kit, SPC5Studio.I am writing a can communication program from the example.I want to know how to not use can receive filter.I want to All Packet Received.SPC58 Wizard Setting only Specified ID Received....

MSeo.9 by Associate
  • 843 Views
  • 1 replies
  • 0 kudos

Resolved! Rx can't receive data

Hi all,​Could you check this problem for me? It can not received information from canoe, data(from transceiver) already reached RX pin of SPC5.​The data transmit from Conoe is : ​The source code in Attachment.​I use external OSC is 8M.CanBitRate is 5...

0690X000008jDmeQAE.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
  • 662 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...