missing-QuestionPost

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! CRC calculation with DMA

Posted on October 06, 2017 at 11:31Hi guys,i tryed to use the CRC Modul with DMA Access but it doesn't work.My first step is to configure the DMA Channel.DMA.TCD[3].SSIZE = 2 /** 4 Bytes **/DMA.TCD[3].DSIZE = 4DMA.TCD[3].SOFF = 4DMA.TCD[3].DOFF = 0D...

Synchronous rectifier using SPC570S-DISP board

Posted on October 23, 2017 at 07:16Hi ST experts!I have worked on phase shift full-bridge converter projects. Recently, I get a trouble with synchronous rectifier PWM. The PWM duty, frequency, and deadtime parts work well, but they can't not shift p...

manual issue SPC570s?

Posted on October 12, 2017 at 08:49Hi,in the memory map of the reference manual of SPC570s the SARADC_B has an address of 0xFFE3_C000.This seems to be right, because it works fine with that address.But 3 lines down under this address is marked as Re...

0690X00000608WfQAI.png

Interrupt and wakeup pins configuration SPC560B

Posted on September 22, 2017 at 06:51hi everyone ,I am using SPC560B discovery board , I am new to spc5 studio ,could someone help me  how to configure the WAKEUP PINS  to wakeup the MCU from STOP mode . My requirement is the MCU should identify the...

Resolved! FlexRay SPC56EL70L5

Posted on August 08, 2017 at 08:29Hello community,I am asking myself if there is actually anyone running FlexRay on the SPC56EL70L5 Board?I am currently stuck in the wakeup process (I think that is where I am stuck), because the wakeup pattern does ...

How to enable interrupt without OSAL and HAL component

Posted on August 10, 2017 at 10:54Hello!I made new project only using SPC560Bxx Platform Component in SPC5 studio.When I add OSAL component, Interrupt does work well.At present, I am trying to enable interrupt without OSAL and any HAL component. But...

Hank Im by Associate II
  • 395 Views
  • 3 replies
  • 0 kudos

Power supply of SPC560P34L1

Posted on August 09, 2017 at 12:46Please can anyone help me, i'm working with SPC560P34L1, i will use the UART interface, CANflex module and  flexPWM module(one pwm output), i need to know how much current can this MCU consume, in orther to provide ...

AC MR by Associate
  • 236 Views
  • 2 replies
  • 0 kudos

Flash library

Posted on August 03, 2017 at 13:07Hello,I’m developing SPC58xC(SPC584B70E5) Flash driver now, I want to know how to get the C55  Flash library?Thanks a lot.BR,Sijia

SPC560B50x CAN Transmit Interrupt not working

Posted on July 20, 2017 at 17:35HiI am working on SPC560B50x controller and trying to send CAN messages from the controller to the busmaster tool.I am unable to hit CAN transmit ISR breakpoint, but messages transmitted  through my controller is gett...