STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

RTC random interrupt

Posted on September 30, 2016 at 18:22HelloI have 2 PCB with STM32L476. The same code is running on each PCB (both board have been programmed with the STlink-utility and the same binary file). The RTC is configured to provide a 1Hz IRQ. The RTC clock...

0690X00000605S4QAI.png
tarzan2 by Senior
  • 412 Views
  • 1 replies
  • 0 kudos

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
  • 944 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
  • 1212 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
  • 720 Views
  • 3 replies
  • 0 kudos