STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F334 ADC Scan DMA

Posted on April 01, 2017 at 20:22Hi,Trying to do a ADC continuous scan with 4 sequential channels using DMA, ending up with one single DMA Transfer Complete Interrupt, though I am clearing the TC interrupt. The single transfer has the correct ADC re...

STM32F411 uart asynch

Posted on April 02, 2017 at 08:19Hi, I am following STM32F411RE-Nucleo example for UART_HyperTerminal_IT.My first TX_IT works great. The problem is in the second call to HAL_UART_Transmit_IT() which fails on if(huart->gState == HAL_UART_STATE_READY)...

eran yas by Associate
  • 403 Views
  • 1 replies
  • 0 kudos

Using HAL UART interrupt RX for uncertain size data?

Posted on April 02, 2017 at 20:38Hi,I am updating an old project that was built on the 'STM32 FWLib', so I am porting everything over to the new Stm32Cube HAL. The real motivation is to get the proper I2C driver in the HAL, but I am unsure how to ha...

apullin by Associate II
  • 240 Views
  • 1 replies
  • 0 kudos

LRWN V1.1.0 LoRaMac.c Bug

Posted on April 03, 2017 at 10:55In function OnMacStateCheckTimerEvent there is a line:LoRaMacParams.ChannelsDatarate = MAX( LoRaMacParams.ChannelsDatarate - 1, getPhy.Param.Value );The problem is that LoRaMacParams.ChannelsDatarate is an unsigned 8...

HSE Failed to start

Posted on February 08, 2016 at 10:01Hi,i have connected a external clock on stm32f4 microcontroller but the hse is failled to startup the application code (the internal clock works perfectly though.)

arunease by Associate II
  • 1351 Views
  • 6 replies
  • 0 kudos