Hi,Please suggest development board which has Flexray Interface. I have write Flexray Driver and can be used integarted with vechicle dignostics services.Thanks !Regards,Deepak
Hi,I am using STM8 device as a SPI master and SMP580 is a slave. When I enable SPI Transmit Interrupt (SPI_ICR-> TXIE = 1) MCU is resetting and when not enable MCU reset not occurring. I am enabling these interrupt during MCU Init. MCU not reset when...
Hi,I want to read more than one byte of data from slave device. I am using STM8AF family micrcontroller in master mode and pressure sensor SMP580 is a slave device. Master will send command which is of 1-byte to read 16 bit data from slave device. An...
Hi,I want to read more than one byte of data from slave device. I am using STM8AF family micrcontroller in master mode and pressure sensor is a slave device. Master will send command which is of 1-byte to read data from slave device. And slave will ...
In my current implementation at the time of SPI INIT I have made correction as follows,I have enabled RXNE interrupt only (RXIE = 1) and Disabled TXIE interrupt. So MCU reset not occurring.But why TXE flag is getting set (TXE = 1) always. I can see t...