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

STM32w108 delay function with Ember stack

Posted on December 16, 2011 at 15:09hi, i have a problem with delay time function of the STM32W108 and EmberZnet stack. so I want a delay time of more than 10 seconds. I used the HAL library and especially the function: halCommonDelayMilliseconds();...

w23 by Associate II
  • 501 Views
  • 5 replies
  • 0 kudos

STM32 & CAN BaudRate

Posted on December 16, 2011 at 11:42Problem: can't communicate at 10 kbps MCU: STM32F103C8 ToolChain: Keil RVMDK stm32 std preriph lib 3.5.0 used CoreClock 36000000 can controller working fine at 1 M, 800 K, 500 K, 250K, 125 K, 50K, 20K, but don't w...

Upgrade Report

Posted on December 16, 2011 at 05:26(Mod, this is more of a blog type post.  Yet my experience may be useful to some here.  Is there a better place to post?) I am comparing my STM32F10xxE eval board with the F4 Discovery board. Bottom line: F4 is mu...

picguy2 by Associate II
  • 156 Views
  • 0 replies
  • 0 kudos

Servo control using STM32VLDiscovery

Posted on October 13, 2011 at 14:18Hi all,I want to run a servo using the STM32 Discovery, if you have a suggestion program torun the servo?or you have a simple code to run the servo on the STM32 DiscoveryThank youRegards,Endy

DAC example witouth using DMA

Posted on December 15, 2011 at 10:31 Hi. I'm trying to get an output from the internal DAC without using DMA, but the examples all use DMA. My code looks like this: RCC_AHB1PeriphClockCmd(RCC_AHB1Periph_GPIOA, ENABLE); GPIO_InitTypeDef...

STM32F1/F4 incompatible I/O

Posted on December 08, 2011 at 19:34From their respective RMs: STM32F1... 0x4002 2000 - 0x4002 23FF Flash memory interface STM32F4... 0x4002 2000 - 0x4002 23FF GPIOI Thus a project predicated on STM32x compatibility must have at least different I/O ...

picguy2 by Associate II
  • 434 Views
  • 4 replies
  • 0 kudos

SD Card on STM32VL-Discovery

Posted on December 13, 2011 at 09:14Hi Has anyone got an SD Card or MMC talking to the Discovery board yet? I can't find much information on the forum. Can anyone, point me in the right direction?Thanks in advanceAmir #sd-card #mmc #stm32-discove...

apatel by Associate II
  • 424 Views
  • 3 replies
  • 0 kudos

How to read a sequence of bytes through I2C?

Posted on December 12, 2011 at 23:40Hello. I want to read a sequence of bytes from my accelerometer. I can't get it work.When I read byte by byte all is ok, but when I try to read sequence I can't get a true values.void ADXL_ReadSeq(uint8_t StartAdd...