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

USART problem

Posted on November 16, 2010 at 21:41Hi, I've managed to get the example program working which transfers a buffer of text from usart2 to usart3. When I try and output on usart2 to a PC however it seems as if the baud rate is wrong. I just get garbage...

求助stm32f105vc çš„otg usb host,å�‘é€�一个setup包时示波器有波形输出,但是通é�“会自动å�œæ­¢å¹¶äº§ç�?Ÿä¸­æ–­ã€‚这是正常的å�—?

Posted on November 17, 2010 at 09:26求助stm32f105vc çš„otg usb host,å�‘é€�一个setup包时示波器有波形输出,但是通é�“会自动å�œæ­¢å¹¶äº§ç�?Ÿä¸­æ–­ã€‚这是正常的å�—?

ADC Not Working

Posted on November 11, 2010 at 11:14The original post was too long to process during our migration. Please click on the attachment to read the original post.

ezrab by Associate II
  • 390 Views
  • 2 replies
  • 0 kudos

www.st.com/stm32-discovery

Posted on November 12, 2010 at 05:10I just got an STM32 value line discovery board from EBV. On the card that came with the board ''www.st.com/stm32-discovery'' is printed as the location for more info. Unfortunately the link is broken.I tried to no...

SysTick maths?

Posted on November 11, 2010 at 22:36Hi, I can get SysTick working, but the maths for timing elude me. I have SysTick_CLKSourceConfig(SysTick_CLKSource_HCLK_Div8);     if (SysTick_Config(SystemCoreClock / 20000))     {       /* Capture error */ whil...