STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Memory-Loader error

Posted on April 12, 2017 at 15:22Hi all,        I am facing some issues here on flash erasing and programming. I am not getting where is the actual problem. I am using STM32F429ZET on our custom board. For testing purpose is used provided blinky exa...

shravan by Associate II
  • 3314 Views
  • 27 replies
  • 0 kudos

Not able in setting TIMx_ARR

Posted on May 09, 2017 at 17:35Hi to everyone,I'm Dario Laezza and I'm approaching the STM32 platform using the Nucleo F401RE. I would make a LED blink using the TIM1 to create a wait function. I'm able to set the Prescaler and other parameters in t...

Why void HAL_SYSTICK_Callback(void) does not fire?

Posted on May 28, 2017 at 22:42 I put this in the main.c before main(), it does not run. Google did not help. All though I did not read all 1790 results. volatile int oma2=0; volatile uint16_t oma=0; void HAL_SYSTICK_Callback(void) { oma2++; ...

LMI2 by Lead
  • 388 Views
  • 1 replies
  • 0 kudos

TIM2 TRGO not triggering ADC1

Posted on November 12, 2014 at 12:49Hello, I've been trying to trigger ADC1 conversions for transfer through DMA afterwards, but unsuccessful so far. I searched and verified examples, verified all code and registers and cannot figure it out so far. ...

STM32+NAND+USBOTG acting as a pendrive

Posted on May 27, 2017 at 19:16Hi everyone,Recently i've been looking for information about NAND flash interfacing with STM32 devices. Few App notes after, and some watched tutorias, I actually cannot understand how can i interface with a NAND memor...

vicfer89 by Associate II
  • 633 Views
  • 3 replies
  • 0 kudos

STM32L432KC: which reference manual should I use ?

Posted on May 19, 2017 at 08:30Hello everyone,Can somebody please explain me what are the differences between RM0393 (which is specific to STM32L4x2, but latest release is from May 2016) and RM0394 (which is specific to STM32L43xxx and so on and lat...

Kraal by Senior III
  • 516 Views
  • 2 replies
  • 0 kudos

Resolved! Microcontroller selection

Posted on May 26, 2017 at 07:07Hello,I am developing one application with high speed inputs and outputs.Peripheral requirement for application are as below:1. 4 PWM output with resolution 32bit and 2MHZ clock OR external clock source for PWM with 32...

research by Associate
  • 539 Views
  • 2 replies
  • 0 kudos

porting USB driver from STM32L1 to STM32L432

Posted on May 26, 2017 at 21:39I've a problem with using the code of USB mass storage driver used in STM32L151 and moving this code to STM32L432. It seems like a problem at the PMA address. I got stock at the enumaration phase. I recieve interrupt f...

krestan by Associate II
  • 230 Views
  • 0 replies
  • 0 kudos

FreeRTOS and cmsis

Posted on May 06, 2015 at 18:48Hi,   I would like to known if I don't understand something or if there is a bug in cmsis_os.c (STMCube for STM32F429) 1) In osThreadCreate()  stacksize in bytes is directly passed to xTaskCreate() but the definition f...

o_ by Associate II
  • 610 Views
  • 2 replies
  • 0 kudos