User Activity

Hello,I am trying to send some dummy data through I2S in PCM format from one stm32 board to another board by configuring one board as master transmit and the other one slave receive.I can send and receive the data but the received data is doubled the...
HelloI am using STM32F746 discovery board and trying to transfer data in PCM format using I2S protocol provided. I have configured for below mentioned settings  hi2s2.Instance = SPI2; hi2s2.Init.Mode = I2S_MODE_MASTER_TX; hi2s2.Init.Standard = I2S_ST...
Hello I am using STM32F746 Discovery board and trying to develop customized UI by using the STM32CubeF7 software by stm. The problem I am facing is i could not able to add key board to my UI as there is neither keyboard widget in the gui builder nor...
In debug it is going into the hardfault handler and the code is not starting from the main it is starting from__STATIC_FORCEINLINE void __DSB(void){ __ASM volatile ("dsb 0xF":::"memory");}and when i step over from here it is going to main()after that...