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! __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
  • 2820 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
  • 5344 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...

CAN MAIL BOX CONFIG PROBLEM

Posted on June 04, 2018 at 08:23hi ,I am using STM32F417IG we need to configure 15 mail boxes for CAN receive operation.For a initial development and testing we have configured 4 mail boxes.But we are receiving 3 only we have splited 2 each in each ...

SWOTraces in debug for printf on SW4STM32

Posted on April 11, 2017 at 11:50I'd like to be able to output printf string on the Serial Wire Viewer window during the debug on SW4STM32. I've followed the tutorial in the in Help >> Help Contents >> SystemWorkbench for STM32 User Guide >> Advance...

g. lewis by Associate II
  • 1016 Views
  • 6 replies
  • 0 kudos