STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 515 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
  • 418 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...