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

STM32H743VGT6 flash memory

Hi, I have bought STM32H743VGT6 and want to make bootloader and application. The issue is that its memory layout is confusing. In documentation and generated application I see/assume flash memory is:0x8000000 size 0x80000 (512kb bank1?) // bootloader...

JBond.1 by Senior II
  • 144 Views
  • 6 replies
  • 3 kudos

STM32F405RGT6 and STM32H743VGT6 FIT rates (MTBF)

Dear ST Support Team,I am working on a reliability calculation for an industrial hardware design. I need the official failure rate data for the following components:STM32F405RGT6: FIT rates or MTBF, and failure mode or FMECA report.STM32H743VGT6:  FI...

Bif fat ugly bug in STM32G0B1 bootloader

The STM32G0B1 has a very ugly bug in the bootloader.When I have a write protection on a flash memory area:WRP1A_STRT = 0x0 --> 0x08000000WRP1A_END = 0x1 --> 0x08000800 and then I upload a new firmware to this area the firmware will not be written, be...

Elmue by Associate III
  • 217 Views
  • 4 replies
  • 2 kudos

Information mismatch for COMP1_INP in RM0394

ST moderator: post split from this thread. @mƎALLEm , Thanks for this information. So, it appears, that - apart from the confusing footnote in Fig.118 - the probem was probably somewhere in  @y_liosha 's code, correct? Can you also please have a look...

waclawekjan_0-1779451808636.png waclawekjan_1-1779452699896.png

Resolved! STM32L451 comparator settings with VREFINTx inputs

Hi All,  In my application, I am using the STM32L451RCT6 and trying to configure COMP2 with the internal Vref as a reference (specifically 3/4 Vref). For some reason, it never worked. I was only able to get it working when using DAC_CH1 or an externa...

y_liosha_0-1779367182238.png
y_liosha by Associate
  • 384 Views
  • 12 replies
  • 8 kudos

Missing bootloader command

The AN3156 explains on page 18 the Read Unprotect Command:This command is selected when wValue = 0 and the first byte of the buffer sent by the host is 0x92. The buffer length is only one (the command) byte.The host sends a DFU_DNLOAD request with th...

Elmue by Associate III
  • 143 Views
  • 3 replies
  • 2 kudos

Resolved! C5: Is BL_COM_CFG documented?

C5  implements a way to de-activate selected boot devices. This will allow to use the system bootloader on custom board were some activity on pins used by the bootloader but not used for the bootloader would inhibit use of the bootloader. This featur...

ADC EOC wont go down after reading DR

Hi,I already tried to search for previous threads that could help me (like this one), sadly without success.I'm currently studying the ADC peripheral on STM32F3DISCOVERY from the reference manual. I started writing a simple program to measure a tensi...