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! Missing pal_lld.h in MCTK Lib on SPC5 Studio 6.0.0

Good day,I might be missing something, but an issue cropped up when I moved to SPC5 Studio 6.0.0 Asimov when attempting to compile any project that includes the MCTK Web Library. The message that I get while building is:./components/spc56xx_web_motor...

PMoll.1 by Associate
  • 331 Views
  • 1 replies
  • 0 kudos

Resolved! About the PWM minimum duty cycle time in SPC58EC

Hello!​I have a SPC58EC-DISP; I set the PWM frequency 20KHz and duty cycle 1%,then it's not output,when set 8%,it's output 2us time;I found that the minimum PWM output time seems to be 2us.now I want PWM frequency 20KHz(50us) and 1%(0.5us) ouput,wh...

SLEE.6 by Associate II
  • 393 Views
  • 2 replies
  • 0 kudos

Resolved! CAN setup in SPC570S-DISP dev board

Hi,I am trying to setup CAN communication in the SPC570S-DISP dev board. I started with the example available in the SPC5Studio. In the example, internal loopback is enabled, so I disabled it to allow external transmit. I did not change any other set...

0693W000006H6quQAC.png 0693W000006H6mUQAS.png 0693W000006H6slQAC.png
NBula.1 by Associate III
  • 362 Views
  • 4 replies
  • 3 kudos

Resolved! How to measure the stack remaining available size

I had to enhance the stack size using __process_stack_size__ value to make my software running and I would like to know how to measure the stack remaining size. I tried commenting out the ram init in boot.s and fill the stack ram area with a 0x55AA p...