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

SPC560B50L1_ADC_Configure

Posted on May 19, 2016 at 04:51I need to configure for adc analog channel in SPC560B50L1. Could please give the steps of configuration in the spc studio.Analog ADC configuration:1. PinNo: 312.  PinNo: 323.  PinNo: 35

baskar by Associate II
  • 416 Views
  • 1 replies
  • 0 kudos

SPC560B50L1_ADC_Channel

Posted on May 19, 2016 at 15:16How set channel number in SPC5 studio for the following pins and what is the channel number for the following ports.1. PinNo: 31(PB10)2.  PinNo: 32(PB4)3.  PinNo: 35(PB5) #adc

baskar by Associate II
  • 504 Views
  • 1 replies
  • 0 kudos

SPC560BL1_UART_Rx_problem

Posted on May 13, 2016 at 04:26SPC560BL1 most of the time the UART Receiver is not working,we found the the UART Receiver is not triggering ,but the UART Transmitter is working always. #spc560bl1_uart_rx_problem

baskar by Associate II
  • 617 Views
  • 3 replies
  • 0 kudos

Over the air (OTA) programing support for SPC560B

Posted on May 14, 2016 at 17:02Dear Support team,Good day!Is it possible to implement over the air (OTA) programing with SPC560B50L1B4E0X through GSM/GPRS. Any documentation available? Please advise.with regardsMohammad Rafi 

mohammad by Associate
  • 576 Views
  • 1 replies
  • 0 kudos

Unkown Problem in SPCStudio compiler

Posted on May 11, 2016 at 08:58Hello Erwan, I have a problem with spcstudio compiler i guess. my project have 3 section : 1.initialize modules like CAN-LIN-Serial-ADC-PWM-Timer 2.Read From eeprom 3.Main Loop with 50 cases in while(1) in one switches...

SPC560BL1-RTC Configuration

Posted on April 29, 2016 at 16:10I am trying to configure the RTC using for date & time purpose. But the following RTC configuration is not working,when i debug the code it is hanging at R TC.RTCCNT.B.RTCCNT .How to use RTC is timer counter for date...

baskar by Associate II
  • 1079 Views
  • 3 replies
  • 0 kudos

Eclipse Marketplace error

Posted on May 03, 2016 at 12:24Hello everybody,I've installed SPC5Studio and, following the indication, I've tried to install the compiler from Eclipse Marketplace, but I've received the following error message:''MarketplaceDiscoveryStrategy failed ...

SPC5 - calling bootloader from application

Posted on March 21, 2016 at 16:24Hello,as far as I've understood reading the documentation (RM0045), the microcontroller boot mode can be selected by configuring PA8 and PA9 pins, which state is latched at microcontroller startup. I think using the ...

Two SPC5EL60 communicating via UART

Posted on May 03, 2016 at 17:51Good morning to everyone.I am trying to have two mocro (SPCEL60 family) tha exchange some bytes. The micros are connected via UART. I am using the serial driver in cluded in SPC5 Studio.Now I am tryong to use chnWrite ...