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! I2C communication with non-existing slave

Hi. I'm trying to send a message to a non-existing slave via I2C on SPC58EE84E7.Is this possible?I get a NACK error message in response. Are there any examples of such an implementation?Thank you!

David_D by Associate II
  • 311 Views
  • 1 replies
  • 0 kudos

SP5C studio v6 not launching

Hello! I'm new to SPC5 studio. I just downloaded and installed the software. when I try to launch it, nothing happens. my laptop: Lenovo Ideapad 320, i5 7th gen, 8gb ram, Windows10what I tried:-I tried launching in compatibility mode(windows 7,vista)...

NSent.1 by Associate
  • 225 Views
  • 0 replies
  • 0 kudos

Resolved! Serial DMA position

Hi,I am developing an application on SPC58EC that uses the serial with DMA for reading.I'd like to know if there is a way to know and get the position where it's writing in the buffer. I mean something like the corresponding "__HAL_DMA_GET_COUNTER(.....

RD'Ig by Associate II
  • 564 Views
  • 2 replies
  • 0 kudos

Resolved! SARADC with DMA in SPC58EE84E7

HelloI intend to use SARADC with DMA and I'm not able to configure it. SPC5 Studio provides examples that I'm using but in the configuration options of other SPC5 models in SARADC Configurations the option DMA configuration appears. On SPC58EE84E7 do...

EReis.1 by Associate
  • 293 Views
  • 1 replies
  • 0 kudos

Resolved! Timers and Interrupts

i m working with SPC584xxx series MCU and trying to work with timers interrupts.using 1ms timer for calculating times for operations and using 10ms timer for work.but when 10ms timer work, 1ms timer is waiting and not triggering until 10ms timers wor...

yakdagg by Associate II
  • 493 Views
  • 5 replies
  • 0 kudos

Resolved! RTC in low power modes

HiI had a question about RTC in SPC560bxx.When you read the RTC documentation carefully, you will notice that it is actually a 32-bit counter that also operates in low-power modes and issues interrupts.This module is just a counter and there is no re...

Resolved! Reset code SPC5

Hi,i can't find the reboot code the spc5 core.I mean the equivalent code for SPC5 of STM32 HAL_NVIC_SystemReset();Thank you