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

Resolved! Issue with duplicate flash memory content

Posted on January 06, 2017 at 15:42Hello,Here is my issue.I have a 100 KBytes of code in my flash memory and I need to duplicate this code into another part of the memory.I use a copy function to read 4 bytes and copy them in the new memory area and...

Lionel O by Associate
  • 501 Views
  • 1 replies
  • 0 kudos

Can't get STM32F7 I2C1 working at all.

Posted on January 03, 2017 at 21:25Hi, all. I'm using the STM32F7 Discovery board. (STM32F746NGH6  chip) and am trying to implement an I2C driver (bare metal)  for the I2C1 port on pins PB8/PB9 which are brought out to the Arduino header so I can co...

Very high irq rate when using USB OTG in host mode

Posted on January 06, 2017 at 15:12Hi all,I am using the STM32F427ZI with the CubeMX USB OTG Host library V3.2.1. under FreeRTOS v8.2.1.Even when the system is idle, there are continuous USB interrupts running at a very high rate. Each ISR takes 24u...

STM32CubeMX generating bad code for TIM3

Posted on November 24, 2016 at 09:51When generating code for MDK-ARM v5 with STM32CubeMX v4.17.0 for TIM3 Ch3 you get:''GPIO_InitStruct.Alternate = GPIO_AF0_TIM3;'' in ''void HAL_TIM_MspPostInit(TIM_HandleTypeDef* htim)'' (stm32f0xx_hal_msp.c) The c...

jafr by Associate II
  • 925 Views
  • 7 replies
  • 0 kudos

Cube ADC init Bug for STM32F302?

Posted on January 06, 2017 at 14:26Configuring the ADC multi-mode makes HAL_ADC_Start_DMA function stop from working.I tried some settings, but I have to comment it out:  //if (HAL_ADCEx_MultiModeConfigChannel(&hadc1, &multimode) != HAL_OK)  //{  //...

Problems with HAL CAN Library

Posted on January 05, 2017 at 19:41Hello, I am having problem using HAL CAN Library  especially with receive function , I can transmit information, but when I receive I get other different information, I don' t know why?, I am using CAN transeiver t...

SPI

Posted on January 01, 2017 at 04:35Hello!I want to design a pump station with 12 channels, each channel drive by a stepper motor. And the system, I plan to use STM32F205+L6470,  but  some issues need help.1. Can STM32F205 synchronously drive 12pcs L...

Can Chen by Associate
  • 1067 Views
  • 7 replies
  • 0 kudos

I2S/DMA 32Bit possible ?

Posted on January 05, 2017 at 14:43Hey Community,Short question !Is I2S DMA 32Bit stream possible ?The Manual says : 'DMA capability for transmission and reception (16-bit wide)'.Does it mean that I2S with DMA is only in 16Bit stream possible ? This...

Wrong FLASH_ACR->LATENCY bit in stm32f103xe.h?

Posted on December 22, 2016 at 13:22Section 3.3.3 of the reference manual (RM0008, Rev16) for STM32F10XXX MCUs explains in the register description for FLASH_ACR->LATENCY: Bits 2:0 LATENCY: Latency  These bits represent the ratio of the SYSCLK (syst...