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

Writing data to the on chip EEPROM by the bootloader?

Hi ST team,I'm working with spc570s MCU.I want to write some data to the on chip EEPROM and read back.I have tested it by the code provided in the examples of SPC5Studio.It's working.problem :-I want to write and read data by the bootloader example c...

kasun by Associate II
  • 330 Views
  • 0 replies
  • 0 kudos

i can't receive multiple data in lin slave mode

SPC58EC80E1 is used and only lin slave mode is used.So, in the example code (SPC58ECxx_RLA LIN Test Application for Discovery), delete the lin_lld_start (&LIN_MASTER....) corresponding to the master and activate only lin_lld_start (&LIN_SLAVE...).and...

PLEE.2 by Associate II
  • 448 Views
  • 2 replies
  • 0 kudos

1byte write in flash

i use SPC58EC80E1if feature : flash size 4MB​the flash Consisted of low block, lager block, high block.I want to write 4byte for low block (0xfc0000) in test1_func().continuously, I want to write 4byte for low block (0xfc0004) in test2_func() For exa...

PLEE.2 by Associate II
  • 292 Views
  • 1 replies
  • 0 kudos

Resolved! it cant jump to application after bootloader

Hello,i use spc58ec80e1 in our project. (spc5studio)the bootloader code is flashed in address 0x00fc0000 (Boot Mode : copy in flash),and application code is flashed in address 0x01000000.(Boot Mode : Excute from flash)After the bootloader starts to o...

PLEE.2 by Associate II
  • 479 Views
  • 2 replies
  • 1 kudos

EEPROM overflow bigger than 256 bytes

Hi,I always take an error "EEPROM_ERROR_FLASH_PROGRAM" while I was trying to write some data on EEPROM.So, I debugged and realized It returned an error in verify stage.I give uint32 WriteBuffer[100] and It makes 400 bytes.In verify stage EEPROM drive...

sonerb by Associate II
  • 410 Views
  • 0 replies
  • 0 kudos

Resolved! Need safeasil package for STM8

Hello. I am trying to integrate ISO 26262 functional safety ASIL B requirements into our project which uses STM8AF52xxFor this purpose I need STM8A-SafeASIL - Automotive functional safety package for STM8AF and STM8AL Series MCUs in systems implement...

raja1 by Associate II
  • 516 Views
  • 1 replies
  • 0 kudos

flash devided 2 part in SPC58EC

hello. alli use SPC58EC80E1this MCU has 4M flash so. I want to divide this flash into two parts.(ex : 2M+2M)and. I want to have two builded images and execute one of the two images by a certain value.Should I modify the application.ld file? Or should...

PLEE.2 by Associate II
  • 288 Views
  • 0 replies
  • 0 kudos

How to use SPI with DMA in SPC58

Hello allI would like to do SPI through DMA.Before transmitting data, we want to send the command of the PUSHR register together, so one channel wants to combine the data and transmit it through the minor loop link.However, there is a problem that it...

SKang.9 by Associate
  • 484 Views
  • 0 replies
  • 1 kudos