STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

how to validate whether the stm32f4 is working in 180MHz

Posted on October 05, 2017 at 15:16Hi,We are facing  a problem, any help will be greatly appreciated.I am using stm32f446zet.  I have set to 180MHz system clock , but GPIO pin toggles at  8 MHz. We are using OPT8320 TOF sensor whose opclk runs at 24...

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
  • 1122 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
  • 1048 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...

STM32F7 - Error in final launch sequence

Posted on October 05, 2017 at 07:57Hello,I when I am about to run my application on STM32F7 discovery board, I am getting the error below.Project toolchain - SW4STM32Board - STM32F7 discovery boardThanksDheeraj#stm32f7

0690X00000608USQAY.png

I2C not work in stm32f103c8t6

Posted on October 05, 2017 at 07:58I am under test for I2C. Setting of CubeMX does not allow the pullup/down setting. The I2C device used is htu-21d (Humidity and Humidity Sensor).--source code--.. i2cTxData = (uint8_t)0xe3;    // temp while(HAL_I2C...

0690X00000608RKQAY.png 0690X00000608RLQAY.png 0690X00000608UcQAI.png

Enabling and Disabling PWM

Posted on October 05, 2017 at 04:08Hello,On an STM32F4, I've configured and can generate a  PWM signal from 2 pins, offset by 180 degrees. This is using TIM3 and TIM4, on PB5 and PB6. What I want to be able to accomplish is this. I would like to be ...