Posted on July 17, 2017 at 08:50
Hello,
I am working on a SPC560P Discovery Board.
I have imported test application 'SPC560Pxx RLACAN Test Application for Discovery' for FlexCAN testing. In this FlexCAN0 is used in loop back mode and it is w...
Posted on July 12, 2017 at 10:30
Hello,
I am workin on SPC560P Discovery Board. I am trying to initialize the ADCperipheral using the components provided in the SPC5 Studio. What I am trying to do is to replicate the ADC Test Application in a ...
Posted on August 16, 2017 at 09:57Hello David,Yes I mixed up a little bit the version numbers and I wrote a few false thing about the startup, so to clear it up: The nxp and st controllers (as far as I know, even the new ones) implements the 2.1 ve...
Posted on August 11, 2017 at 12:49
Hello David,
1.)
Node B should be
integration_listen
state just like you said. I think you left the part in your code for Node B which set the controller into POC:allow coldstart.
Example:
/****...
Posted on August 10, 2017 at 16:12 Hello David, The purpose of the wake up pattern is to wake up the nodes on the cluster from Standby or Sleep modes, if the node is already in normal mode i dont think it needs to react to the wakeup event. A sta...
Posted on August 10, 2017 at 14:02Hello David,If you set the protocol to Wakeup (POCCMD to wakeup in POCR) repeatedly with your while loop for example, the controller should send a wake up pattern each time. You can set the length of the low bits an...
Posted on August 10, 2017 at 10:57Hello Erwan,I am using MB0 for receiving and MB1 for transmitting.Before the transmit while cycle the MB code shows inactive:After trying to transmitting it, the code is 0xC which would mean: Transmit data frame unc...