STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32F411VET UART2 questions

Hi, I've some questions about STM32F411VET and UART2.Is UART2 in this MCU native or emulated?I ask this, because despite I use an interrupt to receive data through calling to "void HAL_UART_RxCpltCallback(UART_HandleTypeDef *huart)" callback, I had t...

SDall.11 by Associate III
  • 1155 Views
  • 8 replies
  • 0 kudos

SPI slave recv only 10bit

how to process with spi recv datas? the master transmit datas 0,1,2,3,4,5........., the result SPI-DR data 0x0000, 0x1008, 0x0301, 0x0050, 0x1807...

Staly.1 by Associate III
  • 507 Views
  • 1 replies
  • 0 kudos

STM32L100RCT6 power consumption

Good day everyone, hope you are doing wellI am currently working on lowering power consumption in StandBy mode on STM32L100 DISCOVERY board, so I could get the best battery life possible on STM32L100RCT6.I managed to get 1.65 uA measured with amper m...

0693W000003PKJ5QAO.jpg
JZida.1 by Associate II
  • 430 Views
  • 1 replies
  • 0 kudos

SPI DMA Multi-master

HelloIm trying to implement the SPI "multimaster" functionality described in this_doc.SPI networks can operate in a multi-master environment. This mode is used to connect two master nodes exclusively. When either node is not active, they are by def...

MBohm by Associate II
  • 708 Views
  • 2 replies
  • 0 kudos

My STM32L0 RTC stops in standby mode

Posted on September 27, 2017 at 05:09Hi, I have a small custom board using an STM32L0xxx.The RTC is running as expected in run mode.When I enter Standby mode the RTC appears to stop.The MCU is in standby most of the time, it wakes up for about 2 to ...

can't debug. Break at address "0x808a7c4" with no debug information available, or outside of program code.

Hello,when I'm trying to flash my program into the STM32 board, I get a message telling that no debug info.. and break at address "0x808a7c4"this is the assembly code at that address: ldr   r0, [pc, #4]  ; (0x808a7cc)can someone help me to solve thi...

idrissmc by Associate III
  • 1572 Views
  • 13 replies
  • 0 kudos

Why it's not working to use the same program

i'm using two boards for develop, at now.One board is a nucleo-h743zi. and other board is using a STM32H743IIK processor.It is the same program, and I wonder why it does not work on the Nucleo-board and on the STM32H743IIK board under development.Nuc...

JKim.171 by Associate II
  • 1095 Views
  • 6 replies
  • 0 kudos