Question about STM32f429 FMC SDRAM Clock Configuration
HiI want reduce fmc clock for my sdram board below HCLK/2 or HCLK/3,how can i do if possible?i don't want reduce hclk to done this .is any ways exist to reduce sdram sync clock rate?thx :)
Ask questions, find answers, and share insights on STM32 products and their technical features.
HiI want reduce fmc clock for my sdram board below HCLK/2 or HCLK/3,how can i do if possible?i don't want reduce hclk to done this .is any ways exist to reduce sdram sync clock rate?thx :)
I'm using multiple external events through GPIO to wake the MCU from sleep. How can I check what source caused the event? Is there a register that I can read? What I understand is that the WFE instruction also clears the event register so I assume a...
Hello, I would like to know if its possible on the STM32f429 to run code from an external SRAM. Since no QSPI connection is available on this MCU, the alternative would be using the FMC.I was only able to find an application note (AN5188) on this top...
Posted on March 06, 2018 at 10:33According to RM008 DocID13902 Rev 17 page 447/1133 TIM9 supports 'External clock mode 1'TIM9/12 slave mode control register (TIMx_SMCR)Bits 6:4 TS: Trigger selection This bit field selects the trigger input to be us...
I want the STM32F769NI to generate an interrupt when a pause after a received byte on USART6 was detected. I am using CubeMX and configured USART6 for Asynchronous mode with 9600 baud and to enable global USART6 interrupts and use the low level drive...
The programming shall be based on the difference interface using Stm32Cube or beginning from scratch (meansing configuring the register my self).I will be delighted to get a feedbakc as soon as possible.ThksRompel
I would like to use the Single Channel (ADC1) of Nucleo-F401RE with DMA .i.e store the ADC values in a buffer and transmit them to FPGA using SPI Protocol. I'm afraid the nucleo is sending erratic data to FPGA. Also I'm unable to find what is the vol...
Posted on June 13, 2018 at 10:35Hello,I want to interface 512Mbit or 1Gbit I with STM32F722VET6 with CubeMX . I have seen lots of option for interfacing ..Which option I need to select for below memory chips in Quad SPI Mode , Bank (s) and Why ?....
I bought STM32 blue pill(STM32F103C8T6) and started learning on STM32 usng STM32CubeMX and TRUEStudio and successfully LED and UART2 transmitt.But I want to implement UART receive using interrupt but unable to do so.I have tried as per example but st...
Hi, I'm using STM32F429 microcontroller and I would like to program a subset of GPIOs for automatically shadowing the value of the program counter (PC) at every clock cycle WITHOUT interrupting the CPU activity, maybe exploiting the bus matrix connec...