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

STM32F4 ADC Impedance Calculation

Posted on November 05, 2017 at 19:38Hey folks!I�m trying to calculate the impedance and current draw of the ADC in an STM32F4 that�s on the Netduino. The data sheet says that the max External Input Impedance is 50K?, but gives the following equation...

0690X00000608qxQAA.png

STM32F407 - DMA Double Buffer Mode To/From GPIO

Posted on November 15, 2017 at 02:02Hello All,I am trying to use double buffer mode on one of the GPIO ports - using the timer method; and I've enabled circular DMA mode and have enabled M0AR and M1AR; but when the first transfer takes place; I'm ge...

stcom9174 by Associate II
  • 1339 Views
  • 4 replies
  • 0 kudos

STM32F303 Nucleo CAN HAL_TIMEOUT Error

Posted on November 13, 2017 at 09:38Hello,I'm trying to set up CAN on my STM32F303 nucleoy board to send a CAN message but I keep getting HAL_TIMEOUT error from the HAL_CAN_Transmit() function. Here's my code:/** ************************************...

[bug] STM32CubeMX 4.23.0 does not copy startup.s

Posted on November 14, 2017 at 09:44I have selected option for 'STM32 Firmware Library package' -> 'copy only the necessery library files'.I'm using just LL libraries and GPDSC project.All files ware generated without error but no startup file was p...

Resolved! Change Mode of Pin

Posted on November 14, 2017 at 16:40Hey,i have a STMF070CB microcontroller and use one pin for exti and spi-miso.The pin is configured as EXTI as follows:GPIO_InitStruct.Pin = GPIO_PIN_6; GPIO_InitStruct.Mode = GPIO_MODE_IT_RISING; GPIO_InitStruct.S...

FIFO under run on LTDC at 28 Mhz LCD clk

Posted on November 15, 2017 at 11:38 HiWe are using Tianma’s - TM070RVHG01  (800X480 resolution) TFT in our design with STM32F429 processor working at  168 MHz frequency. We are using EmWin Library on RTX operating system with LTDC support. We are...

Radc(max) for L496

Posted on November 13, 2017 at 22:33I'm trying to do some calculations to held resolve some ADC issues and I am unable to locate the value Radc(max) for the L496.  I am able to locate it for the F1 and F4 series but I can't find anything in any of t...

Jim Kaz by Associate II
  • 474 Views
  • 1 replies
  • 0 kudos

STM32F4 PCM 8Khz configration problem

Posted on November 04, 2017 at 08:19Hi:   Can STM32F401's PCM be set as the following formats ?   PCM Slave , FS=8Khz ,BITS=16, Mono ( which means BCLK= 8khz * 16 = 128Khz)      After some tests , i find the PCM can only be used as stereo mode (BCLK...