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

how to convert RTX C program to C++ program

Posted on December 09, 2015 at 08:53Hi I have a Keil RTX C program which work correctly,Now i need to include a C++ library to it, but as you know C compilers are not able to compile C++ libraries(I used CLASS in my C++ library). Then is it possible...

mhdizgah by Associate II
  • 290 Views
  • 0 replies
  • 0 kudos

CubeMX broke SDIO DMA in latest update

Posted on November 12, 2015 at 15:04In the current release of CubeMX V4.11.0 using the latest F4 libraries, V1.9.0, a bug has been introduced that makes the SDIO DMA channels useless.  In the previous library set, V1.8.0, when the DMA channels were ...

STM32 NUCLEO extension board with Ardunio Uno

Posted on November 10, 2015 at 21:05Hi ,I am trying to develope Ble HID keyboard using Ardunio Uno and STM32 X-NUCLEO-IDB05A1 extension board.I am very new to this... I have gone through the STM32 quick guide. I could not understand whether I need t...

venky999 by Associate II
  • 383 Views
  • 3 replies
  • 0 kudos

STM32F249 ADC using EXTI11 + DMA

Posted on December 08, 2015 at 12:08 Hello, I'm trying to use ADC with EXTI_ I have read many discussions before but still got an issue here. Here's the code I'm using: static void ADC3_CH13_DMA_Config(void) { ADC_InitTypeDef ADC_I...

Sector and page size on STM32F072C8

Posted on December 08, 2015 at 11:30I need to find out the sector and page size on my particular SOC, which is STM32F072C8T6. According to the part number information from the data sheet (DM00090510), this is a 64 kB flash memory version. From the r...

gmate1 by Associate II
  • 916 Views
  • 3 replies
  • 0 kudos

DWT_CYCCNT -- explanation

Posted on December 08, 2015 at 13:08 Hi i have seen the below code on this forum. for example if i wnt to make a delay for 10 seconds then how to calculate the tick value.? Can anyone help ?. volatile unsigned int *DWT_CYCCN...

arunease by Associate II
  • 391 Views
  • 3 replies
  • 0 kudos

DMA1_Channel1_IRQHandler

Posted on August 28, 2013 at 20:53Hi.I need to read three analog inputs and perform the average of 20 measurements of both values​​, and can not waste time processing the average of these values​​. For this I am using the code below. The reading of ...

dhorywal by Associate II
  • 1635 Views
  • 6 replies
  • 0 kudos