STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CueMX generated project in version control

Posted on April 29, 2014 at 12:14Hi All, I have generated a project using the STM32CubeMX tool for IAR Embedded Workbench. It is working great and I'm using TortiseHg and BitBucket for version control. This was working great until someone else (my b...

STM32F4 Frequency Counter

Posted on June 08, 2014 at 19:21Hello everyone, i'm using the CCP module in ''PWM input mode''. My goal is to measure the frequency, the period and the duty cycle but the measure isn't precise, it continually changes near the true value. This happen...

SMB/CIFS Libraries

Posted on June 09, 2014 at 10:56Hi guys,I'm looking to implement SMB/CIFS with some network hardware I have connected up to a ST32F4 and was wondering if anyone had done this before or if anyone knows of any good libraries that I could use?Cheers!

LCD on Power on ?

Posted on April 23, 2014 at 05:48Guys, Is there any solution for LCD power on ? I need to push reset button to make it on everytime I start for the first time Thanks

Dealing with Timers

Posted on February 21, 2014 at 14:16The original post was too long to process during our migration. Please click on the attachment to read the original post.

elaroussi by Associate II
  • 2418 Views
  • 12 replies
  • 0 kudos

STM32F050 replacement

Posted on June 04, 2014 at 18:00Hello friends, I have a board using the ''old'' STM32F050K4U6. ST has suddently removed the webpage of this micro .. so I can even not check if ST suggests any replacement or what to do ... So my question is : does an...

Kuikui by Associate III
  • 769 Views
  • 3 replies
  • 0 kudos

SysTick - STM32F429ZI

Posted on June 08, 2014 at 20:46 Hi, i'm trying to make a led toggle every second with SysTick but it's not working. The toggle occurs every 3 secs more or less. I also tried to do it with timers but i can't get the frequency right. However in t...

jdpv by Associate II
  • 1010 Views
  • 4 replies
  • 0 kudos

stm32f429-Discovery

Posted on June 05, 2014 at 07:06Hello, my program runs smoothly on EWARM IDE simulator smoothly but as I select st-link and download and debug, program does not run to main.Error are (i) CSTACK beyond limits and (ii) memory and file differ. Any hel...

262K colors on SD1289 LCD ?

Posted on June 06, 2014 at 05:35 Guys, How can I set on initialization for 262K colors on SD1289 LCD ? I had tried : LCD_WriteReg(0x0011,0x6070); LCD_Delay(5); ==>64K colors ? //LCD_WriteReg(0x0011,0x40B0) ==>262K colors? ...