STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

timer interrupt

Posted on December 02, 2015 at 14:05hii have configurd to get an interrupt nce the timer update . But it did not work, can anyone knows whats the problem.I am using stm32f429 discovery board... void timer_init() { /**** clock for the timer *****/ ...

arunl4g by Associate II
  • 815 Views
  • 5 replies
  • 0 kudos

uwTick not incrementing.. (HAL_Delay())

Posted on December 04, 2015 at 07:58Hi,I called HAL_Delay(500); but inside the function, the return value of HAL_GetTick() is zero. What can be wrong? Thanks in advance.EDIT : oops, when I set a break point at line A below, I see tickstart is always...

ckim by Associate II
  • 822 Views
  • 1 replies
  • 0 kudos

STOP mode

Posted on December 04, 2015 at 11:14Hi i am using coocox ide .i have configured for Stop mode by using some examples and it wakes up by using the rtc wakeup interrupt. The mcu wakes up and goes to the rtc_wakep handlar. the problem is, it is not con...

arunease by Associate II
  • 257 Views
  • 1 replies
  • 0 kudos

STM32 DMA in UART RX

Posted on December 03, 2015 at 14:38I will be receiving 10 bytes on UART RX periodically and I want to configure UART RX DMA for it. Configuring DMA is like loading the NDTR register with the number of bytes to transfer from/to peripheral to/from me...

eclipse tool chain setup (how to set debugger)

Posted on December 02, 2015 at 13:01Hi, I follwed http://www.st.com/web/en/catalog/tools/FM147/CL1794/SC961/SS1533/PF261797?s_searchtype=keyword and then to http://www.openstm32.org/Installing+System+Workbench+for+STM32+with+installer page to instal...

0690X00000602aKQAQ.jpg 0690X00000602aPQAQ.jpg
ckim by Associate II
  • 1057 Views
  • 3 replies
  • 0 kudos

STM32F407 UART4 Problem

Posted on December 03, 2015 at 05:04Hi, I am using STM32F407 UART port to read data from a device with baudrate 115200. However, I cannot obtained the desired data. The data I obtained is decoded as follow: 0x 94 86 b7 f3 94 86 b7 f3 0x 94 86 b7 f...

stm32cubemx github examples and code sharing?

Posted on December 04, 2015 at 00:41Hi all, I don't know if something like this exists and if it exists I couldn't find it. I propose github repository where code examples of stm32mxcube could be put for general use and learning. I am willing to hel...