STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32L4 Wakeup Delay from Stop Mode (Stop 0)

Posted on November 27, 2017 at 20:27Question: How to achieve the 4.5 us wakeup time for the stop mode (Stop 0)? The board I am using is STM32L476 NucLeo. I am using the MSI clock (48 MHz) as the system clock. After awaken up, the MCU runs the 'HAL_A...

0690X00000608ySQAQ.png 0690X00000608ycQAA.png

UART IT

Posted on December 04, 2017 at 18:18I am using Nucleo F334 and STM32 Workbench as IDE.I need to build a bridge between UART2 and UART3. It should work this way: data are continously acquired on USART3_RX by interrupt and transmitted on USART2_TX.I a...

Resolved! Firmware Working in Debug but not on Stand Alone

Posted on December 01, 2017 at 16:08Hi,I'm developping a firmware with a stm32f405zgt6Unfortunatly, I debug the code, step by step, and it's working fine, but then, when my board is on stand alone mode, the firmware is not working. It looks it even ...

ignasi by Associate II
  • 636 Views
  • 3 replies
  • 0 kudos

STM32F401 LL CubeMX - SysTick not started (bug?)

Posted on November 23, 2017 at 17:30Hi all,CubeMX v4.23.0CubeF3 fw package v1.18.0I'm finding that a clean newly created project & created source does not enable the SysTick timer.The project is a mix of LL and HAL.I have to add HAL_ResumeTick() to ...

mwp by Senior
  • 298 Views
  • 1 replies
  • 0 kudos

STM32F756 Ethernet needs DTCM

Posted on November 22, 2017 at 12:57Hi,I have problems with ethernet (using the HAL library 1.8.0) on the STM32F756ZG.If I place the DMA buffers in the DTCM (0x20000000-0x2000ffff), it works fine. If I place the DMA buffer anywhere else (SRAM1, SRAM...

zabel by Associate III
  • 690 Views
  • 3 replies
  • 0 kudos

STM32F407VG: ADC+DMA+USART

Posted on November 27, 2017 at 17:47Dear all,I am trying to acquire analog signal and sample it through ADC (12 bit) at a rate of 8KHz and stream the data through USART. /* USARTx configured as follows:  - BaudRate = 921600 baud  - Word Length = 8 B...

stm32L0 touch and sleep

Posted on December 04, 2017 at 16:02Is there example of using stm touch library and sleep in L0 series? I want to system to wake up on touch detection, but with my implementation is waking up on end of every acquisition?Can someone help with idea of...

azi 89 by Associate
  • 205 Views
  • 0 replies
  • 0 kudos

STM32 DISC1 - LCD

Posted on December 01, 2017 at 17:53Hello ,Is there any documents for how DMA2D/LTDC  interfaces with external SDRAM to change LCD ? who fetches the Data to send to LCD drivers ? and what is the  sequence ?

R. M. by Associate II
  • 615 Views
  • 3 replies
  • 0 kudos