STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

HAL Bug Report - F4xx, Timer Complimentary Outputs

Posted on September 22, 2016 at 16:11Using latest CubeMX and HAL libs.As far as i can see, HAL doesn't support a method for enabling the TIMx complimentary CHxN outputs.In this case i want to use TIM1 CH1N and CH2N for PWM output.Thanks.

mwp by Senior
  • 1027 Views
  • 7 replies
  • 0 kudos

read UART DMA Pionter

Posted on September 30, 2016 at 11:25Hi To check the functionality of the UART I am trying to read out the DMA pointer.Is this possible in the HAL Libraries? If yes, how can I do that?In this context I would like to know whether it is possible to se...

Software interrupt doesn't work

Posted on September 30, 2016 at 13:41Hello! I use STM32F429ZI and I try to set a software interrupt, but it doesn't work. I set it as follows:     EXTI->IMR |= EXTI_IMR_MR0;      NVIC_SetPriority(EXTI0_IRQn, 15);      NVIC_EnableIRQ(EXTI0_IRQn);    ...

z1060 by Associate II
  • 545 Views
  • 3 replies
  • 0 kudos

Unable to run program on STM32F091VB

Posted on September 30, 2016 at 11:59Hi,I programmed simple GPIO high/low code on STM32F091VB through STVP but not getting any output from it. First, i configured BOOT OPTION BYTE  then i was able to flash the microcontroller successfully. Refer att...

Discovery board connections

Posted on September 30, 2016 at 13:51Hello, Why are pins PB6 and PB9 connected to VDD through 4.7KOhm resistors in STM32F4-Discovery board?