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

stm32f103 IAP App via gprs

Posted on July 10, 2015 at 11:34I am planning to program stm32f103 micro controller over the air. I have a sim808 module connected for network connections. Any new firmware changes needs to be pushed to the microcontroller via sim808. Can this be ac...

gopalan by Associate
  • 1391 Views
  • 6 replies
  • 0 kudos

nucleo F746zg and ILI9488 TFT

Posted on January 23, 2017 at 07:43Hi,I am trying to use a TFT with ILI9488 via SPI. The Display works but it is incredibly slow. What am I doing wrong ?I am using FreeRTOS and LWip in my project, too.It would be great to get a hint or two.ThanksMar...

Synchronize Micros with independent clocks

Posted on January 31, 2017 at 23:25I want to synchronize micros that each have their own clock. Is that possible? I was thinking of having a Master control the synchronization with GPIO. Essentially, when the pin is high (or low), you start whatever...

Andrew C by Associate III
  • 789 Views
  • 3 replies
  • 0 kudos

NVIC_Init() conflict

Posted on January 31, 2017 at 21:39In the code excerpt below there appears to be contradictory settings for nvic. NVIC_IRQChannel on the lines commented// First selection **************************  // Second selection **************************In b...

John Hite by Associate III
  • 401 Views
  • 2 replies
  • 0 kudos

Resolved! How to use two preipherals with the same DMAxStreamY

Posted on January 31, 2017 at 17:00Hi,I'm having no problem using the DMA in basic functionality,  but I've run into something I can't figure out by my self.I'm having a STM32F207 processor and try to use SPI2 at the same time as UART4.the TX interr...

STM32F4 DMA/UART application notes.

Posted on January 31, 2017 at 18:19I am using an STM32 F437 processor and the broken code I inherited uses the DMA to handle traffic from UART8. I am still grasping at straws a bit trying to find the best sources of information. So I am hoping someo...

John Hite by Associate III
  • 1355 Views
  • 5 replies
  • 0 kudos

STM32F411/RM0383 bad RCC_AHB1LPENR reset value

Posted on January 31, 2017 at 17:206.3.13 RCC AHB1 peripheral clock enable in low power mode register (RCC_AHB1LPENR) Address offset: 0x50 Reset value: 0x0061 900F(gdb) p /x RCC->AHB1LPENR$6 = 0x61909fThe RM0383 misses GPIOe/H

STM32F411/RM0383 bad GPIOA->MODER reset value

Posted on January 31, 2017 at 16:57Hello,page 153 tells:8.4.1 GPIO port mode register (GPIOx_MODER) (x = A..E and H) Address offset: 0x00 Reset values: · 0x0C00 0000 for port AThis does not make sense and a look at a real device after reset gives:(...

Resolved! STM32F7 bootloader usart comm

Posted on January 31, 2017 at 15:56Hi All,I'm working with a board with two STM32F7 processors and trying to connector to the built in bootloader on one from the other via USART. The TX/RX lines are connected to the target on USART3 and on the maste...

hbarta2 by Associate III
  • 1191 Views
  • 2 replies
  • 0 kudos

WKUP and EXTI

Posted on January 31, 2017 at 15:52Hello!I have a basic question about the association between WKUP and EXTI signals in a STM32. I am using a STM32L467.My system has a push button that I want to use to wake the mcu from the STANDBY power mode. I als...