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

I'm experimenting with a STFM32F413-DISCO.

I have a programme running under Cube IDE. How can I run the MCU and its peripherals without powering up the ST-Link and its components on the DISCO board. Thanks for your help.

IWhit.2 by Associate II
  • 617 Views
  • 3 replies
  • 0 kudos

How to get rid of "could not verify ST device" when using openocd as remote connection to QEMU xpack emulation of STM32F407 ?

Hello,this used to work, but when I tried this project again, it doesn't work anymore... Not sure what happened, but I'm exploring what is wrong... I run xpack emulation that has own GDB server.I'm handling project under CubeIDE and I'm trying to con...

bully by Senior
  • 749 Views
  • 0 replies
  • 0 kudos

Resolved! Multiple choices for microsecond delay, which one's better?

Hello, First time using the forum so apologies if I mess something up...Long story short I wanna get a microsecond delay, I know 2 ways of doing it:1) I can start a timer with default cube values and use a function like:void delay (uint16_t delay) {...

Tickless example modification not working

I am trying to use the tickless functionality on my Nucleo-U575ZI-Q board. I am using tx_low_power example available in cube ide. I tried to modify the example. I created one thread which toggles the led and then I called tx_thread_sleep(100) and the...

Resolved! How to make printf working with semihosting?

After setting up the environment regarding the description (st.com/resource/en/application_note/dm00354244-stm32-microcontroller-debug-toolbox-stmicroelectronics.pdf) it is still not working. Build is OK.Download OK.OCD starts.The getchar() function ...

TVegh.1 by Associate
  • 1752 Views
  • 2 replies
  • 0 kudos