Automotive MCUs

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

How to Enable Debugging for SPC584B70E1 in SPC5Studio?

Hello everyone,I’m currently working on a project using the SPC584B70E1 chip and SPC5Studio as my development environment. However, I’ve run into an issue where the “Execute” and “Debug” buttons are grayed out, and I’m not sure how to proceed. After ...

LEEDW by Visitor
  • 37 Views
  • 0 replies
  • 0 kudos

SPC5 Board files

Hello, We have two discovery boards with SPC5 automotive MCU - SPC560B-DIS and SPC582B-DIS.We want to use them as basis for testing our hardware, and intend first run the tests with the discovery boards.Where can I find files required for testing reg...

Adam4 by Visitor
  • 74 Views
  • 0 replies
  • 0 kudos

Resolved! SPC5 Studio with a different compiler

Hello,  I currently have SPC560P chip which I am able to program using SPC5 Studio and Debug using SPC5-UDESTK. The compiler that I have currently selected is "FreeGCC with VLE Support" by going to the Application Configuration -> SPC560Pxx Platform ...

asn by Associate III
  • 105 Views
  • 2 replies
  • 0 kudos

Resolved! How to use I2C for SPC58EG

Hi, I am developing SPC58EG in SPC5 Studio.I want to use I2C communication with a RTC device.However, I cannot find any example for I2C in the IDE.How do I get the reference to develop I2C?Thank you.

FuKai by Associate II
  • 74 Views
  • 1 replies
  • 0 kudos

Wake-Up with CAN FIFO Rx in SPC5

Hi ST Team, MCU is SPC584B70E1. CAN0 is used as ISR-Rx normally. I want to choose "CAN FIFO 0 Rx New message Interrupt" as Wake-up Source. In SPC5 Studio, I configurated on WKPU Configuration setting , I selected INT 0 as WakeUp Source and in the CAN...

Gknr by Associate
  • 65 Views
  • 0 replies
  • 0 kudos

SPC564B74 input frequency measurements errors

Hi,I am using the SPC564B74 to measure the frequency of a square wave signal. The problem is that I have a some artifact measurements that cause problems on my application. A few times per minute, the measured frequency randomly drops to zero or an i...

SPC56 PMU not working

Hi!When I trigger the built-in LVD self-test for the Power Management Unit by writing PMUCTRL.CTRL.B.SILHT = 1, the PMUCTRL_FAULT register immediately indicates a low voltage detector fault and the MCU goes into SAFE mode. If I trigger the HVD test b...

DaveJ by Associate II
  • 80 Views
  • 0 replies
  • 0 kudos

Resolved! SPC560 Analog read of a pin

I'm searching for a simple API call such as found on Arduino :theValue = analogRead(port);does such a thing exist?  Hoping for pal_lld_analogReadpad( PORT_x, pinNumber );I find in adc_lld.h there is an array of functions which I am unsure why they ex...

Bucko_0-1726153376450.png
Bucko by Associate
  • 132 Views
  • 1 replies
  • 1 kudos

SPC56 aborted FCCU operation

I want to clear the FCCU flags on my SPC56 chip. From the test application generated by SPC5Studio, I have the following code:static void spc_clear_fccu_rgm(void) {/* FCCU CF errors clearing.*//* Clear FCCU CF Status Register0 errors.*/FCCU.CFK.R = 0...

DaveJ by Associate II
  • 96 Views
  • 0 replies
  • 0 kudos