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

Stm32F4 Discivery issue to play on boards DAC

Posted on July 12, 2016 at 15:17Hello, I'm new to Stm32 programming, but I try hard. I'm at the bottom of the earning curve and I block since 2 days on the an issue issue. Help would be very much welcomed. I attach my project:https://dl.dropboxuserc...

jmf1 by Senior
  • 350 Views
  • 1 replies
  • 0 kudos

STM32F767 SPI not sending same data twice.

Posted on July 12, 2016 at 05:18 Hello, Here is my code static void SPI_EnableMaster(SPI_TypeDef *SPIx, uint16_t SPI_CLOCKDIV, uint16_t SPI_MODE, uint16_t SPI_DATA_SIZE, uint16_t SPI_LSBFIRST) { SPI_DATA_SIZE--; SPIx->CR2 = (...

STM32F7: irq flood when using USB HS core in FS mode

Posted on July 15, 2016 at 15:26I just used the USBD_MSC sample from the cube with the F7 Discovery board and configured the HS core to run FS speed only (our own hardware will have no ULPI), therefore changed usbd.conf.c, line 382:   hpcd.Init.spee...

js23 by Associate III
  • 458 Views
  • 0 replies
  • 0 kudos

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
  • 676 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...