STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeMx FatFs & SDMMC ST32F7

Posted on September 10, 2016 at 12:37Hi every body.i configure STM32CubeMX to write on SD card. im using stm32f7 discovery board. i set SDMMC on ''SD 4bit wide bus''  and enabled FatFS for SD card.my main function is :int main(void){  /* USER CODE B...

Parallelism between CPU and FPU

Posted on September 09, 2016 at 22:14Hi.Is it possible to do some computation in parallel in CPU (with integers) and FPU (with floats)?Probably not, because both units need their own instructions to perform a math operation and the instructions can ...

matic by Associate III
  • 379 Views
  • 1 replies
  • 0 kudos

External Nor Flash Programming from Application

Posted on April 16, 2013 at 16:40For my application I need to program external NOR flash via code executing on an STM32F4 family processor.  I see examples that read external flash but none that program it from code executing on an STM32F4 family pr...

USART with DMA in receiving mode

Posted on September 08, 2016 at 11:49 Hello Here is my code as shown below #include < stm32f10x_gpio.h > #include < stm32f10x_rcc.h > #include < stm32f10x_usart.h > #include < stdio.h > #include < stm32f10x_dma.h > struct __FILE { int...

parisa by Senior
  • 625 Views
  • 5 replies
  • 0 kudos

PWM Frequency Change On the Fly

Posted on September 09, 2016 at 02:43I'm using an STM32F4 to generate PWM pulses. I need to do something a bit difference, the best way to describe it is like FSK ( frequency discontinuity not a problem if it occurs) For example - if one was lookin...