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

Resolved! [solved]DSPI Rx FIFO question

Posted on July 01, 2015 at 03:48I am programming on pictus dspi module, I have queries describe below: /********************************************/     DSPI(module).PUSHR.R = nCONT|DSPIx_CTAR0|nCS+ucDIN;     while(DSPI(module).SR.B.RFDF == 0);    ...

270284440 by Associate III
  • 332 Views
  • 2 replies
  • 0 kudos

[solved]Pictus input pin selection

Posted on June 25, 2015 at 11:45Hello, Please see attached pictures cut from pictus RM0022 page 86. There are two input fucntion selectable of A[8] pin, SIN, and EIRQ[8]. I read and understand that to select input function , PCR.IBE = 1 must be set,...

270284440 by Associate III
  • 200 Views
  • 2 replies
  • 0 kudos

Resolved! Flash memory write cycles

Posted on June 25, 2015 at 12:52Do ST have any data regarding Program/Data Flash write cycles and/or wear levelling for the SPC560B device(s)? I'd like to know if we have the option of using the Data Flash for built-in test logging on our SPC560B64.

How to change mcuconf.h values in the code generator?

Posted on June 26, 2015 at 15:34Hello, I always have to manually change some values in mcuconf.h when I generate the code out of the config because I can't find how to set them in the config or anywhere else. I'm using a 16MHz external xtal and I ha...

Probelm With License File in Spcstudio

Posted on June 02, 2015 at 07:59Hi one of my partners have problem with his windows when we re install a windows  and then install a spcstudio software when i run spc studio the error showed as in the picture. i have a license card and email what c...

SPC560D30L3 - Serial driver configuration

Posted on June 04, 2015 at 16:52I am using SPC560D30L3 with 8MHz crystal. The initialisation settings are as below,1. IDF = 12. NDIV = 483. ODF = ODF_DIV8I have configured the serial for 38400 baud with buffer for 16 bytes. I am trying to send a fra...

ssk by Associate II
  • 474 Views
  • 11 replies
  • 0 kudos

SPC5Studio project settings

Posted on June 18, 2015 at 12:49Hello,I am using SPC5Stuido and the output file is generated as out.elf or out.hex etc. It is the default setting. I want to change it as per project need. From which project settings can I change the output file name...

ssk by Associate II
  • 319 Views
  • 3 replies
  • 0 kudos

Resolved! SPC56EL54L3 not implemented in ''Platform Settings''

Posted on June 17, 2015 at 07:45Hello, For an upcoming project, I would like to use the SPC56EL54L3 controller. But when I was setting up a SPC5 Studio project, I can´t choose this controller in the platform settings because it is not listed. Is the...

Patriks by Senior
  • 441 Views
  • 5 replies
  • 0 kudos

osal sleep

Posted on June 17, 2015 at 08:40Hello, I am a newer of SPC studio, while I am learning SPCstudio, I read help docs such as ''SPC560Pxx OS-less OSAL Component User Manual.chm'' I don't understand how this function ''osalThreadSleepMilliseconds(1000);...