STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Problem with the ADC measurement with DMA and RTC

HII have a problem. I want to measure 4 channels of the ADC every 20 seconds (this is more time but for now it is like this for testing) through an RTC interrupt, then print by the serial terminal.What happens is that it shows me the reading every 20...

CCuev.1 by Associate
  • 616 Views
  • 1 replies
  • 0 kudos

Nucleo L476RG at 1.8V

I want to run a Nucleo L476RG at 1.8V at first glance it looks possible with a few caveats.according to the schematic (C03)https://www.st.com/en/evaluation-tools/nucleo-l476rg.html#cad-resourcesThere are two regulators I need to be concerned withU4 w...

Qye by Associate II
  • 4288 Views
  • 3 replies
  • 0 kudos

ST marking name

Hello. I bought a STM32G474MET6 chip on Alibaba and the supplier claims that the chip is original but I have some doubts. Here are the attached images he sent to me. Can you please check that and confirm if it’s genuine please ?      

3BFCE69D-5051-49D3-B0AD-AC82DD58422C.jpeg

CoreDebug->DEMCR default value

Hi,MCU - STM32H7I have noticed that the CoreDebug_DEMCR_TRCENA bit in the DEMCR register is set by default if a debugger is connected. But, I need to enable it explicitly (as shown below) if the debugger is not connected.    CoreDebug->DEMCR |= CoreD...

Luke_abc by Associate III
  • 1294 Views
  • 5 replies
  • 3 kudos

EEPROM emulator corrupts STM32G431KBU6 program

Hi all,We deployed a lot of devices that have a STM32G431KBU6 controller.It basically has a foot switch to turn on/off a 12v DC motor and a rotary switch to control the speed.We use EEPROM emulator to save the speed setting.If speed setting is differ...

WSpar.1 by Associate III
  • 6058 Views
  • 31 replies
  • 7 kudos

Resolved! Custom bootloader via Modbus

I have a custom design using the STM32G474RBT3 (128kB flash category 3 device) MCU.  In this application, the firmware needs to be updated remotely via the normal communication channels to the board.  In this case, it is Modbus over an RS485 multi-dr...