Posted on July 31, 2017 at 22:00
Hi all,
I am trying to initialize the FlexCAN1 module on the
SPC570S40E1 micro. The CAN module looks like it is correctly initialized, but when I try totransmitusing one of the MB's, the CAN Txline shows no a...
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...
Posted on May 03, 2017 at 18:05Hi, 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...
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 ...
Posted on April 07, 2017 at 20:38
Hello, I would like to know what is wrong with my current configuration of SPI module. I can see data in the TX FIFO, but its not getting transmitted.
I am using the
SPC570S40E1 microcontroller.
SPI Port ...
Posted on April 25, 2017 at 16:57
Thanks. That solved the issue.
However, I believe I would need to perform a loop back since I am not getting any data back. How do I connect the MISO to MOSI in software?
void Initialize_SPI_Port(void)
{
//...
Posted on March 09, 2017 at 16:49Thanks Luigi, I was able to get it working. Unfortunately, SPC5 studio only seems to be working partially on my computer. I am able to work with the examples that were meant to run on development boards, but I cannot...