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

Problem on USART

Posted on March 05, 2017 at 19:53Hi, I'm working on STM32F091 MCU fora the first time and I'm trying to test the USART1 on PF0,1. I have just wrote the code and it works well, but now I can't receive the RXNE interrupt.. the tx line works normally.....

Setting Up RTC with LSE and VBAT

Posted on June 10, 2017 at 10:39I would like to enable the internal RTC of STM32F103 MCU. RTC works fine with HSE clock source. But when I select LSE as clock source, RTC stops working. It is necessary to use LSE and VBAT because the real time shoul...

Setup Custom HID device

Posted on February 27, 2017 at 23:01Hey guys.I'm trying to setup Custom HID. I'd like to use an output- and input Buffer.I have managed to setup the descriptors. I think i have done that right: Windows is correct enumerating my device.On the other s...

Check under debug mode for ARM semihosting

Posted on June 15, 2017 at 18:22I'm study cortex-m4 for semihost and use stm32f429-discovery board. I have a trouble with that semihost can not work when board is standalone(without in debug mode), So, I hope to use judge debug status before printf(...

ctc.ctc by Associate II
  • 820 Views
  • 1 replies
  • 0 kudos

CooCox error while downloading code to STM32F103C8T6

Posted on August 29, 2016 at 16:09 Dear forum, i get this error after i tried to download the code to this board: http://artofcircuits.com/wp-content/uploads/2015/07/STM32F103C8T6-Development-Board-1.jpg I use a ST-Link V2 with ...

loder by Associate II
  • 1568 Views
  • 5 replies
  • 0 kudos

Cancel a pending UART recieve

Posted on January 16, 2017 at 23:02If i start an UART receive with an interrupt looking for the next inbound byte/char;HAL_UART_Receive_IT(&huart1, &UART1_Data, 1);how can i cancel the receive before receiving the next byte/char?

How to pass a variable read in an interruption to main()

Posted on June 14, 2017 at 15:14I'm reading a serial ADC from an interruption (24 bits)I need to pass its read value to the main()I have defined in /* USER CODE BEGIN PV */ a volatile variable uint32_t  xxxxxThe xxxxx variable is right inside the in...

amelendez by Associate III
  • 2700 Views
  • 12 replies
  • 1 kudos

RBUS issue on STM32F407

Posted on June 15, 2017 at 08:40Hello.I'm working on a new board with STM32F407 MCU.Currently, there's an issue with Ethernet.After board reset, Ethernet communication is working well.But after some time (minutes or hours), the Ethernet seems to be ...

Ho Lim by Associate II
  • 902 Views
  • 2 replies
  • 0 kudos