Hello,I am working with SPC58EC evaluation board for one of our projects. In order to reduce power consumption, we put the mcu in one of the low power mode HALT0 where the core clock is stopped and also kept some of the peripherals active. The flexra...
Hello, I have a question regarding the HALT0 mode. Is it possible for the FlexRay core to read the data from memory while CPU is on halt (in HALT0 mode core clock is stopped)?In general, is there some kind of setting in SPC58EC mcu where system memor...
How to wake up from STANDBY0 mode and also Halt0 mode?Is it possible to wake up or come out of STANDBY0 mode by pressing the reset button on the eval board?I tried it that way, but it is responding to the reset.As mentioned in the table above, can a ...
Hello,Are the FR_DBG[3], FR_DBG[2], FR_DBG[1], FR_DBG[0] – Strobe Signal pins present in SPC58EC80E5 DISP Discovery board for FlexRay debug purpose?Thanks
Hello,Currently I am working with SPI communication in SPC58EC DISP Discovery board. I wanted to evaluate communication between MS-SL and SL-MS. I have configured SPID1 as master and SPID2 as slave. I was able to send data from master to slave using...
Hello,I am still stuck at spi slave to master communication. I did not received the same bytes that I sent out from slave. Could someone help me to solve the issue?
case 'a':debug_print_string("Starting SPI frame transmission from master:");debug_print_crlf();debug_print_string("Test case for command: FRCMD_GET_STATUS ");debug_print_crlf();tfsend_prepare(&tfc_spihandler, TF_ID_COMMAND, FRCMD_GET_STATUS);tfsend_f...
Thanks for this information. But I couldn't receive all the data that I sent out from slave in master. I have used the following configuration.const SPIConfig spi_config_master = {SPI_MASTER,0,PORT_E,8,0UL | SPC5_CTAR_FMSZ(8) |SPC5_CTAR_PCSSCK_PRE1 |...
Hello,Currently I am doing the transmit buffer configurations. I configured 2 transmit buffers. But the FLEXRAY_0.CH[1].MBIDXR.B.MBIDX field is still 0 even after setting an index. Do you know why is it so ? Kind regards,RSeba