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

USB suspend-resume event

Posted on June 01, 2018 at 14:25Hello,I have a problem to monitoring USB connexion state on STM32F7.We try to use suspend/resume events to monitor the USB state.The interrupt function 'HAL_PCD_IRQHandler' should allow us to monitoring connexion stat...

Touch Sensing Controller. Shield or no Shield ?

Posted on June 04, 2018 at 09:55Hello dear STCommunities, i am a hardware developper from Germany and i haven't so much experience in TSC (Touch Sensing Controller). In my project i have configure my touch unit in one Group ( 3 pins for my touch ele...

Eric Tc by Associate
  • 506 Views
  • 1 replies
  • 0 kudos

Problem with the Watchdog rest

Posted on June 04, 2018 at 07:16Hi All,I am working on the project Bootloader and i am using the independent watchdog IWDG in my project with stm32F413VH controller.The library i am using is the HAL library. Now i am facing some problem after jumpin...

Resolved! __main in startup assembly

Posted on June 04, 2018 at 10:30Hi.I'm using keil for programming a stm32 board. In the start up file .s there is a call to __main after the call to SystemInit. Where is the definition of __main? What's the difference between main and __main?

How to measure the MCU power consumption

Posted on June 04, 2018 at 07:48How to measure the MCU power consumptionWhen entering the stop mode, how to measure the power consumption?Thanks#mooc #stm32l4 #stop-mode

cyt by Associate II
  • 2793 Views
  • 3 replies
  • 0 kudos

CubeMX bug report: Error in generating Makefile

Posted on November 02, 2017 at 16:28 Hello, after upgrading CubeMX to version 4.0 on linux I noticed a bug in the generation of ./Makefile. The '# paths' section includes *.c files next to the directories and the '# sources' section includes s...

Resolved! CubeMX can't update and generate source code

Posted on May 30, 2018 at 09:50CubeMX pop up the message 'updater is already in use and checking server. Then please retry launching the Updater after few seconds'. It has been always checking and nothing updated. Because of that issue, there is no ...

Rock Deng by Associate III
  • 5281 Views
  • 11 replies
  • 0 kudos

On a STM32L0 platform - any reason why enabling HAL_NVIC_EnableIRQ(ADC1_COMP_IRQn) would stop / disable EXTI4_15_IRQn ??

Posted on June 03, 2018 at 16:07static void EXTILine0_1_Config(void){ GPIO_InitTypeDef GPIO_InitStructure;/* Enable GPIOC clock */ __HAL_RCC_GPIOA_CLK_ENABLE(); /* Configure PA0 pin as input floating */ GPIO_InitStructure.Mode = GPIO_MODE_IT_FALLIN...