missing-QuestionPost

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Stack and heap size modification

Posted on February 10, 2018 at 16:26Hello Everyone,I am working on SPC560C50L3 controller and using UDE STK 4.8 software for loading the firmware. I want to know if there is a possibility to change the pre allocated stack and heap size during run ti...

Rpm measurement

Posted on February 05, 2018 at 15:31Hi!I'm looking for an example, or if anyone could guide me how to setup a SPC560P50 for rpm/pulse measurement.We are talking about 4 shaft sensors which will pulse 36 pulses/rev. Shaft speed is 0 - 8000rpm.I want ...

Chris J by Associate
  • 259 Views
  • 3 replies
  • 0 kudos

Resolved! RLA components missing with new projects (5.7.1)

Posted on January 15, 2018 at 06:45I've upgraded to Version 5.7.1 (my Config is attached).  When I create a new project, I do not have any of the RLA components available except the Platform Component RLA.  I also notice that the new project wizard ...

Confusion about Lockstep

Posted on January 05, 2018 at 10:41Hi Guys,i'm confused about the Safety Manual from the SPC57 µC.In section 3.2.4 Dual core lockstep mode stands, that i have to check MC_ME_CS[S_CORE1] and MC_ME_CS[S_CORE2]. I don't know what is meant by S_CORE2. ...

Enable performance monitor

Posted on December 05, 2017 at 14:04Hi,I'm trying to enable performance monitor on SPC58x series without luck so far. I tried the following:        e_lis       %r3, 0x8000        e_or2i      %r3, 0x0000        mtpmr       400, %r3 # freeze all globa...

SPC57 SWT Issue

Posted on November 17, 2017 at 09:29Hi guys,i want to use the swt.My Init Code: SWT.SR.R = 0xC520; SWT.SR.R = 0xD928;while (SWT.CR.B.SLK == 0x1);SWT.TO.R = 0x0F42400; SWT.CR.R = 0xFF00014F;My Service Sequence:SWT.SR.B.WSC = 0xA602; SWT.SR.B.WSC = 0x...