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

STM32F217 and analog watch dog

Posted on November 07, 2016 at 18:40I use TIM8 for start of conversion  and ADC_EXTERNALTRIGCONV_T8_TRG event for get a value of ADC in recycle mode with analog WDG. analog watchdog. I set both AWDIE and EOCIE. It work fine. An interrupt occurs ever...

samj by Associate
  • 378 Views
  • 1 replies
  • 0 kudos

STM32F042 problem with SWD

Posted on November 06, 2016 at 14:17Hi I have designed my first PCB ever so sorry if ask stupid quetions.The thing is my board has MCU STM32F042 and is based on nucleo reference design but for some reason I can not connect my stlink to using a nucle...

STM32F4-DISC1 emits audio noise

Posted on November 05, 2016 at 15:44Hi Everybody!I've successfully implemented USB Audio device, utilising onboard cs43l22 DAC and it works well, except one annoying thing: it emits periodic noise in analog output, mixed to normal sound. I noticed, ...

0690X000006036qQAA.jpg

__IO, gcc and core_cm0.h

Posted on March 04, 2015 at 01:13Hello, I am porting the Custom HID demo project that is included with STM32_USB-FS-Device_Lib_V4.0.0 library to work with my gcc-based toolchain.  I have previously successfully ported other code (specifically, from ...

pgregson1 by Associate III
  • 1318 Views
  • 5 replies
  • 0 kudos

converting BCD

Posted on September 26, 2016 at 10:41Dear All,I need to make BCD  4 digit in 7-segment display.My spi recieved data is 14 bit, take a look this sample code in another MCU.void toBCD(int16 val,int8 * buff) {   //converts 16bit value, to five BCD digi...