STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

USART & Timer Interrupt

Posted on November 17, 2016 at 09:55 Hello, I am trying to use USART1 to transmit and receive data in every 100ms. I've used both USART1 TXE and RXNE interrupts and Timer2 update interrupt but unfortunately it's not working and I don't h...

Mujtaba by Senior
  • 255 Views
  • 5 replies
  • 0 kudos

STM32F446RE USB Baudrate

Posted on November 20, 2016 at 14:26HiI'm currently working on a project in which I use the USB_OTG_FS interface with the VCP USB class to transfer data back and fourth from the uC and the Computer. I managed to setup everything so the computer sees...

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_...