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  in each corporate company. “"Path building" refers to the pro...

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! SIUL unit setting up

I want to implement the GPIO unit in the SPC560P50L5 microcontroller with the SPC5STUDIO IDE. Please advise me how to configure the SIUL unit and registers? Or give me an example of SIUL unit setting up in the SPC560P50L5 microcontroller.(I actually ...

Resolved! Hello, I'm trying to transmit and receive via DMA UART on SPC58EC-DISP. On the other side there is a STM32L432KC: the SPC transmit to STM32 which receives the message, but the message transmitted to SPC by the STM32 is not received. I post the code

#include "components.h"#include "serial_lld_cfg.h"void sddmatxcb(SerialDriver *sdp) { (void)sdp; pal_lld_togglepad(PORT_F, PF_LED2);}void sddmarxcb(SerialDriver *sdp) { (void)sdp; pal_lld_togglepad(PORT_F, PF_LED1);}/* * Application entry point. */in...

GGran.2 by Associate
  • 369 Views
  • 1 replies
  • 0 kudos

Resolved! SPC560B54 Flash memory

Hello all.I'm gonna work with my MCU flash memory (SPC560B54L5).I installed driver and samples from link below:https://www.st.com/en/embedded-software/spc56xmbp-flash.htmlBut c-array-drivers and also its samples are compiled with Diab and GHS but i a...

ARaza.3 by Associate
  • 566 Views
  • 2 replies
  • 0 kudos