STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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