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

HOWTO: Enable PLS Serial port driver for FTDI chip

Posted on May 23, 2017 at 11:27You can enable serial driver in discovery boards with integrated jtag.1) Download FT_Prog from FTDI site2) Change ftdi chip serial number to 1626 (see serial.png)3) remove, insert USB cabe. 'PLS USB Serial port' will b...

vromanov by Associate II
  • 398 Views
  • 0 replies
  • 0 kudos

Unable to Use Flash Driver and EED together

Posted on March 31, 2017 at 08:54 Hello All, I am working on SPC560B54L5 board using SPC5studio version 5.2.3. Since the code for EED(EEPROM Emulation Driver) is not getting generated automatically in version 5.2.3, I updated the plugin for EED...

0690X00000606aKQAQ.png

Resolved! SPC560C40L1 ADC related issues

Posted on May 15, 2017 at 11:03Hello,I am working on SPC560C40L1 board. I should make use of ADC peripheral and I noticed that there exists three different ADC type pins. (GPI, ANS and ANX). The functional description of each ADC pin is not describe...

SPI - spikes on the MOSI line between frames

Posted on May 16, 2017 at 22:15Hi, I am using the SPC570S40E1 microcontroller. When looking at the MOSI line on the scope, I am seeing spikes right around the end of a frame even when transmitting all zeros. The device I am trying to communicate wit...

Resolved! CAN protocol Demo project for SPC5

Posted on May 10, 2017 at 11:12Hii need to set up a demo for CAN protocol. I need to recieve some CAN cmds and toggle a pin.Which eval board should I get?Where would I find example projects for a can receiver?Thx

Resolved! problem in finding reent.c

Posted on May 05, 2017 at 16:24Hello All,I am using SPC560B54L5 board along with SPC5studio 5.2.1 and UDE 4.2In my application I am trying to receive 256 bytes of data/packet and sending 30 bytes(max.) of response to the sender. The application star...

0690X00000606KiQAI.png

SPC5 studio project problems when compiling with -Os

Posted on February 09, 2017 at 17:10When compiling a SPC5 studio generated demo program with -Os to optimize on size, the resulting code stalls during initialisation. in eirqInit() the loop  while (eirqconf[i].eirqNumber != -1) {never terminates whe...

Resolved! SPC560B40x how to get the programmers reference or what ever they call the long form documentation for these chips. This is not the power arch manual but the how to use the CAN controller ADC ect?

Posted on May 02, 2017 at 23:46SPC560B40x how to get the programmers reference or what ever they call the long form documentation for these chips. This is not the power arch manual but the how to use the CAN controller ADC ect?

Resolved! SPI configuration - Send & Receive

Posted on April 21, 2017 at 21:39 Hi, I am trying to configure the SPI moduleon the SPC570S40E1 microcontroller to communicate with an external device. The devicerequiresmessage length of 40 bits.I would like to know if I am setting up the ...

Resolved! SPC560Bxx OSAL component in C++

Posted on April 26, 2017 at 10:37The 'SPC560Bxx OSAL Component RLA' 1.0.201704140929 doesn't work with C++ since the extern 'C'-block isn't closed in osal.h and systimer.h#spc5studio #c++