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

SPC560D40x - Interrupt Duration

Posted on May 03, 2017 at 05:45Hi ST expert,I am trying to use SPC5 as a multi-channel PWM controller. Normally for this kind of application, the duty cycle calculation will be done in an interrupt. For 100kHz PWM, the allowed interrupt duration is ...

SPC58ECx wakeup from standby using WKUP Pin

Posted on September 02, 2017 at 17:40hello team,when i wakeup from standby mode always system reset was generating.My SW not jumping to address what i mentioned in CADDR register .when i debug the issue found 'F_FCCU_HARD' Flag was enable after wake...

R PV by Associate II
  • 1446 Views
  • 9 replies
  • 0 kudos

Resolved! SPC56 I2C - stop bit and bus idle condition

Posted on March 11, 2015 at 14:07Hi,I'm developing an I2C driver for a SPC560B54L5 micro, and I have problems generating the stop bit.At the end of a write operation, I run the following pseudo code:   while  (0 == IBSR. IBIF) { /* wait */ }   IBCR....

fabien23 by Associate II
  • 1452 Views
  • 6 replies
  • 0 kudos

Debugging SPC56EL behaves strangely

Posted on September 04, 2017 at 14:35I have a simple for loop that should ideally run 20 times, inside which I toggle an LED.When I debug this code on my SPC56EL controller (on a daughter board which is mounted onto the XP56 motherboard) WITHOUT har...

SPC58EC80E3: Issue with DMA triggering from eMIOS_SAIC

Posted on August 29, 2017 at 19:15Hello,I am trying to get eMIOS channel to capture an input in SAIC mode (Falling Edge) then trigger DMA channel after each capture in order for the DMA to copy the time stamp from the UC register A to a data buffer....

The portMacro.h of FreeRTOS

Posted on August 28, 2017 at 06:15The MPC series is a 32-bit chip.Why is FreeRTOS portSTACK_TYPE defined as a long type? I think it should be uint32 type.Because STM32 is 32-bit chip, STM32 inside the portSTACK_TYPE defined as uint32 type

0690X000006081uQAA.png

[ATT]9313

Posted on August 24, 2017 at 14:46 Title Document: Tutorial : SPC5 FritzingHello SPC5 community ,we have created a new project SPC5Fritz available on githubhttps://github.com/microwan/spc5fritz this project is containing some parts for Fritzing tool...

0690X00000607klQAA.png 0690X000006080SQAQ.png

Resolved! Clocking SPC570

Posted on August 11, 2017 at 07:17Hi,i have a Problem with the Clock Configuration of the SPC570 �C (SPC570S-DISP). I just want to use the External Clock (crystal).my Configuration:CGM_SC_DC0/CGM_SC_DC1/CGM_SC_DC2 are set to 0x80000000AC0_SC/AC1_SC/...

Resolved! Can't activate FLASH/OTP Device !

Posted on August 16, 2017 at 11:06Hello community,I have 2 SPC56EL70L5-DISP boards and I am messing around with FlexRay.Today I was not able to program one of the boards anymore (with the same code as the other board).The UDE Memtool shows the error...

0690X00000607oDQAQ.png

FlexCAN Tx problem

Posted on July 17, 2017 at 08:50 Hello, I am working on a SPC560P Discovery Board. I have imported test application 'SPC560Pxx RLACAN Test Application for Discovery' for FlexCAN testing. In this FlexCAN0 is used in loop back mode and it is w...