User Activity

Hi all,I am working on custom bord with STM32F746NG with LCD screen and a bluetooth mesh module.I would like to use TouchGFX and I recently discovered X-CUBE-BLE2 with BlueNRG-M2. However, in STM32CubeMx I saw it's not possible to have TouchGFX Gener...
Hi all,I have a custom board with STM32F767ZIT and an external QSPI flash MT25QL128ABA.My QSPI mapping is :CLK : PB2CS : PB6IO0 : PF8IO1 : PF9IO2 : PF7IO3 : PF6I made my own custom external loader for my QSPI with these ST tutorial :https://www.youtu...
Hi,I have a custom board with STM32F767ZIT and a QSPI external memory MT25QL128ABA.My QSPI mapping is :CLK : PB2CS : PB6IO0 : PF8 IO1 : PF9IO2 : PF7IO3 : PF6I find some others subject about it but I failed to create the stldr file : https://community...
Hello,I am working on STM32F413VGT with STM32CubeIde.I am using timer 3 channels 1 and 2 to generate 2 PWM signals to control a motor. This part works perfectly.I am also using ADC1 in DMA mode to get 7 ADC measurements. This function also works perf...
Hi everyone,I would like to play a video (.mp4 or .avi), on STM32F746G-DISCO.I find an example on TouchGFX Designer (Online Applications), Washer Demo with a video in the screen Instructions.I find in the project a file "video.c" which is generated f...