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

Caching issue with SPC58

Hi, We're testing an SPC58NN84E7 and encountering an issue with the ADC in DMA mode. Our debugger is an SPD5-UDESTK interfaced via OpenOCD.When inspecting the ADC's DMA result buffer through the debugger, all values appear valid. However, unexpected ...

sacha by Associate
  • 288 Views
  • 0 replies
  • 0 kudos

SPC5 debug and flash programming

Hello, We are currently developing a board for a customer with a SPC564B74L7 (his choice, not ours). Now we need a tool to debug through JTAG and to program the flash.Is SPC5-UDEDEBG-TL enough? Do we need specific software or should we use STELLARLIN...

SPC58NH-DISP CAN Test Application available?

Hello,We are trying to get setup with the SPC58NH-DISP board and are having issues with getting CAN communication going. I attempted to manually adjust the CAN Bootloader test application to send a simple message over CAN J2 but have not had any luck...

LTrap1 by Associate
  • 298 Views
  • 0 replies
  • 0 kudos

How to access ADC value on GTM/MCS

How to read ADC conversion results on the GTM/MCS.Here is my code:MCS side:AN8  = __brd(0x00005440);AN9  = __brd(0x0000544C);AN16 = __brd(0x00005480);AN17 = __brd(0x00005488);AN26 = __brd(0x000054D0);AN27 = __brd(0x000054D8);AN40 = __brd(0x00005540);...

JAYLOU by Associate II
  • 310 Views
  • 0 replies
  • 0 kudos

SPC58EC-DISP USB to Serial connection

I want to read and write data by serial connection.For test, I import samples "SPC58ECxx_RLA SERIAL Test Application for Discovery" from application library.In my understanding, the "main.c" function write "Hello World!" by serial connection.my envir...

jchoi.1 by Associate
  • 1253 Views
  • 3 replies
  • 0 kudos

Machine check interrupt ( SPC58NE84C3)

Hi,I am using:Processor: SPC58NE84C3Compiler: FreeGCCWe have a working software setup running with optimization level "O0". However, when we enable "O1", we encounter issues in certain states where it triggers the the Machine Check Interrupt (offset ...

febe2_0-1728986385435.png
febe2 by Associate II
  • 261 Views
  • 0 replies
  • 0 kudos

ISR registration

I am using sample example from SPC58NN84E7, I could see there is common ISR function for all the modules, of course with different vector number, But i am not able to see how this   #define IRQ_HANDLER(id) void id(void) function address is registered...