User Activity

HelloI'm working with spc560p40 and using it's on chip EEPROM. Everything is ok with writing data in any ID, but when I want to overwrite any ID that filled before, the MCU will stop. Its ok for one time writing but for second time writing and more, ...
HelloI working with spc560p and I send or receive with SPI very good and had no problem, but if I want to send or receive more than 4 bytes (32bits) in one message (one chip select), what should I do? I used this format for send and receive: spi_lld_...
HelloI'm working on SPC560P and tried to receive CAN message as sample in examples discovery kits in spc5studio but still it's not working. I wrote below code:void cfg0_Fifo_Rx(CANDriver *canp, CANRxFrame crfp){if(crfp.ID == 0x811){pal_lld_togglepad(...
Hello I'm working with SPC560P40 and I tried to send CAN data but with any condition which I tried out, it has just some regular pulses that has no meaning. I saw all examples in SPC5Studio but I got same pulses. would you please help me out with thi...
Hello ​I'm using spc560p40 and I tried to read data from other slave. When I monitor the code on logic analyzer, data is OK, but my mcu saw data one shift to right. I used spi_dll_exchange(&SPID, 2 , TX BUFFER, RX BUFFER) to send and receive data. Wo...
Kudos from