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

Resolved! MCU Selection for a communication moduel

Posted on December 11, 2017 at 11:40Hi All,We have a requirement with the following communication interfaces: Local RS232 communicationRJ45 for remote communication (Ethernet SNMP Interface)RJ114 line displayThis communication MCU shall be interfac...

Timer adapted to HAL Standards from previous code

Posted on December 14, 2017 at 12:42Hi,I'm trying to adapt the following code, from previous versions, to HAL Cubemx standards :void TIM1_CC_IRQHandler(void){uint32_t break_time, mab_time;TIM_ClearITPendingBit(TIM1, TIM_IT_CC1);break_time = TIM_GetC...

ignasi by Associate II
  • 385 Views
  • 0 replies
  • 0 kudos

Resolved! How to connect stm32f746 to av camera?

Posted on December 12, 2017 at 07:36HelloI want connect stm32f746 to av camera and show the camera picture or video on Lcd.Can anybody suggest how i can do it?Also can i use hdmi to show the video or picture on lcd with stm32f746?Tanks

Resolved! STM32F3 pin external interrupt and Alternate Function mode

Posted on December 12, 2017 at 11:28Hello,I am using a STM32F334.Is it possible to configure a pin in Alternate Function Mode (Timer input Channel for my project) and to use at the same time the pin as an external interrupt source ?It seems to work ...

tgadeyne by Associate
  • 1114 Views
  • 2 replies
  • 0 kudos