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

About NUCLEO-F446RE current consumption

Dear Sir・I want to use NUCLEO-F446RE as a PoC for IoT.・I plan to use alkaline batteries and connect to CH6 PIN4. (3.3V)⇒It is necessary to reduce the current consumption.I investigated with a simple FW.(Use stabilized power source(SPS))Case:Run Mode(...

KHosh.1 by Associate II
  • 500 Views
  • 0 replies
  • 0 kudos

stm32g071 HAL_I2C_Slave_Seq_Transmit_DMA DMA TC flag is set even if one element less than requested was transferred

I am using a stm32g071 as an I2C slave.Problem is, that I2C_SlaveTxCpltCallback() callback is called even when the master read one byte less than previously configured.I.e. With RXSIZE = 4 (as in code below),if master reads 1 byte -> okif master read...