STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

ETHERNET SEND AND RECEÄ°VE SAME TÄ°ME

Posted on March 09, 2018 at 16:36We are trying to establish and send and receive Project through an ethernet connection .we use Nucleo f429ZI, We have our nucleo with static  ip 10.1.1.2 mask  255.255.255.0 gateway 10.1.1.1 using cubemx ,PHY 0,pc is...

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
  • 423 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
  • 2258 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
  • 1194 Views
  • 8 replies
  • 0 kudos

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
  • 414 Views
  • 2 replies
  • 0 kudos