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

What is the best way to use the serial device in this case?

Posted on April 23, 2018 at 18:08I am currently using a driver that uses latch and clock signals to send special commands before sending data. For the sending of the data the driver works as for an SPI but with the signal of clock. Here is the diagr...

0690X00000604alQAA.jpg
Jems On by Associate III
  • 1416 Views
  • 7 replies
  • 0 kudos

Is internal RC clock stable enough?

Posted on April 24, 2018 at 10:53Hi,I am planning to use STM32F301K8 with UFQFPN32 package (the PCB space is critical).I am going to use:1 or 2 UARTs in Asynchronouse mode driven by DMA. 8N1 . Boud Rate 115200 .1 or 2 SPIs driven by DMA. Csn by not ...

ADC values via UART on STM32L011

Posted on April 24, 2018 at 11:40Hello Friends!I am very new to STM coding and starting with the basics. I am using a STM32L011 uC and IAR compiler.I am trying to measure voltage from a sensor that is dumping analog data at about 5Khz. The ADC value...

0690X0000060AkcQAE.png 0690X0000060AkhQAE.png
Sid by Associate II
  • 4087 Views
  • 8 replies
  • 0 kudos

CRC-32 on F4/F7

Posted on June 27, 2016 at 16:07Just thought I'd save people some time if they are trying to get the CRC engine on the F4/F7 to produce the same results as most online calculators. If you are using CubeMX to configure your CRC, you need to specify t...

kevin2399 by Associate III
  • 2069 Views
  • 5 replies
  • 2 kudos

HAL_FLASH_Program behavior

Posted on April 24, 2018 at 17:35I came across a rare issue where a previously failed flash operation would cause a subsequent operation to fail as well.  I tracked it down to stm32f4xx_hal_flash.c::HAL_Flash_Program()When the function calls FLASH_W...

Setting UART baud rate to 600

Posted on April 24, 2018 at 10:13Hi,I'm trying to set the UART baud rate to 600 on a Nucleo F070RB board to communicate with the CS5490 chip. (https://www.cirrus.com/products/cs5490/)I've only managed to go down to 732 baud rate. Anything below, it ...

CAN on STM32F429-DISCO board

Posted on March 25, 2018 at 16:45Hello, I have question about CAN on STM32F429-DISCO board.I found that CAN1 is shared with display control and CAN2 with on-chip debugger. In comments for this video (/external-link.jspa?url=https%3A%2F%2Fwww.youtube...

I2S problem

Posted on April 24, 2018 at 15:37Hi, i am use stm32f105RB MCU and in that my I2S frquncy was set minimum 8 MHZ ,bellowed 8 is possible or not ?and I2S interface with  MICmic link ==>www.knowles.com/kor/content/download/5988/.../4/.../SPH0645LM4H-BRe...

Dual role pin configuration

Posted on April 24, 2018 at 11:35Hello there,I am using STM32L4 family MCU. I was wondering either it is possible to configure a pin to act as 2 configurations. In my situation, I am trying to make the pin PA0 to act as UART2 CTS line and External i...