STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Finding Vector Table with debugger on STM32F10x

Posted on November 20, 2016 at 07:17Hi, I'm learning to code in assembly on stm32f103zet6 mcu with Atollic True Studio. I'm able to write a simple program and see the execution on debugger. However, I'm not able to locate the vector table (in disass...

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

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