STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

NUCLEO-F746, DAC circular DMA bug!

Posted on September 30, 2016 at 18:28&sharpdefine SAMPLESDAC (1024*2)static TIM_HandleTypeDef  Timer4Handle;void Timer4_init(){    TIM_ClockConfigTypeDef TimerClockConfig;    TIM_MasterConfigTypeDef sMasterConfig;    __TIM4_CLK_ENABLE();    //Timer ...

kylongmu by Associate II
  • 639 Views
  • 5 replies
  • 0 kudos

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
  • 900 Views
  • 7 replies
  • 0 kudos

ENTR_CRT_SECTION();, EXT_CRT_SECTION();

Posted on September 30, 2016 at 17:34Hello Everyone;ENTR_CRT_SECTION();,  EXT_CRT_SECTION();What is these functions ?,Which IDE used these functions ?,Do these functions are the internal library functions of the IDE ? What do these functions? (can y...

onur by Associate
  • 571 Views
  • 1 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
  • 474 Views
  • 3 replies
  • 0 kudos