User Activity

I have multiple CAN FD Participant which are configured the same way:if (canFdMode == canFdModes_2mbit) { hfdcan1.Instance = FDCAN1; hfdcan1.Init.ClockDivider = FDCAN_CLOCK_DIV1; hfdcan1.Init.FrameFormat = FDCAN_FRAME_FD_BRS; hfdcan1.Init.Mod...
Hello,I tried to impelement a simple SPI Echo Slave.The Master transmits Data (Example for Nucleo 474RE - Master Full Duplex Interrupt) and the Slave waits for reception using HAL with a datasize of 1 Byte.After the Transfer is completed I am copying...
Hello,I am trying to write and read data to/from an M24128-BRMN6TP. Communication Interface is I2C, I am using a STM32G474 as Master and the HAL lib for communication.I have written a wrapper driver for the memory and I2C which i cannot post here, bu...