STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

USB mass storage

Posted on July 25, 2016 at 09:02Hii have configured the mass storage using cubemx,but my code is not working it shows ''format disk to use'' in my system. here i have attached the configuration file can you any help me please.regardsRajesh #sd-as...

rajesh23 by Associate II
  • 285 Views
  • 1 replies
  • 0 kudos

stm32f103 adc dma hangs mcu

Posted on July 26, 2016 at 15:19 Hello, I ran into a problem when trying to configure ADC DMA on STM32F103 microcontroller. I am able to get the data from ADC, however I am unable to get into the main loop of the program. I tried chang...

sarunas by Associate
  • 670 Views
  • 1 replies
  • 0 kudos

STM32Cube_FW_L1_V1.6.0 I2C Error

Posted on July 26, 2016 at 16:58Hello,I am using STM32L151RCT6 for communicating to an I2C slave.With last STM32Cube  release V1.5.0 everything works fine. But with new version I always get HAL_TIMEOUT when I call method HAL_I2C_Master_Transmit() in...

c_dev05 by Associate III
  • 252 Views
  • 0 replies
  • 0 kudos

I2C TxE flag never cleared

Posted on June 29, 2016 at 15:58I am seeing an issue on the STM32F207 where if an I2C transfer fails the TxE bit is never cleared, causing the I2C2_EV_IRQHandler( ) to continuously get invoked and the overall system to hang. I know this isn't a lot ...

bryan1 by Associate II
  • 461 Views
  • 1 replies
  • 0 kudos

STM32L1xx ADC EOC when using DMA

Posted on July 20, 2016 at 15:31Hello, I use STM32L1xx ADC in scan mode with DMA with these settings: ADC_CR1_SCAN set ADC_CR2_CONT cleared ADC_CR2_DDS and ADC_CR2_DMA set ADC_CR2_EOCS cleared I scan 4 channels after trigerering with ADC_CR2_SWSTART...

mmensch by Associate II
  • 736 Views
  • 4 replies
  • 0 kudos

STM32F373-EVAL board,SDADC used with PT100 problem

Posted on July 18, 2016 at 16:39Hi,In STM32F373-EVAL board,SDADC is used to measure temperature with PT100 as sensor.The circuit is showed below.These two pictures are screenshots of tutorials of STM32F373-EVAL board.The document says the gain of op...

0690X00000603N7QAI.jpg 0690X00000603NvQAI.jpg
txmsszd by Associate II
  • 672 Views
  • 1 replies
  • 0 kudos

Using STM32F103 to generate 1 millisecond interrupt

Posted on July 25, 2016 at 23:20 Hello, trying to generate 1 millisecond interrupt using TIM4 timer with in STM32F103 series of processor. By selectinghtim4.Init.Period = 1 able to generate Two millisecond interrupt. When we configurehtim4.Init.P...

suresh by Associate II
  • 1067 Views
  • 1 replies
  • 0 kudos