User Activity

Hello,I am new to Linux and just got a new DK2 board. I am attempting to go through the sample on the wiki site.Question 1:I have followed all the steps, but when I go to make the example, I get this error and am not sure how to address it (image mak...
Hi, I'm trying to do a read and write to an FMC, SRAM Bank 1, NE1. However, it does not work.STM32CubeMX was used to create the setup.The SRAM setup:static void MX_FMC_Init(void) {   FMC_NORSRAM_TimingTypeDef Timing = {0};   /** Perform the SRAM1...
Hi, I'm trying "HAL_I2S_Receive" with the STM32H743, but HAL_OK is not being detected. I wrote 2 different functions - I2SWriteData and I2SReadData. For I2SWriteData, Transmit returns HAL_OK. For I2SReadData, Receive does not return HAL_OK. I2S is se...