STM32 MCUs Boards and hardware tools

Ask questions and find answers on STM32 hardware set-ups, including schematic-related challenges, debugging probes, power configurations, and more.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

My STM32F302C8T6 only runs the program when the code is loaded. If I reset it or power up, it does not run.

Maybe is a hardware problem since the microcontroller is on a custom board I designed. The problem is the following: The microcontroller only runs the program the moment I load the code, if I reset it or power up the board after a power-off it does n...

0693W00000HqLa2QAF.png

Resolved! SMPS with/without LDO comparison

I'm trying to understand the benefits/tradeoffs of the "Direct SMPS supply" and "SMPS supplies LDO" options for the STM327H (red and blue options in the attached figure). Since the LDO adds an extra source of power loss, and the SMPS can supply all d...

PCB (that has STM32F407 as MCU and USB CDC interface is running without error) is not recognized by PC( windows 10).

The STM32F407 is programmed with STMCube IDE and there is no error during initizalition of the functions; HAL_Init(), SystemClock_Init(); MX_USB_DEVICE_Init().As I expect that virtual com port will be opened while the PCB is plugged into my PC, unfor...

STM32F767 number of decoupling capacitors

Hi all, I design PCB with STM32F767 in LQFP144 package. I know that design guidelines suggested adding a decoupling capacitor on each VDD pin but by layout (tracks density) I don't have space for capacitors on each VDD pin (elements on only one side ...

APako.1 by Associate
  • 692 Views
  • 1 replies
  • 0 kudos

How to find out the address of LED?

I'm studying a Modbus...And i wanna to check my code and I want to check the condition of pin PC13 (LED).How to find out the address of pin C13? If this line printf("Address of variable LED is: %p\r\n", &LED);say to me error "'LED' undeclared (first ...

DK.7 by Senior
  • 1068 Views
  • 3 replies
  • 0 kudos