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! PE micro interface debug plugin for SPC5Studio,Run and debug success!

Posted on October 22, 2017 at 09:33you need :1.SPC5Studio2.a Board for SPC5XXX3. osjtag  Â¥182 =   â‚¬23.3375   =  $ 27.4987 this is  very Cheap~osjtag link address:https://item.taobao.com/item.htm?_u=mnm3su9ffa4&id=13468787182 step 1:install the ...

0690X00000608djQAA.png 0690X00000608dKQAQ.png 0690X00000608doQAA.png 0690X00000608dUQAQ.png

DMA with eTimer and GPIO

Posted on October 03, 2017 at 19:25Hi I'm using the SPC560P40L1Im trying to switch a GPIO using pre-defined data stored in memory. I would like the GPIO to switch after a rising edge on a PWM pin which is being monitored by ETC/eTimer. I also need t...

Resolved! Build Tools for SP5Studio

Posted on October 17, 2017 at 11:56I would like to add some source files to the source folder. the files name are :clock.c   and so on.but build faild.I know that this is a problem in the makefile, and SP5Studio provides  clock.c�?components.c .and ...

0690X00000608dBQAQ.png 0690X00000608V3QAI.png

Resolved! ADC conversion is not stable

Posted on October 10, 2017 at 16:26Hello!I'm using XPC56xL minimodule on the XPC56XX motherboard.I slightly modified the SPC56ELxx OS-Less ADC Test Application to print the ADC conversion values on the UARTThe issue I noticed is that the value of th...

Problem with STMicroelectronics GNU GCC compiler

Posted on March 23, 2017 at 09:31Problem with STMicroelectronics GNU GCC compilerBelow partial code of our project.typedef struct{    U_16 no;    U_8 duration;    BuzzerSounds buzzerSong;    priorityLevels priority;    TBOOL buzzerPeriodic;    TBOOL...

Resolved! SPC570s ADC initializing

Posted on October 11, 2017 at 11:54Main target is to send an ADC-value to the CAN-BUS.I took the SPC570xx_RLA CAN Test Application for DiscoveryModified Pin Settings:in main.c I tried to initialize and use the ADC:Without ADC-code CAN example works ...

0690X00000608ZNQAY.png 0690X00000608ZSQAY.png 0690X00000608ZTQAY.png

sync PWMA0 and PWMA1

Posted on September 22, 2017 at 22:50I have an application where I need to enable two PWM outputs. They need to have the same frequency but different duty cycles  I have got PWMA0 and PWMA1 working but I am not able to get them synced together. Ther...

Resolved! spc56 UART

Posted on September 27, 2017 at 19:17Hello,I am writing a test program on my board (xpc56xx evb motherboard) and I want to receive on my terminal throught the UART numbers and text strings.When I get the data on my serial terminal (RealTerm) I  rece...

Resolved! SPC5 Studio IDE Debug tools

Posted on September 29, 2017 at 08:22which debug tools can be support when use SPC5 Studio?Whether SPC5 Studio IDE support IC5000 (debug tool) or not? or only support PLS-UDESTK tool ?

FPU exceptions on SPC56EL60L3

Posted on September 27, 2017 at 12:03Hi all,I'm developing on a SPC56EL60L3 device, using SPC5 Studio, I have two querstions about the FPU:1. executing a division of a float number by 0.0F I would expect an infinite result (which means a 0bS111 1111...