STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

i want to use ADC with trigger mode

Posted on March 16, 2017 at 02:05I have used stm32f303vdt with cubemxbut i updated cubemx ver.4.19i want to use ADC with trigger mode ADC1 have trigger mode  but ADC2 don/'t have triggermodehow can i solve it?(before i used ADC1,2 trigger mode but W...

0690X00000606ZbQAI.png 0690X00000606ZkQAI.png

STM32f429 TIM9 PWM setup

Posted on March 17, 2017 at 02:58I am sure this has been asked 1000 times, but I still cannot get the results I need.  I am trying to generate a 12800000 clock output on TIM9 with a 50% duty cycle.  I have looked at the code examples.  I have the AP...

About ''HAL_GetUID()''

Posted on March 17, 2017 at 06:28In STM32Cube_FW_F4_V1.15.0, I find a new function: HAL_GetUID(), the brief description of this function is: Return the unique device identifier (UID based on 96 bits). I wonder, how 'unique' of this ID, unique in ST'...

STM32 Cube Stop mode example doesn't work

Posted on March 15, 2017 at 22:47Hi,I have a STM32L0538 discovery board.  I put the STM32Cube example code into it for Stop mode (no RTC) and it does not go into stop mode.  It exits stop mode immediately.  The only change I added was to toggle the ...

please suggest STM32F4 series Microcontroller

Posted on March 16, 2017 at 16:21HiWould anyone please suggest STM32F4 series Microcontroller, sample code and reference schematics based on following requirement  : Interfacing with LCD with integrated controller (TFT Touch 3.5 inch)Calendar RTCUS...

DMA underrun error detection

Posted on March 16, 2017 at 18:29Hello all,I am using the DMA (direct memory access) unit to generate a sine wave. I flip between the frequencies often in my application. Sometimes the output signal get stuck at high frequency when I move fast from ...

raiyans by Associate II
  • 284 Views
  • 0 replies
  • 0 kudos

Resolved! Bug in stm32f4xx_hal_rcc.h v1.5.0

Posted on November 18, 2016 at 14:11 #define IS_RCC_PLLQ_VALUE(VALUE) ((4U <= (VALUE)) && ((VALUE) <= 15U)) This line doesn't fit to the RM0390 (page 126): 0000: PLLQ = 0, wrong configuration 0001: PLLQ = 1, wrong configuration 00...

Eugene S. by Associate III
  • 564 Views
  • 5 replies
  • 0 kudos

Typo in STM32F030

Posted on March 16, 2017 at 16:05I found a typo in the interrupt vector table of the STM32F030 & STM070 Reference Manual RM0360 Rev 3.On page 172, an additional 'Reserved' line is inserted at position 19.  Also, the address given for the 'Reserved' ...

dale by Associate III
  • 290 Views
  • 1 replies
  • 0 kudos

How to write to the SRAM2 memory on STM32L476?

Posted on March 10, 2017 at 09:54Hello, How do I write a variable to the SRAM2 on an STM32L476 ? I am putting the uC in the Standby mode and I am preserving the SRAM2 memory, but I cannot manage to write to it. I am trying like this:&sharpdefine VAR...

anio1491 by Associate II
  • 1261 Views
  • 3 replies
  • 0 kudos