STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Using TIM3_CH1 to generate a delayed one-shot pulse

Posted on July 30, 2013 at 07:48Hi guys, it's been a few years since I've worked with the timers on these micro's and I've been rediscovering how much of a pain they can be.Please refresh my memory so I at least know whether i'm wasting my time or n...

darcy23 by Associate II
  • 893 Views
  • 4 replies
  • 0 kudos

Resolved! CubeMX 4.19.0 Problem report.

Posted on January 29, 2017 at 17:22The attached project is made up of CubeMX 4.18.0.If you open the project after opening the project at CubeMX 4.19.0 and then creating source again, an error occurs.

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
  • 920 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 II
  • 468 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
  • 270 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
  • 776 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:(...