STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Fdts in RM0090 Reference manual

Posted on March 30, 2016 at 09:03I'm working with timer1 in PWM input mode and trying to add a filter to remove input spikes. The document refers to a signal called Fdts when configuring the capture filter. I can't find the source / frequency of the...

tpb by Associate
  • 433 Views
  • 2 replies
  • 0 kudos

STM32f334 BootLoading of Custom Board

Posted on March 29, 2016 at 09:27This discussion is from an /public/STe2ecommunities/mcu/Lists/STM32Discovery/Flat.aspx?RootFolder=https%3a//my.st.com/public/STe2ecommunities/mcu/Lists/STM32Discovery/Calling%20stm32429I-Eval%20Bootloader&FolderCTID=...

ambrose by Associate II
  • 227 Views
  • 3 replies
  • 0 kudos

FMC configuration bug in STM32CubeMX 4.14.0

Posted on March 24, 2016 at 15:59In STM32CubeMX 4.14.0, I find I can only set the address setup time, data setup time and bus turn around time for NOR/PSRAM timing. Other parameters like ''address hold time'', ''clock division'' and ''data latency''...

diverger by Associate III
  • 175 Views
  • 3 replies
  • 0 kudos

STM32F7 Camera Board Output Format

Posted on March 29, 2016 at 12:06Hi allI would appreciate if any one can indicate to me the output format of the STM32F4DIS-CAM camera format to the register. I currently working on computer vision use the stm32f7. #camera #stm32f7-disco-firmware

fire by Associate
  • 205 Views
  • 3 replies
  • 0 kudos

Lowest power on STM32F105RC

Posted on March 29, 2016 at 10:03Hi: I'm developing with an STM32F105. On datasheet, lowest power is on StandBY mode, and it consumes about 4uA, however I get about 300uA, and I don't know what I'm doing wrong. On my program, it is all what I do:   ...

eliot by Associate II
  • 271 Views
  • 5 replies
  • 0 kudos

ADC DMA HAL Libraries STM32F0

Posted on January 21, 2016 at 19:41 Hello everybody! I'm trying to read two ADC channels in STM32F042 microcontroller with DMA without interruption. I expected the DMA reads channel 0 then channel 1 filling five samples of each channel in...

Pinout export / import

Posted on March 23, 2016 at 10:52One can generate a CSV file from CUBE, but would it not be helpful to be able to import a CSV file after editing the pinout?This would make it a lot faster to edit pinsOr am I missing something?Stefan

tech2399 by Associate II
  • 239 Views
  • 1 replies
  • 0 kudos

RXNE irq generation

Posted on March 29, 2016 at 17:29STM32f100I think there is an error in the reference manual for st32f100xxThe start bit is confirmed (RXNE flag set, interrupt generated if RXNEIE=1).... According to this RXNE interrupt occurs when the start bit is c...

ionutF by Associate III
  • 238 Views
  • 1 replies
  • 0 kudos

STM32F407 ADC measurement to Voltage

Posted on March 29, 2016 at 14:36Dear Friends,I have a good experience in STM32F103, but trapped in STM32F407's ADC two weeks already. My HW plateform is STM32F407VGT.Vref+ connect to 2.048V;   Vdda  connect to  3.1VADC resolution configured to be 1...