User Activity

Hey folks,I am trying to record the audio on STM32H735 discovery kit, but the callback functions (BSP_AUDIO_IN_TransferComplete_CallBack) never been called. I also tried the BSP example for the board; however the audio recording demo is not working t...
Hey folks,I am trying to use BSP package for recording audio on stm32h747 discovery board. I created a project from scratch and tried to do what ever I saw in the BSP exam for the board. However, "BSP_AUDIO_IN_TransferComplete_CallBack" function is n...
Hello folks,I am using a STM32F469i-disco board and trying to read the stored variable from the on-board flash. I did use BSP package to init the QSPI and set it to memory mapped mode. Now, I am facing a weird situation.printf("%x\n", (EXTERNAL[0]));...
Hey folks,I am working on a project and I need more than 1 MB of flash memory for cortex 7 core on STM32H747. I know that cortex 4 core would start reading the flash from 0x08100000 (which is exactly 1 MB away from 0x08000000 of the cortex 7 core). I...
Hi folks, I am trying to create a simple GUI with the BSP library on a STM32H747-Discovery board. Everything works fine till I increase the lcd refresh rate to around 30 Hz, then I see some flickering. Does anyone have any idea on this issue?Also, I ...
Kudos from