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

STM32F429 LCD and Images

Posted on November 14, 2014 at 03:46Hello everyoneCan someone explain to me in detail how to display an image on the touch screen? I have been looking for some kind of tutorial but I can't find any. I've been looking at the LCD_WriteBMP command, but...

stone by Associate II
  • 701 Views
  • 3 replies
  • 0 kudos

STM32F4 Disc - ADC sample time

Posted on November 14, 2014 at 15:10 Hi, I have this code, copied from anothers 3d in this forum, for a multi channel ADC: #include < stdio.h > #include < stdlib.h > #include < string.h > #include ''stm32f4xx.h'' //*******************...

pano by Associate II
  • 394 Views
  • 5 replies
  • 0 kudos

systick is stopped? while erasing flash memory

Posted on November 14, 2014 at 10:39On stm32f407, Erasing a 128KB flash sector takes about 1 second, but after I finished erasing 1 sector, the systick just happend for 3 times(3 milliseconds), as I config systick as 1000Hz.Does MCU disable systick ...

shark by Senior
  • 504 Views
  • 5 replies
  • 0 kudos

Bug Report STM32F10x_StdPeriph_Driver

Posted on November 14, 2014 at 18:14Hi, I'm just starting on ARM CORTEX and STM32 via The Spark Core so forgive me if I'm missing something but in file stm32f10x_tim.cFunctionvoidhttp://stm32.kosyak.info/doc/group___t_i_m___exported___functions.html...

julian23 by Associate
  • 191 Views
  • 3 replies
  • 0 kudos

configure gpio for external interrupt

Posted on November 14, 2014 at 14:53Hi I am using STM32F205 for my project (SN8000 EVK from  Murata).The SN8000 EVK uses Wiced SDK but it supports all the libraryfunctions, so the basic configurations will work(It uses vector tables in the vector_ta...

STM32F4xx: I2C multiple slaves, very strange behavior

Posted on October 16, 2014 at 12:25Hello all,I'm attempting to talk to two devices, a barometer (MS5611) and a magnetometer (HMC5883L), using I2C with DMA on an STM32F4. The barometer runs on a timer (10ms), while the magnetometer runs through an in...

0690X00000605B8QAI.png 0690X00000605BDQAY.png 0690X00000605BIQAY.png
ittokor by Associate II
  • 1144 Views
  • 17 replies
  • 0 kudos

STM32L0 8K RAM Limit

Posted on November 14, 2014 at 14:55Hello,Will the STM32L0 series (48 pin LQFP package) ever have more than 8K of RAM? - or is it an unchangeable design limit.I'm presently using the STM32L151 series and the 32K RAM is proving very useful for audio ...

gregstm by Senior III
  • 122 Views
  • 0 replies
  • 0 kudos

STM32Cube callbacks and variables

Posted on November 14, 2014 at 14:40As far as I can see the new STM32Cube has callbacks that are called from the ISRs. This means that all variables that can be changed within the callback and accessed from outside the callback has to be declared as...

Labels