STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! MCU not boooting after flashing

Hi,I'm using an STM32F334 in a Nucleo development board. I have flashed the device both with STM32 ST-Link utility and after finishing, I connect the development board to an external supply and the MCU does not start running unless the RST button is ...

mur by Associate III
  • 1577 Views
  • 6 replies
  • 0 kudos

Resolved! STM32G and STM32F differences?

How do these series differ from each other? Especially "Cubewise"?Are there notable differencies in the Atollic/Cubeide user's point of view?Is this G4 basically F3 with F4 core?

Putting STM32F7508-DK to Sleep

I understand that, in order to put the F750 to sleep AND reduce power supply heat during sleep, we should use:HAL_PWR_EnterSLEEPMode(PWR_LOWPOWERREGULATOR_ON, PWR_SLEEPENTRY_WFI);WFI();But I have not read what happens when the CPU is not sleeping (du...

DRobe.4 by Senior
  • 270 Views
  • 0 replies
  • 0 kudos

Call C++ function from C file

I would like to call C++ function from C file. How to do that.I have C++ function call Cpp_func() in test.cpp file. In test.h file, I declare as extern "C" Cpp_func(void); This gives me error that expected identifier.

Iswarya by Associate II
  • 1560 Views
  • 4 replies
  • 0 kudos