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

STM32F4 PWM

Posted on December 05, 2014 at 19:08Hello, I'm trying to change the  duty cycle of TIM1 in PWM Mode, but somehow my code is not working. void TIM1_CC_IRQHandler(void) {   HAL_NVIC_ClearPendingIRQ(TIM1_CC_IRQn);   HAL_TIM_IRQHandler(&htim1);     cx++...

lk1991 by Associate II
  • 252 Views
  • 2 replies
  • 0 kudos

I2C Master - connection to sensor example project

Posted on December 10, 2014 at 05:43What I would like is an example that illustrates how an STM32L1xx master can send to and receive data from a slave--the accelerometer in this case, across the I2C interface using the Standard Peripheral Library.  ...

rick2399 by Associate II
  • 256 Views
  • 1 replies
  • 0 kudos

DMA problem is using ADC1 scan mode

Posted on December 04, 2014 at 21:30hello guysI am using stm32f103RETI want to use ADC1 in scan modeI do software start conversion in a timer interrupt and I configured DMA to save conversion values to a memory buffermy configuration code is herevoi...

abbas by Associate II
  • 251 Views
  • 3 replies
  • 0 kudos

One pulse generator on STM32L052

Posted on December 05, 2014 at 13:46Hi family,I am trying to generate a determined width pulse in one GPIO pin with STM32L052C uC and I am thinking to do this with One pulse mode timer.Is it possible to do that?Detecting the pulse Tp with the timer2...

0690X00000602z5QAA.jpg
gerardo by Associate II
  • 602 Views
  • 8 replies
  • 0 kudos

strange problem with keil uvision 5 and interrupts

Posted on December 06, 2014 at 23:52hello , first of all sorry for my bad english. I have problem with isr on keil uvision 5. Simple exception handler, for instance handler for systick interrupt defined as: void SysTick_Handler(){   ....code... } do...

andjelko by Associate II
  • 682 Views
  • 6 replies
  • 0 kudos

STM32F439 and external core supply: NOT WORKING!

Posted on December 09, 2014 at 20:10 BYPASS_REG = High, VCAP = 1.2V (supplied externally), VCC = 1.8...3VResult: NRST is driven low constantlyby the MCU, nothing works. The same board works OK when BYPASS_REG = Low and the core's external supply dis...

our by Associate II
  • 372 Views
  • 6 replies
  • 0 kudos

STM32CubeMX USB Virtual Com Port

Posted on December 08, 2014 at 16:42Hi everybody,I recently bought a STM32F3Discovery board for a project. I made some experiments and tried to get an idea of how it works, and then I decided to set up a VCM in order to have better feedbacks from th...

adriano by Associate II
  • 378 Views
  • 4 replies
  • 0 kudos

Wrong project in STD PERIPH LIB

Posted on December 09, 2014 at 00:08Hi,when compiling an example in STM32f303_DSP_STD_PERIPH _LIB 1.10 I get lot of errors. then I check the project options (IAR) and the selected controller is arm7tdmi!  Changing the controller do not fix the probl...

gevides by Associate II
  • 239 Views
  • 2 replies
  • 0 kudos

STM32L152 stuck at startup and dont enter Main

Posted on December 01, 2014 at 16:34Hi everyone, I'm trying to connect STMl152 at Debug mode (JTAG) but with no success. If i tracing the startup it stuck in SetSysClock (''system_stml1xx.c'') function on : /* Wait till PLL is used as system clock s...

moran by Associate II
  • 400 Views
  • 8 replies
  • 0 kudos

STM32f383xx

Posted on December 08, 2014 at 18:18Hi I am still (trying to learn) learning how to code STM32F devices using Keil MDK and maybe foolishly, made a pcb with a STM32F383CC6 on it.Firstly how do I use the Keil MDK or CubeMX when it does not appear to r...

Labels