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

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
  • 332 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...

Resolved! How do I get there from here? Hex to Ascii from struct field

Posted on April 03, 2017 at 05:07I've been playing with the hal sd card driver today.printf(' Product name : %lx%x\r\n', pSD_CID_Info.ProdName1, pSD_CID_Info.ProdName2);where pSD_CID_Info is of the type HAL_SD_CardCIDTypeDef which istypedef struct{ ...

Wrong values on ADC without debugger but OK with debugger

Posted on March 31, 2017 at 23:59I am using ADC1 in scan mode. When I run my code normally through the debugger, it works just fine. However, when I remove the debugger and directly run it, I am seeing extremely low voltages. What could possibly be ...

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
  • 1718 Views
  • 6 replies
  • 0 kudos

DAC module for I2S ?

Posted on April 01, 2017 at 13:02Hello Everyone,Does anyone know a module for I2S DAC ?Thanks#stm32f1xxx #i2s #dac

STM32L4 + TFT LCD driver with 8bit parallel interface

Posted on April 02, 2017 at 00:59Hello, I really like STM32L4 series for their high performance and low power. I am trying to use STM32L4 to work in 8 bit parallel interface with TFT LCD driver controller ILI9163C / ST7735S along with STemWin graphi...

Pulling up a GPIO to 9v

Posted on April 01, 2017 at 04:33I have the STM32F4 discovery board.  I want to use the GPIO to drive the gate of a power MOSFET up to 9V.  Everything works well with push/pull output, then I configured the pin for open drain output, and add the res...

NV7502 driver (FSTN LCD Driver )

Posted on March 28, 2017 at 12:41Hi every bodyI wanna drive an FSTN LCD with stm32f1xx. driver of the LCD is NV7502. I want to know what can i use STemwin?if no so how do i drive it?thankful