STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Powering Nucleo-144 through E5V

Hi!I designed a shield for the Nucleo-144 (F429ZI) which provides power to the Nucleo-144 board through the E5V pin.To configure the board, I did the following:Place JP3 E5VRemove JP1Remove JP6Remove JP7Open SB169Close SB115I disconnected the ST Link...

niels.d by Associate
  • 1216 Views
  • 2 replies
  • 0 kudos

about STM32L4R5ZI octo-spi

I am using NUCLEO-L4R5ZI.I already know about datasheet and application note.I generated code using by CubeMX. And I use peripheral LPUART and OCTOSPI.Nucleo board is connected to FPGA board.FPGA board don`t have flash memory(micron or macronix). But...

djin.9 by Associate
  • 394 Views
  • 0 replies
  • 0 kudos

Setup TIM8 for Output Compare interrupts is not working

Hi everyone.I'm trying to setup the timer TIM8 in order to generate interrupts, using compare registers for this purpose. My intention is to use all the availablechannels. I'm testing with a first stop of 150 ticks (150us), but it never stops. The fu...

areify by Associate II
  • 929 Views
  • 5 replies
  • 0 kudos

how to generate PWM with delay

I can generate PWM using channels 1-4 but they would start at the same time.I want to generate one PWN and the other one would start with 500 us delay.Can somebody help with sample code. It is so easy with Arduino, there are so many sample codes, you...

MNapi by Senior III
  • 2036 Views
  • 8 replies
  • 0 kudos

ADC trigger on timer update

Posted on August 27, 2013 at 11:24Hello,I'm currently working on a brushless motor control application and i'm in the process of implementing the current measuring of the three phases. In order to do so, I need to synchronise the ADC sampling with t...