User Activity

Hello,I am trying to make SPC560B54L5 EVB in low power mode that is STANDBY mode.The measured current in normal RUN0 mode is 143 mA whereas while keeping in STANDBY mode, it is around 92 mA. But as per the AN3316 Application note the max current cons...
Hello,I am using LIN4 as slave , but I am not able to activate the identifier filter . Actually other than lin driver 0(LD0) , lin identifier filter is not getting activated.ldp->linflexlp->IFER.R = (uint16_t) (ifer | (((uint32_t)1U << 1))); /* Enabl...
Hello,I am trying to test the SPC560Bxx_RLA LIN Test Application for Discovery with lin transceiver. I am using two transceiver connected one with slave channel and one with master channel. How should I test the application code with transceivers?
Hello,I am working with lin sample driver application. I am able to send and receive data but in between lin i am getting the following errorsync errorrcv error due to invalid headerframing errorshort response invalid checksumI have done the testing...
Hello,I have used following line of code for making the spc560b mcu board in standbu mode but the current drawn by the mcu is still 90mamp, for standby mode it should be in micro amp.Kindly help me out with the issue.uint32_t n =69;uint32_t pctl = S...