STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

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
  • 299 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
  • 425 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
  • 435 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
  • 731 Views
  • 1 replies
  • 0 kudos

DMA to PWM triggered by timer

Posted on July 25, 2016 at 01:25Hi,     Using cubeMX I have implemented a timer triggered (42KHz T2 TIM_TRGO_UPDATE )circular DMA transfer from ADC channel 1 to  memory buffer. I am trying to do some audio processing in real time. Also I am driving ...

GPIO Alternate Input

Posted on July 25, 2016 at 14:34When we setup a GPIO pin for Alternate function, their is only option for Alternate function output. Even if some alternate functions are actually input to the peripheral (like USART_RX, Timer Capture Input etc). Even...

DAC DMA underrun interrupt on STM32F4-Discovery

Posted on July 25, 2016 at 13:54Hi. I have problem with finding interrupt subroutine which Is called when DAC DMA underrun interrupt event happen. There isn't any DAC IRQ in which I can check status like this: if(DAC_GetITStatus(DAC_Channel_1, DAC_I...

hokus by Associate II
  • 487 Views
  • 4 replies
  • 0 kudos
Labels