STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! how to find the reason when watchdog reset happens

Dear Sir/Madam:I have a problem and would need your help. when I write a watchdog like the following:void init(){.. SystemClock_Config(); /*######## Configure watchdog timer ############################*/ // Watchdog clock is LSI, runs at 32kHz. The ...

Realtime SWV debugging

I have enabled an ADC of a STM32F407. I want to check how well it samples the input signal, therefore I should see in in the SWV graph. But it seems the SWV is unable to grab all data sequentially. I read ADC using DMA and 1000 buffer length. How can...

STM32L4X6 RNG validation on 80MHz AHB

Hello,I require RNG's functionality for one of my commercial projects. Reading through the reference manual, it is mentioned that ST has validated RNG's performance for the following clock configurations:RNG clock: rng_clk 48MHz, rng_clk = 400kHzAHB ...

ADudk by Associate
  • 355 Views
  • 1 replies
  • 0 kudos

Booting process of STM32 MCU

Dear All,I am new to ARM microcontrollers and about to start working on some application. Please explain me the complete boot process of STM32L476RG controller.Who has to write the boot code? If the answer is the programmer, what he has to write exac...

VDesa by Associate II
  • 748 Views
  • 3 replies
  • 0 kudos

External EEPROM memory I2C 1Mbit with STM32F051

Hello,I am using an STM32F051 with an external EEPROM M24M01 memory of 1Mbit capacity (500 x 256bits)STMCubeMX has a proprietary library for use with external I2C EEPROM memory, but it is not suitable for the storage memory I am using.Would someone h...