Microcontrollers

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

Generating variable frequency PWM on SPC570s

Posted on October 27, 2017 at 07:17Dear AllI am trying to generate the variable frequency PWM on SPC570s using Evaluation Board following the documents'SPC570Sx 32-bit Power Architecture�microcontroller for automotive ASILD applications'page 759 Usa...

MPU variants

Posted on October 22, 2017 at 00:36Hi,in the en.DM00293238.pdf document, CMPU and SMPU are shown for spc58ec80. Other documents relating to the e200z4d mentioned only MMU in core (no mpuwe instruction and mpu related registers shown) and only system...

Flash drivers for SPC56 L line

Posted on October 20, 2017 at 12:19Flash library for SPC56xLHi,I need to develop my own bootloader for SPC56EL60 microcontroller, I downloaded the flash library from SPC5 Studio, but in the Flash .c source  files I see only const unsigned char value...

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...