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

Flashing Difficulties, Worn Out Flash?

Posted on July 13, 2016 at 20:16I am using Atollic True Studio lite to develop firmware for an STM32F373VCT while using an ST-Link V2 emulator probe. I have noticed that the time it takes to flash the firmware has steadily increased and now I have r...

spflanze by Associate II
  • 782 Views
  • 4 replies
  • 0 kudos

Mems sensors_datalog is not working

Posted on August 20, 2015 at 14:40I am using NucleoL152RE with X-NUCLEO-IKS01A1 .I loaded x-cube-mems1 Datalog sample code.but that pc suite is not working. #x-nucleo-iks01a1

0690X00000605IYQAY.png

Make error when importing new files

Posted on July 15, 2016 at 09:16Hi i am trying to import the ComplesMathFunctions and StatisticFunctions from the DSP library into my workspace however whenever i import the files into my workspace it will always give Make error when i build the pro...

CubeMx 4.15.1 + STM32L476RC + 1.5.1 + FatFS SD

Posted on July 13, 2016 at 18:24hello sir.my project write SD card error, but it read SD card properly. when I debug into code, I found __HAL_SD_SDMMC_GET_FLAG() in HAL_SD_WriteBlocks() function always get error flag SDMMC_FLAG_DCRCFAIL. and it writ...

avoid erase of user space flash when debugging

Posted on July 14, 2016 at 16:49 Hi, I use a STM32F205RG6 chip and splitted the flash into 2 parts, 512K for the program and 512K for user's data: MEMORY { FLASH (rx) : ORIGIN = 0x8000000, LENGTH = 512K DATA (rwx) : ORIGIN = 0...

bet by Associate II
  • 1832 Views
  • 4 replies
  • 2 kudos

STM32F746, PWM

Posted on July 14, 2016 at 08:43 Hello, I want to generate pwm out through tim4 channel 1 This is the code, but isn't wokring void hw_init_timer_4(TIMER_INIT* _tim4) { GPIO_InitTypeDef gpio_init; RCC_ClkInitTypeDef clkconfig; TIM_...

STM32F302 hard fault when calling GPIO_PinAFConfig

Posted on July 14, 2016 at 22:41 I'm attempting a fairly standard initialization of the SPI peripheral on an STM32F302, and for some reason whenever I call GPIO_PinAFConfig(GPIOA, GPIO_Pin_15, GPIO_AF_6), the program jumps to the WWDG_IRQHandler...

banks2 by Associate
  • 557 Views
  • 1 replies
  • 0 kudos