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! SPC560 Controller Board with L6230 Driver Board

Hi Everyone,    As you know we are working on the Custom BLDC Driver Board with SPC platform in that we are facing the Some issue in the FOC integration.Current environment and setup:1. FOC Source code (SPC_MCTK_LIB) for SPC560p DISP Board2. FOC sour...

PEP in FLASH_0.MCR cleared automatically while EHV=0

Hi,The PEP flag (of FLASH_0.MCR) should be set when I try to write to protected block of flash.I observe, that this flag is cleared automatically at the moment of clearing EHV flag.Is it intended and should be written in RM? Or do I do something wron...

Yannek by Associate III
  • 310 Views
  • 2 replies
  • 0 kudos

Resolved! Hello, I am using SPC584B70E5 micro-controller for Ethernet driver development. I wanted to know what is the generic setup of MDC and MDIO pin? Can I verify MDIO interface without MAC initialisation?

I have configured MDI and MDIO pins and wanted to verify mdio write cycle signal on DSO. So what other settings need to do apart from MDC and MDIO pin configuration. Do I need to initialize MDC clock? What are the settings need to do for MDC clock.Be...

VGoga.1 by Associate II
  • 414 Views
  • 1 replies
  • 0 kudos

Resolved! Is STA1385 Telemaco3P supported by Arm KEIL MDK

HiIs STA1385 Telemaco3P supported by Arm KEIL MDK?else what are the alternatives for programming and debugging?Unfortunately there is little or no info. on this processor on the ST websitehttps://www.st.com/en/automotive-infotainment-and-telematics/s...

SMeht.2 by Associate
  • 411 Views
  • 4 replies
  • 0 kudos

Resolved! Using L9177A with hall effect sensor

Not sure this is the right section...but I would like to know if it is possible to use the L9177A with an hall effect sensor, in that case, I guess the signal is to be routed to the VRIN+ input, what about the VRIN- input?Must be connected to GND or ...

CheB8 by Associate
  • 307 Views
  • 2 replies
  • 0 kudos

Resolved! SPC570 IACKR - HighTec IDE - Interrupt

Hi guys,i have the following problem. I configure the interrupts as follow.INTC.BCR.R = 0; INTC.IACKR[0].R = (uint32_t)&VectorTable[0]; INTC.CPR[0].B.PRI = 0;   // enable interrupts __asm__ volatile ("wrteei 1" : : : "memory");After that, i configure...