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

Resolved! STM32 uVision - missing pack

Posted on March 08, 2018 at 15:22I attended the STM8-32 hands on day in Cambridge in Feburary 2018.I have been repeating or doing the exercises that we did on the day but I have been unable to program the target STM32F072RB nucleo board in three of ...

Resolved! STM32F7/H7 DFU Bootloader on USB HS ?

Posted on March 09, 2018 at 12:30Hi all,I would like to have a confirmation, according to what i understand in AN2606 the DFU bootloader is only available on the USB FS interface, not on the HS one. Is that correct ?ThanksFrançois

STM32CubeMX cannot compile generated project

Posted on March 09, 2018 at 15:24Hi,I am trying to compile project in Atollic TrueSTUDIO for STM32 generated in STM32CubeMX but my HAL libraries are not visible after adding USB_DEVICE in CDC mode.I am generating project which uses some GPIO Inputs ...

Olek1 by Associate II
  • 581 Views
  • 2 replies
  • 0 kudos

STM32F04xx USART Idle line detection

Posted on March 09, 2018 at 13:19I have been trying to use the USART idle line detection flag to  detect when an incoming transmission stream has ended. if((USART1->ISR & USART_ISR_RXNE) != RESET) {   if ((1+RX_BUFFER_POS) < RX_BUFFER_SIZE) {       ...

Tom Eaton by Associate II
  • 2638 Views
  • 3 replies
  • 0 kudos

MXCube F302 timer driver will not compile from generation

Posted on March 07, 2018 at 16:13using mxCube 4.24.0Keil 5.25.0.0using timer             :6 prescalar                :64Counter                  :upCounter period      65535autoload preload  : disable Cube produces void MX_TIM6_Init(void){  TIM_Mast...

dcurran2 by Associate II
  • 1645 Views
  • 8 replies
  • 0 kudos

TCP communication problem.

Posted on March 09, 2018 at 11:41Hi,how we can communicate multiple tcp clients to a tcp server simultaneously using  FREERTOS?with regards,SunilCalixto Firmware Team

STM32L073 + sx1272 (downlink rssi)

Posted on March 09, 2018 at 05:13Hello,I'm using LoRa network with sx1272 + stm32L0 (node),and RAK831 (gateway) , also custom network server.i found that uplink rssi printed in gateway is quite good enough(-32dBm), however, downlink rssi printed in ...

Chris Oh by Associate II
  • 570 Views
  • 2 replies
  • 0 kudos

STM32F411 which display to add?

Posted on March 09, 2018 at 09:38I want to add a display to my stm32F411.I'm relatively new to the STM platform. Can somebody advise me a display and protocol to use which is general in STM world?Similar question about how to add a network connectio...