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

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
  • 546 Views
  • 1 replies
  • 0 kudos

I am using SPC560B60L3 micro controller. RTC interrupt is not setting as per the desired time out value

Below is the code snippet,   RTCModule->RTCC.B.RTCIE = RTC_DISABLE;   RTCModule->RTCC.B.CNTEN = RTC_DISABLE;   RTCModule->RTCC.B.DIV512EN = RTC_DISABLE;   RTCModule->RTCC.B.DIV32EN = RTC_DISABLE;   u32RTCcount = (u32Seconds * 64000) >> 10;   RTCModul...

GKulk by Associate
  • 441 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
  • 599 Views
  • 1 replies
  • 0 kudos