STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Datasheets of STM32L053K8U6

Posted on November 02, 2016 at 11:23I recently got STM32L053K8U6 from Arrow Electronics. I am very surprised as I couldn't find the datasheets/technical documentation of STM32L053K8U6 . I believe STM32L0 series MCUs have 10 years longvity commitment...

0690X0000060MnXQAU.gif
krish by Associate II
  • 1512 Views
  • 14 replies
  • 0 kudos

Low level drivers and Cube

Posted on August 02, 2016 at 15:02I'm working on a project with the stm32l432 which really requires a minimalist approach with respect to code.   I like cube for pin assignments, and configuration, but it doesn't appear there's a way to generate the...

Geoffrey1 by Associate III
  • 554 Views
  • 4 replies
  • 0 kudos

STM32F030 UART HalfDuplex config

Posted on November 15, 2016 at 23:07 Hello there, I am trying to configure uart in half duplex mode on STM32F030 device (usage with RS485 later on). I am having difficulties in making the program work properly using the HAL library. This is ...

stm32f303xx pma address calculation conflict

Posted on November 09, 2016 at 18:49HelloAs i inspected through stm32cubef3_1.6 and tested with keil uvision, pma address caculation is as follows:USB_ADDRn_TX: 0x40006000(usb PMA base) + (BTABLE + 8*n) * 2USB_COUNTn_TX: 0x40006000(usb PMA base) + (...

VCP RS485 mode

Posted on December 16, 2015 at 10:48I am trying to make a USB-Serial converter. I need some help about communication via RS485. Device Manager properties of a serial converter different brand shows RS485 checkbox and works fine. But STM32 VCP doesn'...

0690X00000604q1QAA.png 0690X00000604tsQAA.png

Bit RFWRA in register MACDBGR is never set!!!!!!

Posted on November 15, 2016 at 05:56Hi!I have LAN8720, STM32F4DISCOVERY, CP2102I connected PC-LAN8720, LAN8720-STM32F4DISC, STM32F4DISC-CP2102, CP2102-PC.I wrote such program for STM32F407://Ethernet/*************************************************...

STM32F446RE Nucleo 64

Posted on October 24, 2016 at 16:39Hi Guys,i try to experiment a bit with the USB CDC library. Sadly I don't get it to work out of the box after I configured everything in STMCubeMX.I tried to learn something from the F4 firmware libraray tutorial p...