STM32F4 DCMI Getting Wrong and Duplicated Bytes
Posted on October 11, 2017 at 22:33The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on October 11, 2017 at 22:33The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on October 11, 2017 at 21:49Hi,The STM32CubeMX repository has discovery board example projects for using QSPI flash.These example projects extern two variables:#if defined(__CC_ARM)extern uint32_t Load$$QSPI$$Base;extern uint32_t Load$$QSPI$$...
Posted on July 12, 2017 at 01:30Dear community,I have some issues to make my STM32F446 work properly. I would like to use ''triple combined regular simultaneous + injected simultaneous mode''. The aim is to use the 3 ADCs, each measuring 1 regular ...
Posted on October 10, 2017 at 22:34Hi,I am using the latest ST32CubeMx Ver. 4.22.Creating a new project with the wizard and selecting my target board Nucelo STM32F429ZI.When selecting the middleware ETH connectivity I have DP8348 as only choice wher...
Posted on October 11, 2017 at 14:33Hi,I want to use DMA for transfer data from memory (uint16_t DMA_BUFF[10]) to register TM21.ARR. I want to use TIM6 for generating events every 50 ms for DMA to transfer DMA_BUFF[xx] to TIM21.ARR.In First 50 ms I w...
Posted on October 11, 2017 at 04:05Compiler: IAR Workbench v8.11.3Graphics: STemWinHardware: STM32746G Discovery BoardHAL Version: V1.8.0Demo Project: C:\STM32Cube_FW_F7_V1.8.0\Projects\STM32746G-Discovery\Applicat...
Posted on October 11, 2017 at 10:28请问ç�?¨STM32F765芯片外部能扩展2片8ä½�å�•颗256Mbçš„SDRAMå�—,怎么连接呢?
Posted on October 11, 2017 at 10:14I just got a NUCLEO-F401RE board along with the NUCLEO-53L0A1 proximity sensors board, When I connect it to the lap, it is not recognized as a USB drive. Anybody seen this and any resolution please.#nucleo-f401re
Posted on October 10, 2017 at 14:14setting CC1IE:1 (TIM10->DIER) capture is good, but not occur capture interruptwhy?this is my sorce code volatile uint32_t temp2 =0; /*******GPIOG_Ouput_Init****************/ //RCC RCC->AHB1ENR |= 0x00000001<<6;...
Posted on October 10, 2017 at 17:24I'm looking to use the FMC in Synchronous PSRAM 16-bit mode, and need to run CLKDIV of 3 (or 4). The reference manual (RM0410) waveforms seem to show only a setting of CLKDIV=2. In figure 50/51, CLK is shown togg...