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

ST32446-EVAL doesnt support SW4STM?

Posted on May 18, 2017 at 17:17Hi, I cannot dbg and programming stm32446e-eval board using onboard st-link, pic below. I checked also other board stm32f769i-disco and its working fine on the same enviroment. Log:Unplugged target or STLink already in...

0690X000006072mQAA.png
embvis by Associate III
  • 873 Views
  • 7 replies
  • 0 kudos

stm32f103rb nucleo usart

Posted on May 22, 2017 at 03:44Hi, I just want to know if usart1 on stm32f103rb nucleo board works or not? If yes, is that using PA9 PA10? If yes, why is that not showing on the datasheet?If usart1 doesn't work on the board, which usart works on the...

J Lee by Associate III
  • 2004 Views
  • 8 replies
  • 0 kudos

CubeMX : new USER CODE section needed in ethernetif.c

Posted on October 06, 2015 at 12:59In source code generated by CubeMX would be useful to add a new USER CODE section in ethernetif.c in order to allow the user to change the MAC address.For example:..... MACAddr[0] = 0x00;  MACAddr[1] = 0x80;  MACAd...

software by Associate
  • 1358 Views
  • 7 replies
  • 0 kudos

RTC Read only working once

Posted on May 22, 2017 at 21:01I'm working with the latest update of the HAL drivers for the STM32F446RET6. I want to use the RTC in my project and display the time on a display. The first call of HAL_RTC_GetTime works flawless and returns the curre...

STM32L072: PWM Output with HAL

Posted on May 20, 2017 at 14:34Hello everybody!I cannot find whats missing in my timer initialisation: TIM3_CH2 interrupt is generated correctly (as the callback function is executed and a led on a generic GPIO of the STM32 Demo Board is driven by c...

davide by Associate II
  • 911 Views
  • 2 replies
  • 0 kudos

DecaWave USB Driver for Linux (LabVIEW using RoboRIO)

Posted on May 22, 2017 at 18:55Hi,I am working on an evaluation project using the DecaWave Trek1000 which points me to the V1.4.0 Virtual Com port driver for Window which works great on my Windows 10 PC.  If you are familiar with the DecaWave I am u...

Resolved! UART Framing Error on STM32F1

Posted on May 19, 2017 at 14:32Hi,I have an STM32F1 and am running the UART printf example from the standard peripheral library. I've modified the code to allow me to use USART3 (I'm using a custom pcba and only USART3 is wired to a connector mounte...

0690X00000603aRQAQ.jpg