User Activity

My project needs a lot of pictures, so I need to use external flash. The Norflash I use is w25q256  different from the development board n25q256. So I have to write my own stldr file. I use the mpu is stm32f469, but I can not find the demo project ...
My current project uses "en.stm32f4_dsp_stdperiph_lib", version 1.60, which implements the finished product function using standard library. Since stemwin GUI was added to use Mipi lcd, I found only a simple DSI example in the standard library.Does S...
My project needs to output PWM NState, My code is as follows, but no PWM signal output has been detected by the oscilloscope measurement. How can I solve this problem? #define MOTOR_DE_RCC_PERIPH RCC_AHB1Periph_GPIOC #define MOTOR_DE_PORT...
Hi:​Let me ask you a question. When use 32 bits of SDRAM in STM469 official routines, DMA is configured as follows: /* Configure common DMA parameters */ dma_handle.Init.Channel = SDRAM_DMAx_CHANNEL; dma_handle.Init.Direction ...
I have a stm32f469i-disco board. I compile the stm32f469i-disco demo application st\en.stm32cubef4\STM32Cube_FW_F4_V1.21.0\Projects\STM32469I-Discovery\Applications\STemWin\STemWin_HelloWorld\EWARM, Compiled successfully and downloaded to the devel...