Automotive MCUs

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

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
  • 644 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
  • 846 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
  • 504 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
  • 749 Views
  • 0 replies
  • 1 kudos

SPC5 Uart initialization problem

Hello I have SPC582B54 and I want to use an UART interface. The problem is that it can't enter the initialization mode. The INIT bit in CR1 is set but the registers (f.e. baud rate registers) could not be written. It does not matter if this bit bit ...

Rmilko by Associate
  • 931 Views
  • 1 replies
  • 0 kudos

I am using Wind River Diab Compiler and Wind River Workbench IDE for developmment of our project. We are using ST BOLERO SPC560B60L3 microcontroller for our project. For this project, low level driver code we are planning to generate via SPC5 Studio.

I am using Wind River Diab Compiler and Wind River Workbench IDE for developmment of our project. We are using ST BOLERO SPC560B60L3 microcontroller for our project. For this project, low level driver code we are planning to generate via SPC5 Studio....

Enable RTC driver on SPC560B discovery board (SPC5Studio)

I am using SPC5 Studio, version: 6.0 with an SPC560B discovery board. The onboard MCU is the SPC560B54L5. According to the datasheet this has an onboard RTC.I created a new project using the 'Create new SPC5 application' wizard. This works fine and I...

DColl.1 by Associate
  • 745 Views
  • 1 replies
  • 0 kudos

SPC5 Studio osalThreadGetMicroseconds overflow

Hi,In the osal.c line 389 "osalThreadGetMicroseconds" function uses "osalSysTime_ST2US" macro to convert ticks to microseconds.The macro uses osalsystime_t variable type that is 32-bit length. return ((uint32_t)((((osalsystime_t)ticks) * 1000000UL) /...

sonerb by Associate II
  • 541 Views
  • 1 replies
  • 1 kudos