STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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 II
  • 498 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
  • 279 Views
  • 2 replies
  • 0 kudos

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
  • 826 Views
  • 5 replies
  • 0 kudos

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

TIM1 Break Interrupt

Posted on January 31, 2017 at 16:06I have an Active Low signal for break. But the Interrupt seems to be Active High Level sensitive.Doesn't the interrupt TIM1_BRK_IRQHandler respect TIM_BDTR_BKP (polarity)?Chip: STM32F103

Jeroen3 by Senior
  • 354 Views
  • 0 replies
  • 0 kudos