STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! ['F446 documentation and SVD] Misnamed MCKDIV

Posted on January 24, 2018 at 21:07Should be MCKDIV.Also, the same typo is in the relevant .svd files, making thus MCJDIV appear as xCR1 bitfield name in debuggers (spotted in https://community.st.com/thread/46652-f446-documentation-saispdif-tx-bit-...

0690X00000609ERQAY.png

STM32L0x3 and STM32L0x2 - ADC_SMPR confusion

Posted on December 01, 2017 at 17:55References:STM32L0x3 - RM0367, Rev 5STM32L0x2 - RM0376, Rev 4In both cases, the description of ADC sampling time register (ADC_SMPR) says,Bits 2:0 SMP[2:0]: Sampling time selectionThese bits are written by softwar...

ADC Sampling Time STM32L053C8

Posted on March 27, 2015 at 18:35When I configure the ADC sampling time using SMP[2:0] of the ADC_SMPR register, the resulting conversion time (1.5 cycles + sampling time) does not match what I expect.  RM0367, v2, section 14.13.6 lists the followi...

RM0367 (STM32L0x3) discrepancies

Posted on January 10, 2017 at 06:53&sharp1RM0367 Rev.5, Ch. 6.1.6  Dynamic voltage scaling configuration requires toPoll VOSF bit of in PWR_CSR. ait until it is reset to 0.twice. The note at the end of the same chapter says,During voltage scaling co...

Resolved! Running STM32F4 Discovery board on 1.8 Volt

Posted on March 03, 2018 at 21:15I need to run the board on 1.8 v.I found https://www.eevblog.com/forum/microcontrollers/using-stm32f4-discovery-board-on-1-8-volt/ thread about the changes need to be made to the board. However, it is not clear to me...

Editing IAR .o file

Posted on March 04, 2018 at 15:26Hi ST,I'm using STM32F767 processor.Because of the need of our project,I meet a problem that I don't know how to editing .icf file of STM32F767 in IAR project.What should I do?And how I should do to add the .o file i...