STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Coin cell to VBAT pin on a Nucleo board?

Posted on November 20, 2017 at 22:35On a Nucleo board, is it as simple as pulling the 0 ohm resistor off SB45, and connecting a coin cell [something like a CR1220] to pin33 [VBAT] and ground, in order to have battery backup for the RTC registers?

Resolved! SD Card using 1 bit SDIO on Nucleo 401Re

Posted on December 02, 2017 at 18:59HI I've been trying to get an SD card working in 1bit mode using the SDIO peripheral. I am failing, and would appreciate some help. I'm on a Nucel401RE using STM32Cube_FW_F4V1.180.0The pin configuration is below. ...

0690X00000604BYQAY.jpg 0690X00000604I8QAI.jpg 0690X00000604HpQAI.jpg 0690X00000604IhQAI.jpg

Resolved! STM32F446RE

Posted on January 20, 2017 at 06:02Hi Guys,I am working on a project based on STM32F446RE and we need to interface external SDRAM(16bit) with STM32. Can anybody help me with interface of SDRAM with STM32.Regards,Muhsin Ali#stm32f446re #sdram

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
  • 685 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
  • 319 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
  • 746 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...