STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Analog window watchdog

Posted on October 05, 2017 at 10:36Hi Guys,I have STM32L071 and I want to use analog window watchdog for detecting if voltage on channel 2 is bellow my threshold. I use it and it works really nice.I use this settings for ADC:/**Configure the global ...

0690X0000060483QAA.jpg
JAN R by Associate III
  • 633 Views
  • 2 replies
  • 0 kudos

Selft Test Library with HAL library

Posted on October 05, 2017 at 08:20HelloI had been using old HAL Libraries from 2015 with Selt Test Library. I just upgrade my HAL library but now I am having issues with some code changes/missing functions/definitions for the Self Test Library.  Ca...

Remap in FMC

Posted on October 04, 2017 at 18:15Reading the reference manual of STM32F4xx (RM0090), I need some explanation about the physical remap in FMC.Page 71-72, �2.4, the interpretation of table 4 is not clear. Should I understand that when in mode Remap ...

__weak & CLANG

Posted on October 04, 2017 at 16:26Using the 5.24a Keil tool & MXCube v4.22 with V1.16 libs for F4 devicesHave a project based on mxCube and my code that works correctly :(.linking...Program Size: Code=53948 RO-data=8468 RW-data=67988 ZI-data=55308 ...

dcurran2 by Associate II
  • 995 Views
  • 2 replies
  • 0 kudos

STM32F4 and FatFS. SD Card mounting issue.

Posted on October 04, 2017 at 11:12Simple issue description: f_mount function from FatFS causes stack problem .More detailed description:We have a project in which we use the processor STM32F407Z and we have to read files from an SD Card with using ...

Oleg M by Associate
  • 946 Views
  • 3 replies
  • 0 kudos

stm32f205 HS Isochronous Transfer fails

Posted on October 05, 2017 at 10:41Good Morning!I am currently developing an HS USB Audio DAC using the STM32f205 microcontroller, using the HAL Library to keep things simple and to have a fast code. I have already tested my USB 'low-level-driver' b...