Automotive MCUs

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

Resolved! spc560b-cant jump from my bootloader to app code

hi I make my bootloader and app code.in bootloader I have assembly code for branch and in my app code i have a led.I set app.ld for bootloader to 0.00000000 and set for app code to 0x00010000 address. It cant be jumpplease help measm volatile ("e_li...

Resolved! FreeRTOS Using ADC

Hello,I'm a beginner in FreRTOSS but I've already made basics codes and tutorials. Actually, I'm trying to do two different tasks. The first one is an ADC acquisition and the second one is a printf of the ADC value.But my issue is that the ADC functi...

Bastien1 by Associate III
  • 3012 Views
  • 4 replies
  • 0 kudos

Resolved! UNABLE to install PLS UDE

i AM TRYING TO INSTALL PLS UDE uising the recommended link: http://spc5.drive.cloudforge.com/projects/spc5tools/updatesbut all i can see is the following message.ForbiddenYou don't have permission to access /projects/spc5tools/updates on this server....

0693W000004Ia8cQAC.png 0693W000004Ia8hQAC.png
VLELE.1 by Associate II
  • 2610 Views
  • 6 replies
  • 0 kudos

Resolved! Debug first project in SPC5 Studio

HelloI am new to SPC5 Studio, please guide me how I can debug my first project.I am working with SPC5 Studio ver 6.0.0. and have SPC56D_DISCOVERY Eval board. Thanks

Parth1 by Associate II
  • 2037 Views
  • 5 replies
  • 0 kudos

Resolved! Link between LIN and TERA TERM

Hello, I'm trying to develop on SPC5 Studio with the eval board SPC574S-DISP. I want to make a link between LIN and the software tera term to debug my code. I configured pins PA5 and PA6 for LIN according to the schematics. But it didn't work. Can yo...

Bastien1 by Associate III
  • 739 Views
  • 2 replies
  • 0 kudos

Resolved! Sending float over serial communication

Hello, I'm actually trying to send data from the software Serial Port Monitoring to my dev board SPC574S-DISP.But it doesn't work. When i send a number like "3", it works.But when i try to send "3,3" or "12", the board takes only the first number "3"...

Bastien1 by Associate III
  • 958 Views
  • 2 replies
  • 0 kudos

Resolved! SPC58: SPI2 with two chip selects

Hi.I want to use DPI2 located at pins 66 (miso), 68 (mosi) and 112 (clock) to control two different SPI slave devices. Pin 57 (CS0) and pin 64 (CS2) are wired to the respective chip selects.Then I used the wizards to generate application code for SPI...

SMay by Associate II
  • 2209 Views
  • 11 replies
  • 0 kudos

Resolved! how to select and unselect DSPI slave select lines

while using the DSPI example in spc58ec_disp , i couldn't see that the "spi_lld_select" and "spi_lld_unselect " functions usage to control the slave pin. and it didn't had any effect while i used the functions. how could i use the functions to contr...