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

STM32F103 Download Hex File Using Command Line

Posted on September 07, 2012 at 09:12Hello,I want to download hex file to STM32F103 using STMFlashLoader.exe. But I haven't been successul yet. Do you have sample command with work STM32F103? It's very useful for me to understand command line.Thank ...

-

Posted on September 07, 2012 at 23:25This post doubled.. #-

MB1034B STM32F0DISCOVERY problem on UART1 PA10

Posted on September 07, 2012 at 09:01I'm using STM32F0DISCOVERYI can't receive any char on UART, no interrrupt!Here my initialization:&sharpdefine RCC_PORT_RX RCC_AHBPeriph_GPIOA&sharpdefine GPIO_PORT_RX GPIOA&sharpdefine GPIO_PIN_RX GPIO_Pin_10&s...

MicroXplorer as Eclipse plugin with Linux

Posted on May 31, 2012 at 12:27Hi,does anybody use the MicroXplorer Eclipse plugin with Linux and Eclipse 3.7?Here it either crashes Eclipse or I can't choose an MCU.Moritz #microxplorer-ubuntu64-crashes

Moritz M by Associate II
  • 318 Views
  • 3 replies
  • 0 kudos

TIM_ICPolarity_BothEdge not available for most timers???

Posted on June 06, 2012 at 07:36Hi. I need to read a digital signal coming into an STM32F100. Timing how long the signal is in a low state and also knowing if the counter overflowed would give me the two pieces of information I need (value of the da...

laurie by Associate II
  • 385 Views
  • 3 replies
  • 0 kudos

No real documentation for StdPeriph_Lib

Posted on September 06, 2012 at 22:29Is there any real documentation for StdPeriph_Lib?  The closest thing I can find is a file called ''stm32f10x_stdperiph_lib_um.chm'' which is very incomplete.  I found a chinese blog that has an old copy of chapt...

SDIO + DMA + CRC

Posted on September 06, 2012 at 10:49ello,I sometimes have problems with blocks which are written completely wrong onto the sd-card. Workaround: actually I check the written data again by reading the same block from SD-card and check the both buffer...

Problem with two consecutive _SdRead()

Posted on September 03, 2012 at 18:08 Hi, I am using the software example 'MassStorage' , the IAR compiler and the STM32F103ZE kickstart board for development. I wanted to add some functionality which requires consecutives reads from ...

colsman by Associate II
  • 346 Views
  • 4 replies
  • 0 kudos

STM32F4 not passing EV6 on I2C

Posted on September 06, 2012 at 07:13I'm having some difficulty communicating with a TI INA219 using an STM32F407VE and I2C1 on PB7 and PB8. Sending data seems to work just fine, but receiving it does not. Namely, my EV6 (I2C_EVENT_MASTER_RECEIVER_M...

Labels