STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Missing event WM_NOTIFICATION_RELEASED for STemWin button

Posted on July 22, 2015 at 08:15STM32F429I-Discovery demonstation application compiled with GCC sometimes hangs on release of a STemWin button. It is due to a bug in k_bsp.c code in function k_TouchUpdate() which sends wrong coordinates when users l...

cs by Associate II
  • 622 Views
  • 2 replies
  • 0 kudos

STM32L1 PWM, off state selection for Idle mode

Posted on July 28, 2015 at 22:59Hi all With STM32L152, I'm using TIM2 to generate several one shot pulses. It works not that bad except the fact that compared to the moment I start the pulse process, the pulse seems to be ''right aligned''. In othe...

JulienD by Senior
  • 431 Views
  • 0 replies
  • 0 kudos

Restart Rx USART + DMA in STM32L1

Posted on July 27, 2015 at 11:09 I am using an STM32L1 on a Nucleo-L152RE board. I have to devices I control through serial running at rather high baudrates, so I am trying to enable DMA on the USART. With the code below I can launch one Rx DMA,...

genis by Associate II
  • 1054 Views
  • 6 replies
  • 0 kudos

Question about Nucleo-F030R8 for Arduino

Posted on July 28, 2015 at 10:42Dear I want to use Nucleo-F030R8 for Arduino. In the manual of STM32F030 Nucleo, this board supports Arduino. but I can't find about the method for using in arduino. How can I connect Sketch? or How can I change fro...

kufosan by Associate II
  • 640 Views
  • 3 replies
  • 0 kudos

STM32CubeMx can not get MAC address ?

Posted on July 28, 2015 at 14:39 Guys, I tried to setup ethernet connection using STM32F107VCT6, DP83848 and STM32CubeMX, After generating the code, I can see the IP address on this function oid MX_LWIP_Init(void) { IP...