STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

stm32(usb device) to pc

Posted on February 15, 2012 at 15:08Hi, I'm a newbie with the stm32(I used  st 8 bit mcus until now) I'm interested on develop a simple fw to send data via the embedded stm32 hw usb. On the pc side(client) I want to realize a simple software that sh...

About I2C_DutyCycle and I2C_OwnAddress1

Posted on January 14, 2012 at 07:29I2C_InitStructure.I2C_DutyCycle = I2C_DutyCycle_2; I2C_InitStructure.I2C_OwnAddress1 = 0x33; /** @defgroup I2C_duty_cycle_in_fast_mode   * @{   */ #define I2C_DutyCycle_16_9              ((uint16_t)0x4000) /*!< I2...

viprobin by Associate
  • 673 Views
  • 2 replies
  • 0 kudos

SDIO problem RXOVERRUN

Posted on February 14, 2012 at 22:20Hi All, I have a problem with my MMC card. I try to read the EXT_CSD (512 bytes) with no success. Someone can help me please ? Here below my function. MMC_Error MMC_Get_Ext_CSD ( ) {   MMC_Error errorstatus = MMC_...

elharrar by Associate II
  • 271 Views
  • 0 replies
  • 0 kudos

STM32F4-Firmware Library

Posted on November 23, 2011 at 18:55Hi,Does anyone find the user manual that describes firmware library?Because for STM32F101xx and STM32F103xx this manual exist, and its very helpfull, without this we complicated to know the all functions!Best Rega...

10408892 by Associate
  • 540 Views
  • 4 replies
  • 0 kudos

STM32_USB-FS-Device_Lib_V3.3.0 on the STM32F4

Posted on February 13, 2012 at 12:54This is a preemptive question as I have not had anytime to look into this yet but it crossed my mind while building my project.I am currently working on a project destined to go onto my own board with a STM32F417 ...

eamonn by Associate II
  • 281 Views
  • 0 replies
  • 0 kudos

STM32 with multiple CAN ports

Posted on February 09, 2012 at 10:59Is there any plans to release an STM32F2 or F4 with 3 or 4 CAN ports?   Any ideas on adding external CAN ports if not?    #can-stm32f2-stm32f4

USART and DMA (for RS485)

Posted on January 16, 2012 at 16:56 Hello all, I am using DMA to manage the TX line of one USART (RX stays on standard interrupt). I have no problem with a RS232 tranceiver. But when I use a RS485 tranceiver I got a problemwith the CBUS ...