User Activity

Hello,I'm trying to use the I2S transceiver on a STM32H7.I did a first simple experiment using the HAL function: HAL_I2S_Receive_DMAI use a basic loop in the main:while (1){  if (i2s_bsy == 0) {    i2s_bsy = 1;    i2s_status = HAL_I2S_Receive_DMA(&hi...
Hello,I'm trying to use the PSSI bus in slave mode to transmit data from a small FPGA. After some time chasing a weird bug (I'm losing 8 32bit words at the end of packet) I decided to use a logic analyzer on the bus and it showed a weird behavior fro...
Kudos given to