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

Flash page size at runtime

Posted on November 20, 2016 at 14:56Hello , everybody have an idea how to calculate flash sector size during execution on any stm32 device? #page-size

DmtryVovk by Associate II
  • 1036 Views
  • 3 replies
  • 0 kudos

STM32F103c8tx bmp280 SPI

Posted on November 20, 2016 at 11:59 Hello! I post this subject because I have some problems to communicate with my BMP I'm using SPI protocol and configured it like this: spi_card.Instance = SPI2; spi_card.Init.BaudRatePres...

0690X00000605SnQAI.png 0690X00000605IGQAY.png

stm32 timer captur

Posted on November 20, 2016 at 07:58 hey all i configed timer 3 whit this .... formeasurement frecuncy in PA.7 void TIM3_Configuration(void){ RCC_APB1PeriphClockCmd(RCC_APB1Periph_TIM3, ENABLE); TIM_ICInitTypeDef TIM_ICInitStructure; TIM_...

HAL_UART_RxCpltCallback stops reading on 0x00

Posted on November 20, 2016 at 00:32 Hallo, I try to read binary data from PC to STM32 F Data are framed in following format. DLE STX DATA DLE ETX (0x10 0x02 DATA 0x10 0x03). My goal is to read DATA bytes. I'm usingHAL_UART_RxCp...

vancom by Associate
  • 597 Views
  • 0 replies
  • 0 kudos

Workaround interfacing STM32F429 FMC with a TFT

Posted on November 18, 2016 at 16:39Hello,I am working with a smart TFT that supports the 8080 parallel interface on a custom board but the design omitted connecting the RD, RS, CS, WD to the appropriate NEx, NOE, NWE, Ax pins. Instead these 4 contr...

Disable RX TX Callbacks - Uart DMA stop

Posted on December 17, 2015 at 07:21 Hello there, I am using uart tx and rx with dma. It works, but each time I stop the DMA using: /** * @brief Stops the DMA Transfer. * @param huart: pointer to a UART_HandleTypeDef structure tha...