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

ADC watchdog with ADC DMA

Posted on February 03, 2016 at 10:57Hello all,I'm using the STM32F072 with STM32cubeMX.I need to record the ADC data by using ADC Watchdog feature.Can I use ADC watchdog with ADC DMA together at the same time?Because I would like to have some data b...

nopphon by Associate
  • 359 Views
  • 0 replies
  • 0 kudos

How did I get here? (unwinding the stack)

Posted on February 02, 2016 at 16:05Hi folks,I'd like to implement some checks in the SysTick handler that will help to determine what code was executing when the SysTick interrupt fired. (What I'm actually doing is counting ticks since last IWDG se...

hbarta2 by Associate III
  • 1459 Views
  • 3 replies
  • 0 kudos

I2C_GetFlagStatus problem

Posted on February 02, 2016 at 21:32hiI have  problem with this function I2C_GetFlagStatus, when I call it  as bellow :I2C_GetFlagStatus(IOE_I2C, I2C_FLAG_SB)/**************************************FlagStatus I2C_GetFlagStatus(I2C_TypeDef* I2Cx, uint...

javidan by Associate
  • 545 Views
  • 0 replies
  • 0 kudos

AF remap on F1 vs. F3 series

Posted on January 30, 2016 at 23:04In previous design, where we used STM32F103 we could have two alternate functions on the same pin. It was SPI CLK (used for SSI protocol) and TIM2_CH2 which was configured that every CLK edge reset CNT register (us...

matic by Associate III
  • 606 Views
  • 3 replies
  • 0 kudos

STM32F Nucleo Firmware Upload with TrueSTUDIO

Posted on February 01, 2016 at 20:15I installed the Atollic TrueSTUDIO IDE for developing software for the STM32F303RE-Nucleo board, and have been trying to run the example file located in: STM32Cube_FW_F3_V1.4.0\Projects\STM32F303RE-Nucleo\Examples...

0690X00000605ZjQAI.png
ifarah by Associate
  • 570 Views
  • 1 replies
  • 0 kudos

Half-precision floating-point

Posted on February 01, 2016 at 20:32Hello,Using STM32F4 and IAR I am trying to convert a float (32bit) into Half-precision floating-point (16bit).(I am aware of the significant precision loss, but I have bandwidth limitations)Looking at ST's AN4044 ...