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

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
  • 1965 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
  • 1339 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
  • 896 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

TIM1 to trigger ADC conversion

Posted on May 21, 2017 at 17:55Hi to everyone, I apologize for the umpteenth discussion on this topic.I have some questions about Timer in general to which I did not found good answers:1- I would like to use TIM1_CH1 to start ADC conversion but from...

Resolved! Cube and JTAG/SWD

Posted on May 22, 2017 at 16:07Hello,the pinout view of Cube is good for planning pin assignment. However I don't see an item for SWD/JTAG to reserve the needed pins.  Do I miss something? Otherwise Cube should get entries for JTAG/SWD.