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

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
  • 482 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...

STM32F7 DMA multiple streams

Posted on November 06, 2017 at 17:03Hello, In my custom design am using a STM32F767BITx. Am using an output compare at 5Mghz to trigger the DMA2 and get data from a gpio Port, in circular mode.Am using the DMA_Stream2 and channel 7, DMA_PERIPH_TO_ME...

stm32f103 software uart

Posted on February 28, 2017 at 13:10how can i configure stm32f103 for software uart implementation, are there any documents, reference manual or source code?thanks in advance.#uart #stm32f103c8t6 #software-uart

kosan by Associate II
  • 3389 Views
  • 15 replies
  • 0 kudos

LWIP IPV6

Posted on May 05, 2016 at 15:14Hi. Is there an example for STM32F7 discovery board with IPV6 use? LWIP declares ipv6 compatibility, but in the application example in CUBEf7 library I don't find ipv6 code. Any ideas? Thanks

gb by Associate
  • 1137 Views
  • 2 replies
  • 0 kudos