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

Flash as EEPROM / FW Code Image Collision (avoiding)

Posted on September 26, 2015 at 00:16Hi,I am working from the olfd Std FW peripheral libs - gave up on cube.There is an interesting ''flash'' example project for storing run-time configuration variables.It has sectors/addresses defined so you can de...

estersci2 by Associate III
  • 1734 Views
  • 13 replies
  • 0 kudos

curtomizar file .inf

Posted on September 25, 2015 at 16:30Hi, I need customizar the description the file .inf.The file original description is ''DESCRIPTION = ''STMicroelectronics Virtual COM Port''. I need to write ''FCamara'', but when I do upload with description cha...

luscaam by Associate
  • 928 Views
  • 1 replies
  • 1 kudos

STM32F411RE I2C

Posted on September 25, 2015 at 21:34 Hello, I would like to configure on a stm32f4 the i2c interface, but the programm crashes in the gpio_init when I add the i2c_init line. Does anyone have an idea? int main( int argc, c...

ST-Link VCP drivers

Posted on September 27, 2015 at 01:17Hey all,I don't know if others have experienced this or not, since google did not turn up any good answers.I'm running openstm32 on Win 7 pro, on a brand new machine I got. My target is the F446 Nucleo board, and...

troyerta by Associate II
  • 452 Views
  • 1 replies
  • 0 kudos

SPI clock frequecy

Posted on September 26, 2015 at 07:30Hi, My device supports max 500khz SPI clock frequency, So how do i configure my STM32F051R8 to support this frequency. #i2c #crosstalk #stm32f0 #spi #uart

Trouble migrating UART USART DMA RX from SPL to HAL

Posted on September 23, 2015 at 21:53I have this SPL project on STM32F427 that I need to migrate to STM32F746. I was hoping I can just program the F7 and it will run but that just shows how naive I am :) Anyway, I wish there was an SPL for the F7 so...